Subj : Overriding InputLine keystrokes
To : Digital Man
From : Codefenix
Date : Thu Feb 13 2025 02:04 pm
Re: Overriding InputLine keystrokes
By: Digital Man to Codefenix on Thu Feb 13 2025 10:10 am
DM> ESC is a bit problematic since ANSI escape sequences (e.g. for arrow keys)
DM> begin with the ESC character, so you need to have some kind of guard time
DM> to recognize the difference between an ESC key press and the start of an
DM> escape sequence.
Ah, ok, that does make sense.
DM> It's all modifiable. There aren't a lot of users of this library (the
DM> author doesn't participate here too often), you mind find more feedback in
DM> IRC (#synchronet at irc.synchronet), but generally if your change is
DM> backward compatible, a merge request to gitlab.synchro.net would be
DM> accepted.
Fair enough. :)
These are "nice to haves" and not really strong needs, so I'll avoid rocking the inputline boat, at least for now.