Deleted Added
full compact
lesskey.c (60786) lesskey.c (63128)
1/*
2 * Copyright (C) 1984-2000 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.

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

96 "back-bracket", A_B_BRACKET,
97 "back-line", A_B_LINE,
98 "back-line-force", A_BF_LINE,
99 "back-screen", A_B_SCREEN,
100 "back-scroll", A_B_SCROLL,
101 "back-search", A_B_SEARCH,
102 "back-window", A_B_WINDOW,
103 "debug", A_DEBUG,
1/*
2 * Copyright (C) 1984-2000 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.

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

96 "back-bracket", A_B_BRACKET,
97 "back-line", A_B_LINE,
98 "back-line-force", A_BF_LINE,
99 "back-screen", A_B_SCREEN,
100 "back-scroll", A_B_SCROLL,
101 "back-search", A_B_SEARCH,
102 "back-window", A_B_WINDOW,
103 "debug", A_DEBUG,
104 "digit", A_DIGIT,
104 "display-flag", A_DISP_OPTION,
105 "display-option", A_DISP_OPTION,
106 "end", A_GOEND,
107 "examine", A_EXAMINE,
108 "first-cmd", A_FIRSTCMD,
109 "firstcmd", A_FIRSTCMD,
110 "flush-repaint", A_FREPAINT,
111 "forw-bracket", A_F_BRACKET,

--- 747 unchanged lines hidden ---
105 "display-flag", A_DISP_OPTION,
106 "display-option", A_DISP_OPTION,
107 "end", A_GOEND,
108 "examine", A_EXAMINE,
109 "first-cmd", A_FIRSTCMD,
110 "firstcmd", A_FIRSTCMD,
111 "flush-repaint", A_FREPAINT,
112 "forw-bracket", A_F_BRACKET,

--- 747 unchanged lines hidden ---