Implement "tab" button in terminal
This commit is contained in:
@@ -92,7 +92,7 @@ data TmWdWd
|
||||
| TmWdWdDoDeathTriggers
|
||||
| TmTmClearDisplayedLines
|
||||
| TmTmSetStatus TerminalStatus
|
||||
| TmDisplayCommands
|
||||
-- | TmDisplayCommands
|
||||
|
||||
makeLenses ''Terminal
|
||||
makeLenses ''TerminalLine
|
||||
|
||||
@@ -12,7 +12,6 @@ data TerminalStatus
|
||||
| TerminalBusy
|
||||
| TerminalTextInput {_tiText :: String}
|
||||
| TerminalPressTo {_tptString :: String}
|
||||
-- | TerminalArgumentInput TerminalCommand
|
||||
deriving (Eq)
|
||||
|
||||
makeLenses ''TerminalStatus
|
||||
|
||||
Reference in New Issue
Block a user