Skip to content
Snippets Groups Projects
  1. Aug 22, 2015
  2. Apr 28, 2015
    • rswindell's avatar
      Bug-fix: From the text.dat Yes/No/Quit/Password entry (YNQP), the 'Q' character · aa709e2a
      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.
      aa709e2a
  3. Oct 04, 2014
  4. Feb 19, 2009
  5. Feb 16, 2008
  6. Aug 23, 2006
  7. Sep 02, 2005
  8. Sep 01, 2005
  9. May 30, 2004
  10. May 11, 2004
  11. Oct 02, 2003
  12. Jul 25, 2003
  13. Jul 08, 2003
  14. Jul 02, 2003
    • rswindell's avatar
      Now supports global insert toggle (console CON_INSERT bit). · e536e2c4
      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.
      e536e2c4
    • rswindell's avatar
      Added sbbs_t::getstr_offset member variable, used with getstr(K_USEOFFSET) · cb54cb0b
      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.
      cb54cb0b
  15. May 14, 2003
  16. Aug 16, 2002
  17. Aug 06, 2002
  18. Oct 16, 2001
  19. Jun 15, 2001
  20. Nov 14, 2000
  21. Nov 02, 2000
  22. Oct 10, 2000
Loading