aboutsummaryrefslogtreecommitdiff
path: root/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.h')
-rw-r--r--cmd.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cmd.h b/cmd.h
index a927a3d3657b..0c7218c93e95 100644
--- a/cmd.h
+++ b/cmd.h
@@ -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