sbbs.el

Changes To usage
Login

Changes to "usage" between 2020-05-29 10:24:01 and 2023-09-09 07:48:45

     1      1   `sbbs.el` has three main views/states:
     2      2   
     3      3   # Board View
     4      4   
     5      5   After invoking `M-x sbbs`, the "board view" is loaded. This is implemented using Emacs' `tabulated-list-mode`, so you can sort the columns (either by using the mouse or `tabulated-list-sort`). A thread is opened by pressing the Enter key.
     6      6   
     7         -If you wish to refresh to thread-list, just invoke `revert-buffer` (bound go "g").
            7  +If you wish to refresh to thread-list, just invoke `revert-buffer` (bound to "g").
     8      8   
     9      9   # Thread View
    10     10   
    11     11   After opening a thread and waiting for it to load, you can navigate it using the default movement keys of your Emacs installation (ie. Usually arrow keys, `C-n/C-p/C-v/M-v/...`). Beyond these, the thread view offers a few more options for easier navigation:
    12     12   
    13     13   |: Default Key :| Command | Description |
    14     14   |-----------------|---------------|-----------------|