Skip to content
Snippets Groups Projects
  1. Dec 06, 2016
    • rswindell's avatar
      putmsg() (used to display menus, text files, messages to the terminal console) · 8edfebc7
      rswindell authored
      no longer ignores Ctrl-Z characters (CP/M EOF) by default. If you want the
      old behavior (Ctrl-Z characters not displayed, just skipped), specify the
      P_CPM_EOF mode flag.
      8edfebc7
    • rswindell's avatar
      New console control @-codes: · 413e624f
      rswindell authored
      HOME - homes cursor (to upper left, 1:1)
      CLRLINE - clears current line (cursor to column 1)
      CLR2EOL - clears to end-of-current-line (doesn't move cursor)
      CLR2EOS - clears to end of screen (doesn't move cursor)
      413e624f
    • rswindell's avatar
      New Ctrl-A codes: · 5bf12c0d
      rswindell authored
      'J' - Clear to End-of-Screen, for ANSI users sends <ESC>[J, nothing otherwise
      '`' - Home Cursor, for ANSI users sends <ESC>[H, form feed otherwise
      5bf12c0d
  2. Dec 05, 2016
  3. Dec 04, 2016
  4. Dec 02, 2016
  5. Dec 01, 2016
  6. Nov 30, 2016
  7. Nov 29, 2016
  8. Nov 28, 2016
Loading