- Timestamp:
- Aug 25, 2002, 11:35:03 AM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 56330ff
- Parents:
- 7131cf2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
r60ffe04 r4b464a4 36 36 #define OWL_EDITWIN_STYLE_ONELINE 1 37 37 38 #define OWL_MESSAGE_TYPE_ADMIN 0 39 #define OWL_MESSAGE_TYPE_ZEPHYR 1 40 41 #define OWL_MESSAGE_ADMINTYPE_GENERIC 0 42 #define OWL_MESSAGE_ADMINTYPE_OUTGOING 1 43 #define OWL_MESSAGE_ADMINTYPE_NOTADMIN 2 38 #define OWL_MESSAGE_TYPE_ADMIN 0 39 #define OWL_MESSAGE_TYPE_GENERIC 1 40 #define OWL_MESSAGE_TYPE_ZEPHYR 2 41 42 #define OWL_MESSAGE_DIRECTION_NONE 0 43 #define OWL_MESSAGE_DIRECTION_IN 1 44 #define OWL_MESSAGE_DIRECTION_OUT 2 44 45 45 46 #define OWL_DIRECTION_NONE 0 … … 53 54 #define OWL_SCROLLMODE_PAGED 4 54 55 #define OWL_SCROLLMODE_PAGEDCENTER 5 55 56 56 57 57 #define OWL_TAB 3 /* This *HAS* to be the size of TABSTR below */ … … 96 96 #define OWL_FILTER_MAX_DEPTH 300 97 97 98 #define OWL_KEYMAP_MAXSTACK 2099 100 #define OWL_KEYBINDING_COMMAND 1/* command string */101 #define OWL_KEYBINDING_FUNCTION 2/* function taking no args */102 103 #define OWL_DEFAULT_ZAWAYMSG "I'm sorry, but I am currently away from the terminal and am\nnot able to receive your message.\n"104 105 #define OWL_INCLUDE_REG_TESTS 1 /* whether to build in regression tests */98 #define OWL_KEYMAP_MAXSTACK 20 99 100 #define OWL_KEYBINDING_COMMAND 1 /* command string */ 101 #define OWL_KEYBINDING_FUNCTION 2 /* function taking no args */ 102 103 #define OWL_DEFAULT_ZAWAYMSG "I'm sorry, but I am currently away from the terminal and am\nnot able to receive your message.\n" 104 105 #define OWL_INCLUDE_REG_TESTS 1 /* whether to build in regression tests */ 106 106 107 107 #define OWL_CMD_ALIAS_SUMMARY_PREFIX "command alias to: " … … 227 227 int id; 228 228 int type; 229 int admintype;229 int direction; 230 230 ZNotice_t notice; 231 231 owl_fmtext fmtext;
Note: See TracChangeset
for help on using the changeset viewer.