about summary refs log tree commit diff stats
path: root/src/extern/runproc.nim
Commit message (Collapse)AuthorAgeFilesLines
* pager, container: add text selection/copyingbptato2023-12-031-1/+13
| | | | | | | | | | * Add select & copy selection functionality to container * Fix bug in generateSwapOutput where output could be misplaced because of zero-width cells * Add fromJSPromise, call runJSJobs in every iteration of the headed event loop * "await" pager actions that output a promise * Change default view source keybinding to `\'
* Add M-p as "load page on clipboard"bptato2023-09-251-0/+13
|
* add extern, refactor some term functionsbptato2023-09-091-0/+29
* 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.