Skip to content
Snippets Groups Projects
Commit c7747b9b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add SYS_MOUSE_HOT definition

parent f1555d28
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ var SYS_SHRTPAGE =(1<<21); /* Short sysop page */ ...@@ -52,6 +52,7 @@ var SYS_SHRTPAGE =(1<<21); /* Short sysop page */
var SYS_TIME_EXP =(1<<22); /* Set to expired values if out-of-time */ var SYS_TIME_EXP =(1<<22); /* Set to expired values if out-of-time */
var SYS_FASTMAIL =(1<<23); /* Fast e-mail storage mode */ var SYS_FASTMAIL =(1<<23); /* Fast e-mail storage mode */
var SYS_NONODELIST=(1<<24); /* Suppress active node list during logon */ var SYS_NONODELIST=(1<<24); /* Suppress active node list during logon */
var SYS_MOUSE_HOT =(1<<25); /* Mouse Hot-spots in menus and prompts */
var SYS_FWDTONET =(1<<26); /* Allow forwarding of e-mail to netmail */ var SYS_FWDTONET =(1<<26); /* Allow forwarding of e-mail to netmail */
var SYS_DELREADM =(1<<27); /* Delete read mail automatically */ var SYS_DELREADM =(1<<27); /* Delete read mail automatically */
var SYS_NOCDTCVT =(1<<28); /* No credit to minute conversions allowed */ var SYS_NOCDTCVT =(1<<28); /* No credit to minute conversions allowed */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment