Hi, sorry for the late reply, I don't read the mailing list that regularly.
[email protected] <[email protected]>: > I have compiled and installed version v9.18, and I have tried the > font-size (urxvt-font-size) Perl extension. > https://github.com/majutsushi/urxvt-font-size/blob/master/font-size > > When I change the font size, the scroll bar gets misplaced, and also > the last lines of the terminal get affected and can go outside the > terminal window when the font size is increased. I can't reproduce your problem on my machine. Could you try running this command directly to see if the problem still happens for you: $ echo -e "\033]710;fixed\033\\" Try replacing 'fixed' with whatever font you want to switch to (use 'xlsfonts' to get a list of the available ones, assuming you don't use xft fonts). If the problem still happens then it must be a bug in urxvt itself. I've also seen issues when using dwm and switching to a smaller font, in that case the urxvt window will stay the same size, but the area where the text is being displayed shrinks according to the new font size, so it's like it got a huge border. I don't know if that's a bug in urxvt or dwm, though. Cheers, Jan -- -[ OpenPGP key ID: 00A0FD5F ]- When I give food to the poor, they call me a saint. When I ask why the poor have no food, they call me a communist. -- Dom Helder Camara _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
