1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-
+
|
`sbbs.el` has three main views/states:
# Board View
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.
If you wish to refresh to thread-list, just invoke `revert-buffer` (bound go "g").
If you wish to refresh to thread-list, just invoke `revert-buffer` (bound to "g").
# Thread View
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:
|: Default Key :| Command | Description |
|-----------------|---------------|-----------------|
|