- Oct 04, 2018
-
-
rswindell authored
-
- Aug 15, 2018
-
-
rswindell authored
would not always auto-redisplay menu files when the user hits 'Q' (or 'N' or Ctrl-C) at auto-pause prompts: When displaying a "message" (e.g. file), if the console abort flag is set before a single line has been displayed, clear the abort flag. This most likely means a pause (hit a key) prompt was automatically displayed due to a clear screen code in the message/file and the user hit 'Q' or 'N' or Ctrl-C at the prompt. In this special case, don't treat that as an "abort message" command and keep displaying the message/file. Once one or more lines in the message/file have been displayed, then the behavior is the same as before: a console abort (even as a result of an auto-pause prompt key) will stop the display of the current message/file.
-
- Jan 04, 2018
-
-
rswindell authored
-
- Dec 06, 2016
-
-
rswindell authored
no longer ignores Ctrl-Z characters (CP/M EOF) by default. If you want the old behavior (Ctrl-Z characters not displayed, just skipped), specify the P_CPM_EOF mode flag.
-
- Feb 19, 2015
-
-
deuce authored
-
- Jul 10, 2013
-
-
rswindell authored
-
- Nov 11, 2011
-
-
deuce authored
-
- Nov 08, 2011
-
-
rswindell authored
"Change the last argument of wordwrap() to a flags argument and support making a bare LF not be ignored." If soft line breaks (bare LFs) are stored in the message base, they're expected to wrapped for 80-column terminal only.
-
- Nov 04, 2011
-
-
rswindell authored
wrapped. Pass the column width to wordwrap() instead of columns-1.
-
rswindell authored
space for quote-chars here and we're going to assume the message was originally formatted for 79 cols.
-
deuce authored
making a bare LF not be ignored. This effectively breaks the CR counting code... so... yeah.
-
- Nov 03, 2011
-
-
sbbs authored
Rewolve warning regarding signed value comparison.
-
- Nov 02, 2011
-
-
rswindell authored
long lines in messages for the user's terminal. May be used for viewing other files with long lines (e.g. G-text files) in the future.
-
- Nov 19, 2010
-
-
rswindell authored
-
- Mar 08, 2010
-
-
rswindell authored
-
- Feb 18, 2009
-
-
rswindell authored
place to do it, but may need some special handling for HTMLterm mode. Parse columns from ANSI cursor position reports. Request Telnet "Negotiate Window Size" option during answer since this is more reliable than ANSI cursor position reporting (especially with terminals that wrap cursor positioning requests). Improve validation of ANSI cursor position reports.
-
- Nov 19, 2008
-
-
deuce authored
this sets the background to the foreground and the foreground to black.
-
- Jun 04, 2008
-
-
deuce authored
by properly const-ifying the appropriate functions and variables. Not yet tested on Win32
-
- Jul 27, 2007
-
-
deuce authored
If a @PAUSE@ or @MORE@ is encountered, defer it until the end of the HTML file and do NOT display a pause prompt. End HTML mode before changing attrs.
-
- Feb 08, 2006
-
-
rswindell authored
digits. This will reduce the liklihood of false-positive TG/RG pipe code interpretation.
-
- Oct 25, 2005
- Sep 25, 2005
-
-
rswindell authored
-
- Sep 20, 2005
-
-
deuce authored
-
- Jul 12, 2005
-
-
rswindell authored
-
- Oct 27, 2004
- Aug 28, 2003
-
-
rswindell authored
This will be handy for correctly converting colored HTML text to ANSI.
-
- Jun 19, 2003
-
-
rswindell authored
Updated brace style. printfile_fp() no longer reads/displays in 8K chunks, fixes problem with pauseon/off @-codes in large files.
-
- Nov 07, 2002
-
-
rswindell authored
-
- Mar 13, 2002
-
-
rswindell authored
-
- Feb 18, 2002
-
-
rswindell authored
-
- Jun 24, 2001
-
-
rswindell authored
Added special values for ansi() to return escape sequence for normal and black background.
-
- Jun 15, 2001
-
-
rswindell authored
-
- Nov 07, 2000
-
-
rswindell authored
-
- Oct 10, 2000
-
-
rswindell authored
-