about summary refs log tree commit diff stats
path: root/src/local/term.nim
Commit message (Expand)AuthorAgeFilesLines
* term: allow ANSI fgcolor + bgcolorbptato2024-12-131-6/+2
* pager: hide kitty images when menu is openbptato2024-12-061-0/+1
* pager, term: use cell offset with kitty imagesbptato2024-12-031-9/+22
* term: respect LINES, COLUMNS; do not crash without vi/vebptato2024-12-011-6/+12
* term: disable screen workaround on tmuxbptato2024-12-011-1/+2
* layout, term, url: misc cleanupbptato2024-11-281-1/+0
* cascade: adjust prefers-color-scheme based on terminal backgroundbptato2024-11-101-0/+1
* utils, types: merge some modulesbptato2024-11-031-1/+0
* termcap: merge into termbptato2024-10-231-1/+29
* base64: merge into twtstr/envbptato2024-10-131-1/+0
* color: reduce CellColor size, misc color refactoringbptato2024-10-061-14/+25
* Update Chagashibptato2024-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