Cleanup
This commit is contained in:
@@ -126,7 +126,8 @@ subInventoryDisplay subinv cfig w = case subinv of
|
||||
where
|
||||
displayTermInput tp = case _tmInput tp of
|
||||
Nothing -> id
|
||||
Just (TerminalInput s inputstatus) -> (++ [('>':T.unpack s++displayBlinkCursor inputstatus,white)])
|
||||
Just (TerminalInput s inputstatus _)
|
||||
-> (++ [('>':T.unpack s++displayBlinkCursor inputstatus,white)])
|
||||
displayBlinkCursor inputstatus | inputstatus = clockCycle 10 (V.fromList ["_",""]) w
|
||||
| otherwise = []
|
||||
closeobjectcursor = case selectedCloseObject w of
|
||||
|
||||
Reference in New Issue
Block a user