Add _tmMaxLines field
This commit is contained in:
@@ -956,6 +956,7 @@ data Terminal = Terminal
|
||||
, _tmName :: String
|
||||
, _tmDisplayedLines :: [(String,Color)]
|
||||
, _tmFutureLines :: [TerminalLine]
|
||||
, _tmMaxLines :: Int
|
||||
, _tmTitle :: String
|
||||
, _tmSel :: Maybe (Int,Int)
|
||||
, _tmInput :: Maybe T.Text
|
||||
|
||||
@@ -250,6 +250,7 @@ defaultTerminal = Terminal
|
||||
, _tmName = "TESTTERMINAL"
|
||||
, _tmDisplayedLines = []
|
||||
, _tmFutureLines = []
|
||||
, _tmMaxLines = 14
|
||||
, _tmTitle = "TERMINAL IN LOCATION"
|
||||
, _tmSel = Nothing
|
||||
, _tmInput = Nothing
|
||||
|
||||
Reference in New Issue
Block a user