aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-03-01 09:24:43 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-03-01 09:24:43 +0100
commiteb769e3d7f4a073d4c37ed524ebd5017c6a578f5 (patch)
treebeabd897c3ae91a976bdc95239270d6e54a7cbde
parent82cff285b1183b44164e69e6d0b0bfce2784d2d9 (diff)
downloadfbida-eb769e3d7f4a073d4c37ed524ebd5017c6a578f5.tar.gz
clear sb on resize
-rw-r--r--fbcon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fbcon.c b/fbcon.c
index 0e79695..8ef847e 100644
--- a/fbcon.c
+++ b/fbcon.c
@@ -326,6 +326,7 @@ static void fbcon_resize()
fbcon_cairo_update(font_name, font_size);
fbcon_winsize(&win);
tsm_screen_resize(vts, win.ws_col, win.ws_row);
+ tsm_screen_clear_sb(vts);
ioctl(pty, TIOCSWINSZ, &win);
state1.clear++;
state2.clear++;