aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/cmd.h')
-rw-r--r--contrib/less/cmd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/less/cmd.h b/contrib/less/cmd.h
index c51f0bc5c4f3..a927a3d3657b 100644
--- a/contrib/less/cmd.h
+++ b/contrib/less/cmd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2021 Mark Nudelman
+ * Copyright (C) 1984-2023 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.
@@ -75,6 +75,7 @@
#define A_B_MOUSE 67
/* Note "X116" refers to extended (1006) X11 mouse reporting. */
#define A_X116MOUSE_IN 68
+#define A_PSHELL 69
#define A_CLR_SEARCH 70
/* These values must not conflict with any A_* or EC_* value. */
@@ -142,4 +143,5 @@
#define SK_F1 14
#define SK_BACKTAB 15
#define SK_CTL_BACKSPACE 16
+#define SK_BACKSPACE 17
#define SK_CONTROL_K 40