mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[XTMODKEYS] undo with m, not n #2526
This commit is contained in:
parent
5de0a24fe6
commit
59eb7dd18b
@ -24,7 +24,7 @@ extern "C" {
|
||||
// disable key modifier options; this corresponds to a resource value of
|
||||
// "-1", which cannot be set with the [>m sequence. supposedly, "[>m" by
|
||||
// itself ought reset all of them, but this doesn't seem to work FIXME.
|
||||
#define XTMODKEYSUNDO "\x1b[>2n\x1b[>4n"
|
||||
#define XTMODKEYSUNDO "\x1b[>2m\x1b[>4m"
|
||||
|
||||
struct ncpile;
|
||||
struct sprixel;
|
||||
|
Loading…
x
Reference in New Issue
Block a user