diff options
Diffstat (limited to 'cmd.h')
-rw-r--r-- | cmd.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2023 Mark Nudelman + * Copyright (C) 1984-2024 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -77,6 +77,10 @@ #define A_X116MOUSE_IN 68 #define A_PSHELL 69 #define A_CLR_SEARCH 70 +#define A_OSC8_F_SEARCH 71 +#define A_OSC8_B_SEARCH 72 +#define A_OSC8_OPEN 73 +#define A_OSC8_JUMP 74 /* These values must not conflict with any A_* or EC_* value. */ #define A_INVALID 100 |