Skip to content
Snippets Groups Projects
Commit 227c7b9b authored by rswindell's avatar rswindell
Browse files

#defined TERM_FLAGS - a bit-mask for all the terminal flags in user.misc.

parent a705dc6b
No related branches found
No related tags found
No related merge requests found
......@@ -613,6 +613,8 @@ typedef enum { /* Values for xtrn_t.event */
#define AUTOLOGON (1L<<22) /* AutoLogon via IP */
#define HTML (1L<<23) /* Using Deuce's HTML terminal */
#define NOPAUSESPIN (1L<<24) /* No spinning cursor at pause prompt */
#define TERM_FLAGS (ANSI|COLOR|NO_EXASCII|RIP|WIP|HTML)
#define CLREOL 256 /* Character to erase to end of line */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment