summaryrefslogtreecommitdiffstats
path: root/InfoScreen.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-29 10:25:20 +0200
committercgzones <cgzones@googlemail.com>2020-10-02 14:40:15 +0200
commit8efc88593ab29ce409d720c2add603795d73f12a (patch)
treec54726d429e1b7a3784ececd25d11b50bd41fc41 /InfoScreen.c
parent3afa5dfbcc12c4752504504756fdf3042303440f (diff)
InfoScreen: update content on resize
Diffstat (limited to 'InfoScreen.c')
-rw-r--r--InfoScreen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/InfoScreen.c b/InfoScreen.c
index b8859af0..35c16473 100644
--- a/InfoScreen.c
+++ b/InfoScreen.c
@@ -137,6 +137,7 @@ void InfoScreen_run(InfoScreen* this) {
break;
case KEY_RESIZE:
Panel_resize(panel, COLS, LINES-2);
+ if (As_InfoScreen(this)->scan) InfoScreen_scan(this);
InfoScreen_draw(this);
break;
default:

© 2014-2024 Faster IT GmbH | imprint | privacy policy