- 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.
-
- Feb 20, 2002
-
-
rswindell authored
Corsor position report logged.
-
- Feb 02, 2002
-
-
rswindell authored
-
- Jan 30, 2002
-
-
rswindell authored
-
- Jan 29, 2002
-
-
rswindell authored
-
- Nov 14, 2001
-
-
rswindell authored
-
- Aug 29, 2001
-
-
rswindell authored
Move internal sysop page (random tones) from getkey() to inkey() and replaced the short tones in msgabort() (every 100th call).
-
- Jun 15, 2001
-
-
rswindell authored
Removed unused code.
-
- Dec 11, 2000
-
-
rswindell authored
Each function that requires a temp string variable, now has its own "tmp" local variable.
-
- Oct 10, 2000
-
-
rswindell authored
-