Help with testing my cross-platform library

Adam D. Ruppe destructionator at gmail.com
Sat Nov 7 18:49:56 UTC 2020


You don't handle combinations of modifiers right in xterm

right = ok
shift right = ok
ctrl right = ok
ctrl + shift + right = "c, shift pressed". obviously wrong.
ctrl + alt + riht = same


The modifiers are kinda insane the way the work. See line 
3291(ish) of my terminal.d for `mod_switch` where I handle it...


More information about the Digitalmars-d mailing list