[XTMODKEYS] undo with m, not n #2526

This commit is contained in:
nick black 2022-01-05 22:20:10 -05:00
parent 5de0a24fe6
commit 59eb7dd18b
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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;