Skip to content
Snippets Groups Projects
Commit 2c356445 authored by rswindell's avatar rswindell
Browse files

Define P_CPM_EOF printfile/putmsg mode flag

parent 7e37143d
No related branches found
No related tags found
No related merge requests found
......@@ -342,6 +342,7 @@ var P_NOPAUSE =(1<<4); /* Disable screen pause */
var P_HTML =(1<<5); /* Message is HTML */
var P_NOCRLF =(1<<6); /* Don't prepend a CRLF in printfile() */
var P_WORDWRAP =(1<<7); /* Word-wrap long lines for user's terminal */
var P_CPM_EOF =(1<<8); /* Treat Ctrl-Z as End-of-file */
/********************************************/
/********************************************/
......
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