Limit terminal display to 13 lines, terminal displays with padding
This commit is contained in:
@@ -4,4 +4,4 @@ getPromptTM :: String
|
|||||||
getPromptTM = "> "
|
getPromptTM = "> "
|
||||||
|
|
||||||
getMaxLinesTM :: Int
|
getMaxLinesTM :: Int
|
||||||
getMaxLinesTM = 14
|
getMaxLinesTM = 13
|
||||||
|
|||||||
Reference in New Issue
Block a user