about summary refs log tree commit diff stats
path: root/src/local/term.nim
Commit message (Expand)AuthorAgeFilesLines
* pager, term: fix kitty display, add a sixel bounds checkbptato2024-09-091-2/+3
* utils: add twtunibptato2024-09-081-1/+0
* term: support SyncTERMbptato2024-09-061-55/+69
* term: sixel sizing & output fixesbptato2024-09-051-11/+20
* term: add outputSixelImage bounds checksbptato2024-09-041-3/+12
* canvas: move to separate CGI scriptbptato2024-09-011-18/+24
* term, sixel: misc image fixes, sixel optimizationbptato2024-08-301-15/+24
* sixel: minor optimizationsbptato2024-08-281-1/+3
* sixel, term: fix off-by-1's in croppingbptato2024-08-281-50/+36
* term: fix crash on identical stacked imagesbptato2024-08-271-1/+3
* sixel: break out into a separate cgi scriptbptato2024-08-241-99/+85
* winattrs: un-snakeifybptato2024-08-231-4/+4
* term: don't panic if termcap tgetent failsbptato2024-08-171-76/+89
* cssvalues, color: use parseEnumNoCase morebptato2024-08-031-2/+4
* term: constify queriesbptato2024-07-301-3/+15
* Fixes for Nim 2.2bptato2024-07-291-1/+1
* buffer, pager, config: add meta-refresh + misc fixesbptato2024-07-281-6/+6
* term: fix positionImage sixel size clamping (take 2)bptato2024-07-231-2/+2
* term: fix positionImage sixel size clampingbptato2024-07-231-6/+10
* term: fix kitty image positioningbptato2024-07-201-2/+5
* 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