From eb769e3d7f4a073d4c37ed524ebd5017c6a578f5 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 1 Mar 2019 09:24:43 +0100 Subject: clear sb on resize --- fbcon.c | 1 + 1 file changed, 1 insertion(+) 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++; -- cgit