dotfiles/gentoo/etc/portage/patches/x11-terms/rxvt-unicode-9.30/font-resizing.patch

14 lines
249 B
Diff

--- a/src/main.C
+++ b/src/main.C
@@ -874,9 +874,8 @@
#endif
}
- if (parent)
{
- resize_all_windows (0, 0, 0);
+ resize_all_windows (szHint.width, szHint.height, 1);
scr_remap_chars ();
scr_touch (true);
}