Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pager, container: add text selection/copying | bptato | 2023-12-03 | 1 | -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" | bptato | 2023-09-25 | 1 | -0/+13 |
| | |||||
* | add extern, refactor some term functions | bptato | 2023-09-09 | 1 | -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. |