Skip to content
Snippets Groups Projects
  1. Dec 10, 2016
  2. Dec 08, 2016
  3. Dec 06, 2016
    • rswindell's avatar
      Make area file (e.g. areas.bbs) not case-sensitive. i.e. AREAS.BBS or areas.bbs · 37afe84a
      rswindell authored
      or Areas.BBS will all be found/opened successfully if "areas.bbs" is used.
      37afe84a
    • rswindell's avatar
      Beautified/colorized the thread listing a bit. · 91b3fd22
      rswindell authored
      Make sure pause ([Hit a key]) prompt doesn't appear on the same line as the
      Reading prompt.
      The '?' command now turns off "Thread View Mode".
      Backspace is now treated the same as '-' (move backwards through sub).
      When in Thread View mode, moving backwards now first searches for a thread
      with a lower thread ID and if that fails, look for any thread with a different ID.
      New Thread Nav command: Home (move to first msg in thread) and End (move
      to last message in thread). Last in this context means the last reply to last
      reply to the original message (not necessarily the newest reply). This is most
      obvious how this works when in Thread View mode.
      Moving forward through the sub (+ or <CR>) while in Thread View Mode now
      searches first for a thread with a higher thread ID, and if that fails, then
      any thread with a different ID.
      
      I experimented with not clearing the screen (homing the cursor and using clear
      to end of screen to remove old data), to avoid the "flash" while browing a
      thread, but both Netrunner and mTelnet appear to not support the <ESC>[J
      terminal escape sequence (clear to end of screen) correctly.
      91b3fd22
    • rswindell's avatar
      Fixed use of smb_get_first_in_thread(). · ced4f669
      rswindell authored
      ced4f669
    • rswindell's avatar
      Cut 75% off of the inactivity hang-up timeout when a terminal type (e.g. ANSI) · 59dbf450
      rswindell authored
      is not auto-detected. These hacking bots and scripts don't support ANSI.
      59dbf450
    • rswindell's avatar
      New functions: · f6e9f886
      rswindell authored
      - smb_next_in_thread
      - smb_last_in_branch
      - smb_last_in_thread
      f6e9f886
    • 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
  4. Dec 05, 2016
  5. Dec 04, 2016
  6. Dec 02, 2016
  7. Dec 01, 2016
  8. Nov 30, 2016
  9. Nov 29, 2016
Loading