Skip to content
Snippets Groups Projects
  1. Jan 10, 2017
  2. Jan 09, 2017
  3. Jan 08, 2017
  4. Jan 05, 2017
  5. Jan 03, 2017
  6. Jan 02, 2017
  7. Dec 31, 2016
  8. Dec 30, 2016
    • nightfox's avatar
      This provides a scrollable lightbar menu in the form of a JavaScript class. ... · bfe0b3f3
      nightfox authored
      This provides a scrollable lightbar menu in the form of a JavaScript class.  Item colors (normal and selected) can be customized.  Allows scrolling of the menu items, so that if there are more items than can fit on the menu, the user can scroll through them.  Supports use of the up & down arrows, PageUp, PageDown, Home, and End keys, and the Enter key selects an item.  This requires an ANSI terminal.
      bfe0b3f3
  9. Dec 28, 2016
  10. Dec 18, 2016
  11. Dec 16, 2016
  12. Dec 12, 2016
  13. Dec 11, 2016
  14. Dec 10, 2016
  15. Dec 08, 2016
  16. 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
Loading