Simplify analyser terminal
This commit is contained in:
@@ -12,3 +12,4 @@ termScreenColor tm = case tm ^. tmStatus of
|
||||
TerminalTextInput _ -> Just green
|
||||
TerminalPressTo{} -> Just green
|
||||
TerminalLineRead -> Just white
|
||||
TerminalWaiting -> Just green
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
module Dodge.Terminal.Type (
|
||||
getPromptTM,
|
||||
getMaxLinesTM,
|
||||
) where
|
||||
module Dodge.Terminal.Type ( getPromptTM, getMaxLinesTM) where
|
||||
|
||||
getPromptTM :: String
|
||||
getPromptTM = "> "
|
||||
|
||||
Reference in New Issue
Block a user