- Feb 19, 2009
-
-
rswindell authored
macros (better bounds checking, sets current attribute on restore).
-
rswindell authored
accurate column auto-detection. Wheee!
-
rswindell authored
-
rswindell authored
with ansi_gotoxy(), ansi_save(), and ansi_restore() functions.
-
rswindell authored
-
rswindell authored
line/column counting, auto-pausing, etc. So, sbbs_t::rprintf() and JS console.write() and writeln() are now all truly "raw" - hopefully this puts a smile on Deuce's face. :-) sbbs_t::cursor_right() and cursor_left() now update the column counter.
-
rswindell authored
-
deuce authored
-
deuce authored
-
- 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
-