Refactor terminal prompt/maxlines into terminaltype
This commit is contained in:
@@ -15,7 +15,6 @@ defaultTerminal =
|
||||
, _tmName = "TESTTERMINAL"
|
||||
, _tmDisplayedLines = []
|
||||
, _tmFutureLines = []
|
||||
, _tmMaxLines = 14
|
||||
, _tmTitle = "TERMINAL IN LOCATION"
|
||||
, _tmInput = defaultTerminalInput
|
||||
, _tmScrollCommands = []
|
||||
@@ -25,7 +24,7 @@ defaultTerminal =
|
||||
, _tmCommandHistory = []
|
||||
, _tmToggles = mempty
|
||||
, _tmPartialCommand = Nothing
|
||||
, _tmPromptString = "$ "
|
||||
, _tmType = DefaultTerminal
|
||||
}
|
||||
|
||||
defaultTerminalInput :: TerminalInput
|
||||
|
||||
Reference in New Issue
Block a user