aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-01 15:22:27 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-01 15:22:27 +0100
commit8d5f8b066782f9ac8a95946c8e02bfdcd63a4a36 (patch)
treed33e04a6a84c0ee8a6c22bed195097bc0bb0c08e /fbi.c
parentb66dd9317009b665aeaa0ce7ecf097c56af90a04 (diff)
downloadfbida-8d5f8b066782f9ac8a95946c8e02bfdcd63a4a36.tar.gz
fix pause
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;
}