cmd.h (82725ba9bf1fd59746a4006a06f24d4d61d142f2) cmd.h (b7780dbe98fc88da65024e697529ea7883064275)
1/*
1/*
2 * Copyright (C) 1984-2017 Mark Nudelman
2 * Copyright (C) 1984-2019 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

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

66#define A_PREV_TAG 54
67#define A_FILTER 55
68#define A_F_UNTIL_HILITE 56
69#define A_GOEND_BUF 57
70#define A_LLSHIFT 58
71#define A_RRSHIFT 59
72#define A_CLRMARK 62
73#define A_SETMARKBOT 63
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

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

66#define A_PREV_TAG 54
67#define A_FILTER 55
68#define A_F_UNTIL_HILITE 56
69#define A_GOEND_BUF 57
70#define A_LLSHIFT 58
71#define A_RRSHIFT 59
72#define A_CLRMARK 62
73#define A_SETMARKBOT 63
74#define A_X11MOUSE_IN 64
75#define A_X11MOUSE_IGNORE 65
76#define A_F_MOUSE 66
77#define A_B_MOUSE 67
78/* Note "X116" refers to extended (1006) X11 mouse reporting. */
79#define A_X116MOUSE_IN 68
80#define A_X116MOUSE_IGNORE 69
74
75#define A_INVALID 100
76#define A_NOACTION 101
77#define A_UINVALID 102
78#define A_END_LIST 103
79#define A_SPECIAL_KEY 104
80
81#define A_SKIP 127

--- 57 unchanged lines hidden ---
81
82#define A_INVALID 100
83#define A_NOACTION 101
84#define A_UINVALID 102
85#define A_END_LIST 103
86#define A_SPECIAL_KEY 104
87
88#define A_SKIP 127

--- 57 unchanged lines hidden ---