- Sep 01, 2015
-
-
rswindell authored
never worked.
-
- Feb 13, 2014
-
-
rswindell authored
in the keyboard buffer (e.g. via console.ungetstr()) and not any keys (bytes) which had been received from the remote terminal. Now this method will clear both the "keybuf" (used for ungetkey/ungetstr keys) and the receive byte buffer (sbbs.inbuf).
-
- Sep 15, 2013
- May 07, 2013
-
-
rswindell authored
-
- Feb 10, 2013
-
-
deuce authored
-
- Jun 22, 2012
-
-
deuce authored
-
- Jun 17, 2012
-
-
deuce authored
user.security and move a general function to support it into str_util.c
-
- Oct 29, 2011
-
-
deuce authored
resolve callbacks.
-
- Oct 26, 2011
-
-
deuce authored
functions when an excpetion is pending. Some work still needs to be done on js_msgbase.c, js_user.c, and mailsrvr.c
-
- Oct 19, 2011
- Oct 16, 2011
-
-
rswindell authored
-
- Oct 11, 2011
- Oct 10, 2011
- Oct 09, 2011
- Oct 08, 2011
-
-
deuce authored
-
- Jul 19, 2009
-
-
rswindell authored
buffer.
-
- Feb 21, 2009
-
-
rswindell authored
sbbs_t::rputs() now: * Can accept an optional length argument which allows it to output strings with embedded NULs if desired. * If a call to outcom() fails, terminates and returns the sent number of chars. * Performs Telnet IAC escaping when appropriate. * Checks online value in while() loop. * No longer output to log if "on local" - event scripts aren't expected to use this function. JS console.write() and writeln() now use rputs() instead of putcom() so that Telnet IAC chars are escaped when necessary and saveline/restoreline will work. sbbs_t::putcom() now returns the number of chars sent successfully.
-
rswindell authored
argument and buffer and retruns an optimized ANSI sequence to generate the desired attribute. console.ansi() method now support this usage as well, so msgutils.js's attr_to_ansi() should no longer be needed.
-
rswindell authored
console.print()/write()/writeln() can now take multiple value arguments to display (like the global print()/write()/writeln() methods). console.write() and writeln() now use sbbs_t::putcom() instead of rputs() so that they may send strings with embedded NULs. console.writeln() now uses sbbs_t::rputs() to output the "\r\n" so that it is not passed through outchar (e.g. do not line-count and auto-pause).
-
- Feb 19, 2009
- Feb 18, 2009
-
-
rswindell authored
-
- Feb 15, 2009
-
-
rswindell authored
(accounting for the current console mode/status).
-
- Jan 16, 2009
-
-
rswindell authored
ansi_restore() in place of dumb macros that don't check the current terminal support.
-
- Jan 13, 2009
-
-
deuce authored
-
- Dec 09, 2008
-
-
deuce authored
bugs.
-
- Dec 05, 2008
-
-
deuce authored
-
- Feb 16, 2008
-
-
deuce authored
If default value is not zero, it is the value returned if enter is pressed with no input. In this case, zero is allowed to be entered.
-
- Jan 17, 2008
- Jan 11, 2008
-
-
deuce authored
-
- Jan 08, 2008
-
-
deuce authored
-