Partial rethink of terminal text input
This commit is contained in:
@@ -383,7 +383,7 @@ updateKeysInTerminal :: Int -> Universe -> Universe
|
||||
updateKeysInTerminal tmid u =
|
||||
u
|
||||
& doTextInputOverUniverse
|
||||
(uvWorld . cWorld . lWorld . terminals . ix tmid . tmInput . tiText)
|
||||
(uvWorld . cWorld . lWorld . terminals . ix tmid . tmStatus . tiText)
|
||||
& checkEndStatus
|
||||
where
|
||||
checkEndStatus
|
||||
|
||||
Reference in New Issue
Block a user