adamyg

Results 46 issues of adamyg

Extend mouse support, see: set_mouse_action()

enhancement

Support busybox as as only coreutils requirement

enhancement

BSD/Solaris builds

enhancement

configure rework - bison/flex option - require either bison or byacc/yacc, not both (done) - relax YACC checks (done) - canned parser, omitting bison/yacc requirement. - target artifact - move...

bug
enhancement

https://sw.kovidgoyal.net/kitty/keyboard-protocol/#detection-of-support-for-this-protocol https://www.leonerd.org.uk/hacks/fixterms/ Option: notcurses display driver, https://github.com/dankamongmen/notcurses Control: ``` enable: CSI > 1 u disable: CSI < u ``` Escape code used to encode key events is: ``` CSI unicode-key-code:alternate-key-codes...

enhancement
blocked

Terminfo: ```Smulx=\E[4::%p1%dm```, aka ```Cs='\e[4:3m"```, ```Ce='\e[4:0m"``` Examples: ``` \e[4:3mtest\e[0m \e[4:3;58:2::000:255:000mtest\e[0m ``` ![292871937-1c559811-e124-4354-8d67-cacc0f3f78a2](https://github.com/adamyg/grief/assets/42717014/fa475a52-cadd-4559-b23d-d3d6e8ee2d2e)

enhancement

Improve dark/light terminal back-ground detection, beyond current ```COLORFGBG```. Utilizing ```OSC 11```, cook response ```rgb:RRRR/GGGG/BBBB``` and [compute the luminance](https://en.wikipedia.org/wiki/Luma_%28video%29)

enhancement

Review COLORTERM/TERM effects, as recent usage has evolved. https://no-color.org/ ??

upgrade

https://clang.llvm.org/extra/clang-tidy/Integrations.html

enhancement