--- rxvt-unicode/src/main.C 2004/02/22 08:28:36 1.41 +++ rxvt-unicode/src/main.C 2004/02/22 10:38:11 1.42 @@ -742,6 +742,13 @@ // TODO: screen needs to be told about new fonts + if (TermWin.parent[0]) + { + resize_all_windows (0, 0, 0); + scr_remap_chars (); + scr_touch (true); + } + return true; } }