Add spinning cursor to terminal line read

This commit is contained in:
2025-09-02 10:24:43 +01:00
parent 7fcaac2a01
commit 2261556c16
6 changed files with 10 additions and 13 deletions
-1
View File
@@ -13,7 +13,6 @@ data TerminalStatus
| TerminalLineRead
| TerminalTextInput {_tiText :: String}
| TerminalPressTo {_tptString :: String}
| TerminalWaiting
deriving (Eq,Show)
makeLenses ''TerminalStatus