about summary refs log tree commit diff stats
path: root/src/local/term.nim
Commit message (Collapse)AuthorAgeFilesLines
* term: do not eat last DA1 valuebptato2024-04-101-3/+9
|
* term: flush stdout in anyKeybptato2024-03-291-0/+1
|
* term: improve color detectionbptato2024-03-271-5/+16
| | | | | some terminals (alacritty) don't support XTGETTCAP and don't even respond with ANSI color support to DA1, so just fall back to termcap.
* config, toml: rename enumsbptato2024-03-261-13/+13
|
* term: use termcap for italic resetbptato2024-03-211-3/+7
|
* cell: update FormatFlag naming, remove useless templatesbptato2024-03-211-15/+15
|
* client: refactor inputbptato2024-03-181-41/+113
| | | | | * move mouse handling to term * do not use File for input just to disable buffering anyway
* client, pager: various file saving fixesbptato2024-03-161-2/+2
| | | | | | * do not immediately quit when all containers are gone * fix double saving bug * fix wrong "save to" string
* Move around some modulesbptato2024-03-141-0/+899
* extern -> gone, runproc absorbed by pager, others moved into io/ * display -> local/ (where else would we display?) * xhr -> html/ * move out WindowAttributes from term, so we don't depend on local from server