diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-28 14:13:47 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-28 14:15:10 +0530 |
| commit | 9a5453aa190834b01e78cd971c445f1f0e34ee41 (patch) | |
| tree | f1b3f99b34f3f508bb98ac527f7b5d51f2b69dcf /src/Chelleport.hs | |
| parent | d6dbe32df6f1a01c95f9293023e2d73872fa39fe (diff) | |
| download | chelleport-9a5453aa190834b01e78cd971c445f1f0e34ee41.tar.gz chelleport-9a5453aa190834b01e78cd971c445f1f0e34ee41.zip | |
Add update flushing to allow showing loading state after showing window
Diffstat (limited to '')
| -rw-r--r-- | src/Chelleport.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Chelleport.hs b/src/Chelleport.hs index 02977c9..029821e 100644 --- a/src/Chelleport.hs +++ b/src/Chelleport.hs @@ -2,7 +2,6 @@ module Chelleport where import Chelleport.AppShell (setupAppShell) import qualified Chelleport.AppState as AppState -import Chelleport.Args (Configuration) import Chelleport.Context (initializeContext) import Chelleport.Control (anyAlphabetic, anyDigit, checkKey, ctrl, eventToKeycode, hjkl, hjklDirection, key, pressed, released, shift) import Chelleport.KeySequence (keycodeToInt, toKeyChar) |
