diff options
| author | Xin LI <delphij@FreeBSD.org> | 2011-05-09 18:30:23 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2011-05-09 18:30:23 +0000 |
| commit | ed915d8294a373813108148f47b424e1152e4a5d (patch) | |
| tree | 345f36f8a19a9fdb66be9a0a5676b2c0abc67bae /decode.c | |
| parent | f4cb5a505fa28e14d4b01e5c934bcf965a1822b6 (diff) | |
Vendor import of less v443.vendor/less/v443
Diffstat (limited to 'decode.c')
| -rw-r--r-- | decode.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ }; /* |
