aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-08-03 21:01:41 +0800
committerverdant <im@verdant.ee>2026-08-03 21:01:41 +0800
commit6ef436e74c7d48e2ce5da0cb212c98cc13df7078 (patch)
tree001889bb50d85c43347429a6af98ba69130ab34d /src
parent8fa00affda48e06a759915bf12e01a5ffca65e45 (diff)
downloadsf-6ef436e74c7d48e2ce5da0cb212c98cc13df7078.tar.gz
sf-6ef436e74c7d48e2ce5da0cb212c98cc13df7078.zip
Remove timeout call before event loop in main
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f58d464..91cfe3f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -66,7 +66,7 @@ main(int argc, char **argv)
info->cur = fm_getdir(info->cur, info->cwd);
magic_init();
char next_path[PATH_MAX];
- timeout(100);
+ refresh();
while (1) {
if (need_redraw) {