diff options
| author | Xin LI <delphij@FreeBSD.org> | 2011-06-08 01:18:47 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2011-06-08 01:18:47 +0000 |
| commit | aca3a7cc6a78d303ea9dc6f226be1a28f559b4d4 (patch) | |
| tree | 9be44756b5d50d7c29c6c41b47c98d9583fc3e50 /contrib/less/decode.c | |
| parent | e8ccae739fffe29dccfd5093319fda498c245e8d (diff) | |
Notes
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 628856dbc20d..65d65bb65624 100644 --- a/contrib/less/decode.c +++ b/contrib/less/decode.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2009 Mark Nudelman + * Copyright (C) 1984-2011 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. @@ -202,6 +202,7 @@ static unsigned char edittable[] = SK(SK_UP_ARROW),0, EC_UP, /* UPARROW */ ESC,'j',0, EC_DOWN, /* ESC j */ SK(SK_DOWN_ARROW),0, EC_DOWN, /* DOWNARROW */ + CONTROL('G'),0, EC_ABORT, /* CTRL-G */ }; /* |
