Skip to content
Snippets Groups Projects
Commit 353057d8 authored by rswindell's avatar rswindell
Browse files

Created TG mode flag to disable checking of time left online.

parent 99df1272
No related branches found
No related tags found
No related merge requests found
......@@ -527,6 +527,7 @@ var TG_NODESYNC =(1<<3) /* Call Nodesync, get msgs, etc. */
var TG_CTRLKEYS =(1<<4) /* Interpret ^P ^U ^T, etc locally */
var TG_PASSTHRU =(1<<5) /* Pass-through telnet commands/responses */
var TG_RLOGIN =(1<<6) /* Use BSD RLogin protocol */
var TG_NOCHKTIME =(1<<7) /* Don't check time left online */
/********************************************/
/********************************************/
......
......@@ -191,6 +191,7 @@
!define TG_CTRLKEYS .4 # Interpret ^P ^U ^T, etc locally
!define TG_PASSTHRU .5 # Pass-through telnet commands/responses
!define TG_RLOGIN .6 # Use BSD RLogin protocol
!define TG_NOCHKTIME .7 # Don't check time left online
# Bits for _FTP_MODE
!define FTP_ECHO_CMD .0 # Echo commands to user (debug)
......
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