aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbi.c b/fbi.c
index 7ac6d63..677ba25 100644
--- a/fbi.c
+++ b/fbi.c
@@ -820,7 +820,7 @@ svga_show(struct flist *f, struct flist *prev,
return -1;
}
- rc = kbd_wait(timeout);
+ rc = kbd_wait(paused ? 0 : timeout);
if (check_console_switch()) {
continue;
}