Improve terminal color possibilities
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
module Dodge.Terminal.Type (
|
||||
getPromptTM,
|
||||
getMaxLinesTM,
|
||||
) where
|
||||
|
||||
import Dodge.Data.Terminal
|
||||
|
||||
getPromptTM :: TerminalType -> String
|
||||
getPromptTM _ = "> "
|
||||
|
||||
getMaxLinesTM :: TerminalType -> Int
|
||||
getMaxLinesTM _ = 14
|
||||
Reference in New Issue
Block a user