aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/cmd.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2017-05-05 14:33:39 +0000
committerXin LI <delphij@FreeBSD.org>2017-05-05 14:33:39 +0000
commitf6b74a7d164b5fada266d00e723155a178a4529f (patch)
treeebcd4d5d93df0d5aeb4265116a8aa01cf72e37dd /contrib/less/cmd.h
parent67960816823defe168fb25c45a73e4765ff15ff5 (diff)
parent6f90225e8378d85045013553763bd7483670441c (diff)
downloadsrc-f6b74a7d164b5fada266d00e723155a178a4529f.tar.gz
src-f6b74a7d164b5fada266d00e723155a178a4529f.zip
MFV r317581: less v491.
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=317829
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 8a943d1522dc..0c221b83459a 100644
--- a/contrib/less/cmd.h
+++ b/contrib/less/cmd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2015 Mark Nudelman
+ * Copyright (C) 1984-2017 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.
@@ -67,6 +67,8 @@
#define A_FILTER 55
#define A_F_UNTIL_HILITE 56
#define A_GOEND_BUF 57
+#define A_LLSHIFT 58
+#define A_RRSHIFT 59
#define A_INVALID 100
#define A_NOACTION 101