Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move around more modules | bptato | 2023-09-14 | 2 | -1/+19 |
| | | | | | | | | | | * ips -> io/ * loader related stuff -> loader/ * tempfile -> extern/ * buffer, forkserver -> server/ * lineedit, window -> display/ * cell -> types/ * opt -> types/ | ||||
* | add extern, refactor some term functions | bptato | 2023-09-09 | 2 | -0/+86 |
* Add an extern() call. Maybe it should be defined on client. It certainly should accept a dictionary instead of the enum type we use now. Perhaps it should return the error code? I'll leave it undocumented until I figure this out. * Refactor enableRawMode, unblockStdin, etc. so that they operate on the term object instead of global state. * Move editor to a separate folder, and factor out runprocess into a different module. |