adamyg
                                            adamyg
                                        
                                    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...
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...
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 ``` 
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)
Review COLORTERM/TERM effects, as recent usage has evolved. https://no-color.org/ ??