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 -3
View File
@@ -1,6 +1,4 @@
module Dodge.Clock (
clockCycle,
) where
module Dodge.Clock (clockCycle) where
import Control.Lens
import qualified Data.Vector as V