- Aug 22, 2015
-
-
deuce authored
-
- Apr 28, 2015
-
-
rswindell authored
was never used. This was intended to be a method for internationalization, letting the sysop change which key is used as the uiniversal "quit" key. This commit replaces most of the uses of the hard-coded 'Q' for quit wtih the 3rd charcter in the text.dat YNQP string. Some hard-coded menus still have the 'Q' key hard-coded and will need to be addressed later. The text.h YN index macro was changed to YNQP and the JS text index variable name will change as well.
-
- Oct 04, 2014
-
-
rswindell authored
Fix Ctrl-Z/Undo so it only redisplays from the correct column/offset. Note: K_NOECHO mode appears to still have some bugs if/when K_EDIT is also used (which would be a weird combination of modes).
-
- Feb 19, 2009
- 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.
-
- Aug 23, 2006
-
-
rswindell authored
- returns true/false if the user's terminal supports all the passed flags - returns the supported flags if no flags are passed for comparison - automatically uses the auto-terminal-type flags if no user is logged-on
-
- Sep 02, 2005
-
-
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
-
- Sep 01, 2005
-
-
rswindell authored
-
- May 30, 2004
-
-
deuce authored
-
- May 11, 2004
-
-
rswindell authored
-
- Oct 02, 2003
-
-
deuce authored
(I always wanted to do that commit!)
-
- Jul 25, 2003
- Jul 08, 2003
- Jul 02, 2003
-
-
rswindell authored
Removed CRLFs even when K_NOCRLF mode bit is set under some circumstances. Ctrl-Z (if not handled by inkey) will undo any changes made to the line. Insert indicator (flashing block) is now placed in (normally unused) cell 1,80 (fixes wrap problem when using insert during input on bottom line of terminal). Insert mode is no longer automatically turned off at end of string. Ctrl-Y will now delete the entire line (ala Ctrl-X) if used at EOL. Optimized Ctrl-Y/X clearing of line for ANSI terminals.
-
rswindell authored
for full-screen editor functionality. Added support for CON_DOWNARROW, CON_LEFTARROW, and CON_BACKSPACE console status bits, used in combination with getstr(K_LEFTEXIT) for full-screen editor functionality. Insert mode (^V) still needs work.
-
- May 14, 2003
-
-
rswindell authored
-
- Aug 16, 2002
-
-
rswindell authored
-
- Aug 06, 2002
-
-
rswindell authored
-
- Oct 16, 2001
-
-
rswindell authored
-
- Jun 15, 2001
-
-
rswindell authored
-
- Nov 14, 2000
-
-
rswindell authored
-
- Nov 02, 2000
-
-
rswindell authored
-
- Oct 10, 2000
-
-
rswindell authored
-