diff options
author | Xin LI <delphij@FreeBSD.org> | 2017-05-05 14:33:39 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2017-05-05 14:33:39 +0000 |
commit | f6b74a7d164b5fada266d00e723155a178a4529f (patch) | |
tree | ebcd4d5d93df0d5aeb4265116a8aa01cf72e37dd /contrib/less/cmd.h | |
parent | 67960816823defe168fb25c45a73e4765ff15ff5 (diff) | |
parent | 6f90225e8378d85045013553763bd7483670441c (diff) | |
download | src-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.h | 4 |
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 |