Skip to content
Snippets Groups Projects
  1. Oct 04, 2018
  2. Aug 15, 2018
    • rswindell's avatar
      This is a bit of a hack for Nelgin, who noticed that novice menu mode · f61e7d93
      rswindell authored
      would not always auto-redisplay menu files when the user hits 'Q' (or 'N'
      or Ctrl-C) at auto-pause prompts:
      
      When displaying a "message" (e.g. file), if the console abort flag is set
      before a single line has been displayed, clear the abort flag. This most
      likely means a pause (hit a key) prompt was automatically displayed due to
      a clear screen code in the message/file and the user hit 'Q' or 'N' or
      Ctrl-C at the prompt. In this special case, don't treat that as an
      "abort message" command and keep displaying the message/file.
      
      Once one or more lines in the message/file have been displayed, then the
      behavior is the same as before: a console abort (even as a result of an
      auto-pause prompt key) will stop the display of the current message/file.
      f61e7d93
  3. Jan 04, 2018
  4. Dec 06, 2016
  5. Feb 19, 2015
  6. Jul 10, 2013
  7. Nov 11, 2011
  8. Nov 08, 2011
    • rswindell's avatar
      At Deuce's request, revert his change: · 62b2e592
      rswindell authored
      "Change the last argument of wordwrap() to a flags argument and support
      making a bare LF not be ignored."
      If soft line breaks (bare LFs) are stored in the message base, they're
      expected to wrapped for 80-column terminal only.
      62b2e592
  9. Nov 04, 2011
  10. Nov 03, 2011
  11. Nov 02, 2011
  12. Nov 19, 2010
  13. Mar 08, 2010
  14. Feb 18, 2009
    • rswindell's avatar
      Track column counter in outchar() rather than putmsg() - this is the "right" · 0364f228
      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.
      0364f228
  15. Nov 19, 2008
  16. Jun 04, 2008
  17. Jul 27, 2007
    • deuce's avatar
      HTML mode never updats col or lncntr. · fdf77445
      deuce authored
      If a @PAUSE@ or @MORE@ is encountered, defer it until the end of the HTML
      file and do NOT display a pause prompt.
      
      End HTML mode before changing attrs.
      fdf77445
  18. Feb 08, 2006
  19. Oct 25, 2005
  20. Sep 25, 2005
  21. Sep 20, 2005
  22. Jul 12, 2005
  23. Oct 27, 2004
  24. Aug 28, 2003
  25. Jun 19, 2003
    • rswindell's avatar
      Updated copyright date. · 70710e8a
      rswindell authored
      Updated brace style.
      printfile_fp() no longer reads/displays in 8K chunks, fixes problem with
      pauseon/off @-codes in large files.
      70710e8a
  26. Nov 07, 2002
  27. Mar 13, 2002
  28. Feb 18, 2002
  29. Jun 24, 2001
  30. Jun 15, 2001
  31. Nov 07, 2000
  32. Oct 10, 2000
Loading