Partial rethink of terminal text input
This commit is contained in:
@@ -9,5 +9,5 @@ import Control.Lens
|
||||
termScreenColor :: Terminal -> Maybe Color
|
||||
termScreenColor tm = case tm ^. tmStatus of
|
||||
TerminalOff -> Nothing
|
||||
TerminalReady -> Just green
|
||||
TerminalTextInput _ -> Just green
|
||||
TerminalBusy -> Just white
|
||||
|
||||
Reference in New Issue
Block a user