diff options
| author | verdant <im@verdant.ee> | 2026-08-03 21:01:41 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-08-03 21:01:41 +0800 |
| commit | 6ef436e74c7d48e2ce5da0cb212c98cc13df7078 (patch) | |
| tree | 001889bb50d85c43347429a6af98ba69130ab34d /src/main.c | |
| parent | 8fa00affda48e06a759915bf12e01a5ffca65e45 (diff) | |
| download | sf-6ef436e74c7d48e2ce5da0cb212c98cc13df7078.tar.gz sf-6ef436e74c7d48e2ce5da0cb212c98cc13df7078.zip | |
Remove timeout call before event loop in main
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
