From fa1e90c82bb54806d86166769a4547bf68c3e727 Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 18 Jan 2016 19:13:54 +0000 Subject: MFC r293190: MFV r293125: less v481. Relnotes: yes --- contrib/less/decode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/less/decode.c') 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, -- cgit v1.1