about summary refs log tree commit diff stats
path: root/src/display/term.nim
Commit message (Expand)AuthorAgeFilesLines
* 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