about summary refs log tree commit diff stats
path: root/src/local/term.nim
Commit message (Expand)AuthorAgeFilesLines
* Update Chagashi HEAD masterbptato2024-10-051-9/+0
* sixel, term: reduce half-dump special casingbptato2024-10-041-19/+28
* sixel: transparency improvementsbptato2024-10-031-4/+4
* term: "fix" GNU screen not respecting query sequence orderbptato2024-10-011-9/+22
* loader: send headers for tocache requests toobptato2024-09-281-1/+1
* term: prevent negative line damage, fix off by onebptato2024-09-251-8/+8
* pager: make image ordering deterministicbptato2024-09-251-3/+4
* sixel: support transparencybptato2024-09-241-17/+21
* sixel: use inline background for blendingbptato2024-09-241-1/+1
* term: refactorbptato2024-09-231-137/+148
* blob: make size signed intbptato2024-09-151-2/+2
* term: improve damage tracking, special case yaftbptato2024-09-131-15/+41
* sixel: do not reserve palette entry for transparencybptato2024-09-121-4/+4
* config: add display.sixel-colorsbptato2024-09-101-0/+3
* 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