about summary refs log tree commit diff stats
path: root/src/buffer/container.nim
Commit message (Collapse)AuthorAgeFilesLines
...
* Restore cursor position on reloadbptato2022-11-291-29/+42
|
* Add textareabptato2022-11-281-20/+29
| | | | Editing is implemented using an external editor (like vi).
* Rework broken non-blocking iobptato2022-11-271-31/+49
| | | | | Piped input works correctly again! (Also fix hash's setter not working with url's without a fragment)
* Fix adoption agency algorithm bugsbptato2022-11-271-5/+11
|
* Fix some regressions, add loading progress barbptato2022-11-271-75/+63
|
* Also, implement proper asyncbptato2022-11-271-144/+141
| | | | Well, not really proper, but better than nothing? Maybe not.
* Get rid of writeCommand in containerbptato2022-11-261-26/+17
| | | | We have a type system, so let's use it.
* Fix some table layout issuesbptato2022-11-251-28/+7
|
* Improve status messages, fix regressions, etcbptato2022-11-251-16/+39
|
* Buffer improvementsbptato2022-11-251-32/+80
|
* Avoid forking child processes from the main processbptato2022-11-241-48/+32
| | | | Caveat: this breaks piped streams.
* Move ips stuff to src/ips/bptato2022-11-221-1/+1
|
* Color & term improvementsbptato2022-11-211-46/+50
|
* Color stuffbptato2022-11-211-1/+1
|
* Terminal refactoringsbptato2022-11-201-32/+47
|
* Incremental loading of text files, etc.bptato2022-11-201-11/+8
|
* Fix weird screen shift behaviorbptato2022-11-191-15/+23
| | | | (or at least I hope this fixed it)
* Re-implement highlightingbptato2022-11-191-2/+52
|
* Rewrite buffer/pager for multi-processingbptato2022-11-191-0/+626