Start work simplifying terminals, aim towards respawn terminals
This commit is contained in:
@@ -3,10 +3,8 @@ module Dodge.Terminal.Type (
|
||||
getMaxLinesTM,
|
||||
) where
|
||||
|
||||
import Dodge.Data.Terminal
|
||||
getPromptTM :: String
|
||||
getPromptTM = "> "
|
||||
|
||||
getPromptTM :: TerminalType -> String
|
||||
getPromptTM _ = "> "
|
||||
|
||||
getMaxLinesTM :: TerminalType -> Int
|
||||
getMaxLinesTM _ = 14
|
||||
getMaxLinesTM :: Int
|
||||
getMaxLinesTM = 14
|
||||
|
||||
Reference in New Issue
Block a user