- Nov 25, 2015
-
-
rswindell authored
Display local time and time zone in system info list. Display local time zone in Ctrl-T output.
-
- Feb 21, 2015
-
-
rswindell authored
-
- Oct 04, 2014
-
-
rswindell authored
there are several control keys which have special use in this mode, but not in others and Ctrl-Z is in fact different in both modes (raw input vs. undo). Updated the default ControlKeyMenu text.dat string (e.g. removed Ctrl-S and Ctrl-Q since they actually have no globally defined use).
-
- Oct 03, 2014
-
-
rswindell authored
- instead of enabling/disabling raw input mode
-
- Oct 19, 2011
-
-
rswindell authored
all exported functions and data types using a 32-bit time_t (time32_t).
-
- Sep 10, 2011
-
-
rswindell authored
are now executed with the node's global object as the scope of the script.
-
- Mar 04, 2011
-
-
rswindell authored
around C++ scoping issues (return from a macro?). :-)
-
- Feb 12, 2011
- Feb 19, 2009
-
-
rswindell authored
-
- Feb 18, 2009
-
-
rswindell authored
\e255;255H. Had the row/col sane-range checking reversed.
-
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.
-
- Jan 16, 2009
-
-
rswindell authored
expecting an ANSI cursor position report and we will use this value to determine the user's screen dimensions (currently, lines only).
-
- May 30, 2008
-
-
deuce authored
Allows the INSERT key to work from SyncTERM (and possibly others?)
-
- Jan 08, 2008
-
-
deuce authored
-
- Oct 28, 2007
-
-
rswindell authored
-
- Aug 14, 2007
-
-
deuce authored
Remove time32str()
-
- Jul 31, 2007
-
-
rswindell authored
timer reference value (sbbs_t::timeout) due to accidental argument/member variable name overload.
-
- Jul 11, 2007
- Sep 07, 2006
-
-
rswindell authored
use inkey()/ungetkey() and don't work with down-arrow (ctrl-J). This should be okay now that input_thread auto-converts Telnet's CR/LF to CR.
-
- Aug 23, 2006
-
-
rswindell authored
in the if() - no functional change.
-
- Nov 29, 2005
-
-
rswindell authored
method would insert keys at end of the input ring buffer. This was fine if there weren't already chars in the buffer. But if there were already chars in the input buffer, ansi_getxy() would then move keys to the end of the input buffer until it found the <ESC>[y;xR response it was looking for. This garbled the user's input in split-screen chat as reported by JasHud and others. If there was a RingBufInsert() routine, we could use that instead, but this separate "ungetkey" buf will do for now.
-
- Sep 02, 2005
-
-
rswindell authored
ungetkey() now puts keys directly into the input ring buffer (no more keybuf). handle_ctrlkey() no longer pushes entire unsupported ANSI escape sequence into the input buffer (causing an infinite loop).
-
deuce authored
CON_R_ECHOX and CON_L_ECHOX, then sends "\b \b" Replace all instances of [br]puts("\b \b") with call to backspace() This fixes once and for all the "spaces entered at password prompt are echoed as spaces" problem. Har. PR:42->closed
-
- Oct 24, 2003
-
-
rswindell authored
-
- Jul 02, 2003
-
-
rswindell authored
-
- May 06, 2003
-
-
rswindell authored
-
- May 04, 2003
-
-
rswindell authored
Removed YIELD call since we're waiting for ringbuf semaphore instead.
-
- Apr 30, 2003
- Apr 29, 2003
-
-
deuce authored
-
- Apr 26, 2003
-
-
deuce authored
old 486 hardware!
-
- Mar 06, 2003
- Dec 07, 2002
-
-
rswindell authored
of control key combinations in inkey() via SCFG or script.
-
- Aug 10, 2002
-
-
rswindell authored
mechanism now limiting them to a total maximum depth of 2.
-