about summary refs log tree commit diff stats
path: root/src/display/pager.nim
Commit message (Collapse)AuthorAgeFilesLines
...
* Termcap support (?)bptato2022-11-211-4/+8
|
* Color & term improvementsbptato2022-11-211-26/+41
|
* Color stuffbptato2022-11-211-9/+11
|
* Terminal refactoringsbptato2022-11-201-70/+61
|
* Incremental loading of text files, etc.bptato2022-11-201-15/+29
|
* Fix weird screen shift behaviorbptato2022-11-191-6/+7
| | | | (or at least I hope this fixed it)
* Re-implement highlightingbptato2022-11-191-13/+14
|
* Fix table cell size calculationbptato2022-11-191-0/+1
|
* Rewrite buffer/pager for multi-processingbptato2022-11-191-310/+486
|
* Kill individual buffers' loader processes on exitbptato2022-11-091-0/+15
|
* Use separate FileLoader instance for each bufferbptato2022-11-091-2/+2
|
* Do not always assume stdin is /dev/ttybptato2022-11-091-10/+12
| | | | | This way we theoretically don't have to wait for stdin input to finish loading from e.g. a pipe before we start accepting input. (In practice, we still do.)
* Reopen tty read-only, refresh containers when switchedbptato2022-10-241-9/+15
|
* Implement tree buffers, fix a js bug, refactorbptato2022-10-191-9/+371
|
* WIP pagerbptato2022-10-041-0/+62