about summary refs log tree commit diff stats
path: root/src/local/term.nim
Commit message (Expand)AuthorAgeFilesLines
* term: image sizing fixesbptato2024-07-161-8/+39
* term: fix excessive SGR output in ansi color modebptato2024-07-021-17/+21
* term: query default ansi colors, etc.bptato2024-07-021-63/+94
* pager: PNGify kitty images, clear images on buffer switchbptato2024-07-021-15/+23
* term: fix sixel OOBbptato2024-06-291-1/+1
* dom, pager: cache images from networkbptato2024-06-291-11/+17
* term: fix negative line damage bugbptato2024-06-231-4/+2
* pager: refactor drawing codebptato2024-06-221-20/+54
* term, pager: improve image displaybptato2024-06-211-57/+133
* img, term: try to detect unknown images, improve kitty encoderbptato2024-06-211-19/+17
* img, loader: separate out png codec into cgi, misc improvementsbptato2024-06-201-4/+2
* Update Chame, Chagashibptato2024-06-131-1/+1
* term: optimize canvas redraw, remove emulate-overlinebptato2024-05-101-63/+38
* term: fix incorrect dimensions used in sixelbptato2024-04-291-30/+29
* term: add sixel background color blendingbptato2024-04-291-9/+19
* term: remove background color blending in sixelbptato2024-04-271-9/+1
* ua.css: style xmp like prebptato2024-04-271-1/+9
* term: query sixel color register numberbptato2024-04-271-32/+51
* Remove unnecessary unsigned castsbptato2024-04-261-2/+2
* term: add sixel encoderbptato2024-04-251-84/+179
* Initial image supportbptato2024-04-251-12/+85
* Update code stylebptato2024-04-171-27/+28
* term: save/restore title after "set title"bptato2024-04-161-2/+12
* 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
* 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
* client, pager: various file saving fixesbptato2024-03-161-2/+2
* Move around some modulesbptato2024-03-141-0/+899