Deleted Added
full compact
decode.c (173683) decode.c (191930)
1/*
1/*
2 * Copyright (C) 1984-2007 Mark Nudelman
2 * Copyright (C) 1984-2008 Mark Nudelman
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information about less, or for information on how to
8 * contact the author, see the README file.
9 */
10

--- 117 unchanged lines hidden (view full) ---

128 '/',0, A_F_SEARCH,
129 '?',0, A_B_SEARCH,
130 ESC,'/',0, A_F_SEARCH|A_EXTRA, '*',0,
131 ESC,'?',0, A_B_SEARCH|A_EXTRA, '*',0,
132 'n',0, A_AGAIN_SEARCH,
133 ESC,'n',0, A_T_AGAIN_SEARCH,
134 'N',0, A_REVERSE_SEARCH,
135 ESC,'N',0, A_T_REVERSE_SEARCH,
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information about less, or for information on how to
8 * contact the author, see the README file.
9 */
10

--- 117 unchanged lines hidden (view full) ---

128 '/',0, A_F_SEARCH,
129 '?',0, A_B_SEARCH,
130 ESC,'/',0, A_F_SEARCH|A_EXTRA, '*',0,
131 ESC,'?',0, A_B_SEARCH|A_EXTRA, '*',0,
132 'n',0, A_AGAIN_SEARCH,
133 ESC,'n',0, A_T_AGAIN_SEARCH,
134 'N',0, A_REVERSE_SEARCH,
135 ESC,'N',0, A_T_REVERSE_SEARCH,
136 '&',0, A_FILTER,
136 'm',0, A_SETMARK,
137 '\'',0, A_GOMARK,
138 CONTROL('X'),CONTROL('X'),0, A_GOMARK,
139 'E',0, A_EXAMINE,
140 ':','e',0, A_EXAMINE,
141 CONTROL('X'),CONTROL('V'),0, A_EXAMINE,
142 ':','n',0, A_NEXT_FILE,
143 ':','p',0, A_PREV_FILE,

--- 696 unchanged lines hidden ---
137 'm',0, A_SETMARK,
138 '\'',0, A_GOMARK,
139 CONTROL('X'),CONTROL('X'),0, A_GOMARK,
140 'E',0, A_EXAMINE,
141 ':','e',0, A_EXAMINE,
142 CONTROL('X'),CONTROL('V'),0, A_EXAMINE,
143 ':','n',0, A_NEXT_FILE,
144 ':','p',0, A_PREV_FILE,

--- 696 unchanged lines hidden ---