Improve tab completion, cleanup

This commit is contained in:
2025-08-20 17:15:34 +01:00
parent 9de2a22001
commit 3936e1a386
4 changed files with 8 additions and 18 deletions
-1
View File
@@ -42,7 +42,6 @@ addWarningTerminal str outplid = (rmName .++~ "warningTerm-")
)
termMessages trpl =
lineOutputTerminal (makeColorTermLine red "WARNING" : makeTermPara str)
-- & tmCommands .:~ TCToggles
& tmToggles .~ M.fromList
[("DOOR", TerminalToggle (fromJust $ _plMID trpl) (BlConst True))]