Limit terminal display to 13 lines, terminal displays with padding

This commit is contained in:
2025-12-26 11:53:36 +00:00
parent 589cfd6d79
commit 2575ccc0f4
+1 -1
View File
@@ -4,4 +4,4 @@ getPromptTM :: String
getPromptTM = "> "
getMaxLinesTM :: Int
getMaxLinesTM = 14
getMaxLinesTM = 13