- Feb 19, 2009
- Feb 18, 2009
-
-
deuce authored
the last column with space if you use backspace to return to the previous position.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
js_EvalOnExit(). Call JS_ReportPendingException after calling js_EvalOnExit().
-
rswindell authored
Call JS_ReportPendingException() after script execution.
-
rswindell authored
-
rswindell authored
the file.
-
rswindell authored
\e255;255H. Had the row/col sane-range checking reversed.
-
rswindell authored
response) - using c_escape_str() to convert the response to a log/print format.
-
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.
-
rswindell authored
immediately and delete semaphore file.
-
- Feb 17, 2009
- Feb 16, 2009
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Created valid_ctrl_a_code() which returns TRUE if the passed ctrl-a code is valid (safe) for message networking, user input. Only QWK-export valid ctrl-a codes.
-
deuce authored
This may slow down Win32 console mode slightly, but should fix problem with cursor not moving during output pacing.
-
deuce authored
-
rswindell authored
being converted to ^A^@(NUL).
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
rswindell authored
timed event will execute in (default is any/all).
-
rswindell authored
droids you are looking for - unnecessary now that console.aborted is being cleared.
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Constified the arguments. Created exascii_to_ascii_char(). Created ctrl_a_to_ascii_char(). strip_ctrl() and prep_file_desc() now takes 2 args. strip_ctrl(), strip_exascii() and prep_file_desc() now strdup() the input string and if the dest arg is NULL, returns the allocated and modified copy. sbbs_t::bputs() now handles ^AZ. Change Ctrl-A code message network exporting: 1. ^AL, ^A<, ^A[, and ^A] are always translated to ASCII equivalents. 2. ^AZ will terminate the message body prematurely if found. 3. Ex-ASCII (CP437) chars will be translated to ASCII equivalents (rather than '*') for "ASCII Only" subs. For import, don't allow Ctrl-AP or Ctrl-AL. For SBBSecho: Added support for specifying a link's address on the command-line (e.g. for use with -h). Mail server now strips Ctrl-A codes from message bodies for sending via POP3 or SMTP.
-