aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolderpunk <solderpunk@sdf.org>2019-05-08 15:58:23 +0000
committerSolderpunk <solderpunk@sdf.org>2019-05-08 15:58:23 +0000
commit1d796b5da954e1c2777e2e9d873d128942adff80 (patch)
tree7376dfdd01f9cac34b1cfcb396cccd7d9fc20294
parentBuild help into telem, because it's telem-specific, rather than reading /var/... (diff)
Change hotkey for toggling message order from S to o.
-rwxr-xr-xtelem.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/telem.lua b/telem.lua
index 6bac705..359612d 100755
--- a/telem.lua
+++ b/telem.lua
@@ -326,7 +326,7 @@ function do_help()
(=) ............ Various user options
(c)olor ........ Disable/Enable ANSI color codes
(H)ide ......... Disable/Enable hiding of old threads
- (S)ort ......... Toggle sort order of message listing
+ (o)rder ........ Toggle order of message listing
(q)uit ......... Immediately quit the board
]])
end
@@ -718,7 +718,7 @@ dispatch["?"] = do_help2
dispatch["!"] = do_rules
dispatch["w"] = do_who
dispatch["s"] = do_scan
-dispatch["S"] = do_setmessageorder
+dispatch["o"] = do_setmessageorder
dispatch["="] = do_unimplemented
dispatch["M"] = do_unimplemented
dispatch["n"] = do_new