Skip to content
Snippets Groups Projects
  1. Oct 06, 2016
  2. Nov 25, 2015
  3. Feb 21, 2015
  4. Oct 04, 2014
  5. Oct 03, 2014
  6. Oct 19, 2011
  7. Sep 10, 2011
  8. Mar 04, 2011
  9. Feb 12, 2011
  10. Feb 19, 2009
  11. Feb 18, 2009
  12. Jan 16, 2009
  13. May 30, 2008
  14. Jan 08, 2008
  15. Oct 28, 2007
  16. Aug 14, 2007
  17. Jul 31, 2007
  18. Jul 11, 2007
  19. Sep 07, 2006
  20. Aug 23, 2006
  21. Nov 29, 2005
    • rswindell's avatar
      Reversed the ungetkey() overhaul of Sept-2-2005 (included in v3.13a), this new · f226f1c5
      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.
      f226f1c5
  22. Sep 02, 2005
    • rswindell's avatar
      Cleaned-up the whole ungetkey/keybuf stuff: · d2a6493e
      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).
      d2a6493e
    • deuce's avatar
      Add backspace() function to the sbbs_t which temporarily disables · 87233cf2
      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
      87233cf2
  23. Oct 24, 2003
  24. Jul 02, 2003
  25. May 06, 2003
  26. May 04, 2003
  27. Apr 30, 2003
  28. Apr 29, 2003
  29. Apr 26, 2003
  30. Mar 06, 2003
  31. Dec 07, 2002
Loading