diff options
author | Solderpunk <solderpunk@sdf.org> | 2018-12-08 16:13:08 +0000 |
---|---|---|
committer | Solderpunk <solderpunk@sdf.org> | 2018-12-08 16:13:08 +0000 |
commit | f0acd5836bbb0ec31c4c545fec7e2829efbfa8bd (patch) | |
tree | 3ab5e183740a45167df433c40b7abe9ee1139f2f /telem.lua | |
parent | Have type command look before it leaps. (diff) |
Oops.
Diffstat (limited to 'telem.lua')
-rwxr-xr-x | telem.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |