about summary refs log tree commit diff stats
path: root/src/display/term.nim
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-101-4/+4
| | | | Write always blocks for now, as it's too big of a footgun not to
* 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
| | | | It's more useful this way.
* term: fix cursorForward, cursorBackwardbptato2022-11-301-2/+2
|
* Add textareabptato2022-11-281-0/+472
Editing is implemented using an external editor (like vi).