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