[XTMODKEYS] undo with m, not n #2526

pull/2528/head
nick black 2 years ago
parent 5de0a24fe6
commit 59eb7dd18b
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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…
Cancel
Save