Skip to content

Commit 45755c4

Browse files
authored
Fix tab (#541)
a little thing related to tab completion. (#501)
1 parent 285ffba commit 45755c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Swarm/TUI/View.hs

-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ drawKeyMenu s =
544544
[(NoHighlight, "F1", "help"), (NoHighlight, "F2", "robots")]
545545
<> notificationKey availableRecipes "F3" "Recipes"
546546
<> notificationKey availableCommands "F4" "Commands"
547-
<> [(NoHighlight, "Tab", "cycle")]
548547
<> [(NoHighlight, "^v", "creative") | cheat]
549548
<> [(NoHighlight, "^g", "goal") | goal]
550549

0 commit comments

Comments
 (0)