diff options
author | delphij <delphij@FreeBSD.org> | 2016-01-18 19:13:54 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2016-01-18 19:13:54 +0000 |
commit | fa1e90c82bb54806d86166769a4547bf68c3e727 (patch) | |
tree | fb469219be6a56d727e63953151fbca9a019057d /contrib/less/decode.c | |
parent | 119cebf8a0b980468f7ed411c651dd92ff2a0a88 (diff) | |
download | FreeBSD-src-fa1e90c82bb54806d86166769a4547bf68c3e727.zip FreeBSD-src-fa1e90c82bb54806d86166769a4547bf68c3e727.tar.gz |
MFC r293190: MFV r293125: less v481.
Relnotes: yes
Diffstat (limited to 'contrib/less/decode.c')
-rw-r--r-- | contrib/less/decode.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/less/decode.c b/contrib/less/decode.c index 6d0312d..1cd1599 100644 --- a/contrib/less/decode.c +++ b/contrib/less/decode.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2012 Mark Nudelman + * Copyright (C) 1984-2015 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. @@ -105,6 +105,7 @@ static unsigned char cmdtable[] = ESC,CONTROL('F'),0, A_F_BRACKET, ESC,CONTROL('B'),0, A_B_BRACKET, 'G',0, A_GOEND, + ESC,'G',0, A_GOEND_BUF, ESC,'>',0, A_GOEND, '>',0, A_GOEND, SK(SK_END),0, A_GOEND, |