Deleted Added
full compact
cmd.h (238730) cmd.h (293190)
1/*
1/*
2 * Copyright (C) 1984-2012 Mark Nudelman
2 * Copyright (C) 1984-2015 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

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

61#define A_OPT_UNSET 49
62#define A_F_FOREVER 50
63#define A_GOPOS 51
64#define A_REMOVE_FILE 52
65#define A_NEXT_TAG 53
66#define A_PREV_TAG 54
67#define A_FILTER 55
68#define A_F_UNTIL_HILITE 56
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

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

61#define A_OPT_UNSET 49
62#define A_F_FOREVER 50
63#define A_GOPOS 51
64#define A_REMOVE_FILE 52
65#define A_NEXT_TAG 53
66#define A_PREV_TAG 54
67#define A_FILTER 55
68#define A_F_UNTIL_HILITE 56
69#define A_GOEND_BUF 57
69
70#define A_INVALID 100
71#define A_NOACTION 101
72#define A_UINVALID 102
73#define A_END_LIST 103
74#define A_SPECIAL_KEY 104
75
76#define A_SKIP 127

--- 57 unchanged lines hidden ---
70
71#define A_INVALID 100
72#define A_NOACTION 101
73#define A_UINVALID 102
74#define A_END_LIST 103
75#define A_SPECIAL_KEY 104
76
77#define A_SKIP 127

--- 57 unchanged lines hidden ---