From 8793a3c856f4ab6858bafe4d76c94453442b02a2 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Nov 2008 12:28:15 +0000 Subject: [PATCH] *** empty log message *** --- src/main.C | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.C b/src/main.C index fd126ff7..d35671c1 100644 --- a/src/main.C +++ b/src/main.C @@ -992,7 +992,9 @@ rxvt_term::resize_all_windows (unsigned int newwidth, unsigned int newheight, in } if (fix_screen || old_height == 0) - scr_reset (); + { + scr_reset (); + } // TODO, with nvidia-8178, resizes kill the alpha channel, report if not fixed in newer version //scr_touch (false); -- 2.34.1