Since upgrading to 9.31, I've noticed that new urxvt windows start up with the initial cursor 25 lines up from the bottom of the window instead of being on the first line. I can sort of workaround this by setting the initial geometry to a big number for the height. But that does mean that when I switch the window to floating mode, it is big rather than being 80x25 as before.
I would guess that urxvt first initialises itself with the geometry and i3 then resizes it to the available space in the tile. New code in urxvt preserves the number of lines below the cursor so that if the window is made larger, additional parts of the scrollback buffer are drawn in becoming visible. I would suggest that blank space should not be added where there are no lines of scrollback so the cursor would finish further from the bottom of the window in this case. Thanks, Oliver Kiddle _______________________________________________ rxvt-unicode mailing list rxvt-unicode@lists.schmorp.de http://lists.schmorp.de/mailman/listinfo/rxvt-unicode