about summary refs log tree commit diff stats
path: root/src/display/term.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix 'F' missing from fullwidth chars + display bugsbptato2023-06-091-34/+29
* Add XTERM title renamingbptato2023-06-071-27/+21
* Add display/output encodingbptato2023-05-191-10/+45
* Refactor config, add charset optsbptato2023-05-161-12/+12
* pager, term: fix inefficiencies, off by one errorsbptato2023-01-111-7/+6
* term: hack to avoid a weird crashbptato2023-01-021-2/+8
* Proper support for tabsbptato2022-12-271-7/+11
* Add unicode normalization, etcbptato2022-12-191-6/+18
* Fix a processFormat bugbptato2022-12-161-4/+6
* term: improve screen/line clearingbptato2022-12-151-4/+12
* Add all sorts of config options and cookiesbptato2022-12-131-15/+20
* Fix color contrast correctionbptato2022-12-121-28/+27
* Fix -dbptato2022-12-101-23/+44
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-101-4/+4
* Fix overline emulation in middle of linebptato2022-12-071-0/+11
* Add multiple text-decoration, overline emulationbptato2022-12-071-1/+21
* Add force-clearbptato2022-12-071-1/+1
* Make redraw() actually clear the screenbptato2022-12-011-0/+3
* term: fix cursorForward, cursorBackwardbptato2022-11-301-2/+2
* Add textareabptato2022-11-281-0/+472