aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolderpunk <solderpunk@sdf.org>2018-12-08 16:13:08 +0000
committerSolderpunk <solderpunk@sdf.org>2018-12-08 16:13:08 +0000
commitf0acd5836bbb0ec31c4c545fec7e2829efbfa8bd (patch)
tree3ab5e183740a45167df433c40b7abe9ee1139f2f
parentHave type command look before it leaps. (diff)
Oops.
-rwxr-xr-xtelem.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/telem.lua b/telem.lua
index bcb4754..d16ee24 100755
--- a/telem.lua
+++ b/telem.lua
@@ -266,6 +266,7 @@ type_dispatch["d"] = function() return end
function do_type()
if current_board == "" then
print("Not at any board! Hit `l` to list boards, `g` to go to one.")
+ end
io.write("Read which thread? ")
local thread_id = tonumber(io.read())
if not thread_id or thread_id < 0 or thread_id > #current_board_threads then