Limit terminal input to 42 characters
This commit is contained in:
@@ -37,8 +37,8 @@ textTerminal = defaultTerminal{_tmBootLines = textInputBlurb []}
|
||||
textInputBlurb :: [TerminalLine] -> [TerminalLine]
|
||||
textInputBlurb tls =
|
||||
[termSoundLine computerBeepingS]
|
||||
++ tls
|
||||
++ tlSetStatus (TerminalTextInput "")
|
||||
<> tls
|
||||
<> tlSetStatus (TerminalTextInput "")
|
||||
|
||||
termSoundLine :: SoundID -> TerminalLine
|
||||
termSoundLine = TLine 0 [] . TmWdWdTermSound
|
||||
|
||||
Reference in New Issue
Block a user