cmd.h (10b3b54548f2290bbe8d8f88c59c28d12b7a635d) | cmd.h (33096f16e1815def0772f877cbb01e832bb5b37e) |
---|---|
1/* | 1/* |
2 * Copyright (C) 1984-2009 Mark Nudelman | 2 * Copyright (C) 1984-2011 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 --- 82 unchanged lines hidden (view full) --- 93#define EC_W_BACKSPACE 11 94#define EC_W_DELETE 12 95#define EC_UP 13 96#define EC_DOWN 14 97#define EC_EXPAND 15 98#define EC_F_COMPLETE 17 99#define EC_B_COMPLETE 18 100#define EC_LITERAL 19 | 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 --- 82 unchanged lines hidden (view full) --- 93#define EC_W_BACKSPACE 11 94#define EC_W_DELETE 12 95#define EC_UP 13 96#define EC_DOWN 14 97#define EC_EXPAND 15 98#define EC_F_COMPLETE 17 99#define EC_B_COMPLETE 18 100#define EC_LITERAL 19 |
101#define EC_ABORT 20 |
|
101 102#define EC_NOACTION 101 103#define EC_UINVALID 102 104 105/* Flags for editchar() */ 106#define EC_PEEK 01 107#define EC_NOHISTORY 02 108#define EC_NOCOMPLETE 04 --- 24 unchanged lines hidden --- | 102 103#define EC_NOACTION 101 104#define EC_UINVALID 102 105 106/* Flags for editchar() */ 107#define EC_PEEK 01 108#define EC_NOHISTORY 02 109#define EC_NOCOMPLETE 04 --- 24 unchanged lines hidden --- |