Deleted Added
full compact
cmd.h (237613) cmd.h (238730)
1/*
2 * Copyright (C) 1984-2012 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, see the README file.
8 */
9
10
1/*
2 * Copyright (C) 1984-2012 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, see the README file.
8 */
9
10
11#define MAX_USERCMD 500
11#define MAX_USERCMD 1000
12#define MAX_CMDLEN 16
13
14#define A_B_LINE 2
15#define A_B_SCREEN 3
16#define A_B_SCROLL 4
17#define A_B_SEARCH 5
18#define A_DIGIT 6
19#define A_DISP_OPTION 7

--- 114 unchanged lines hidden ---
12#define MAX_CMDLEN 16
13
14#define A_B_LINE 2
15#define A_B_SCREEN 3
16#define A_B_SCROLL 4
17#define A_B_SEARCH 5
18#define A_DIGIT 6
19#define A_DISP_OPTION 7

--- 114 unchanged lines hidden ---