Jan Larres
Jan Larres
I don't really have any X programming experience myself, so I don't think that would be quicker. It's not like it's urgent, though, so feel free to just have a...
That's odd, resizing is working fine for me. Maybe your window manager is interfering? What happens when you run the command mentioned in the 'Troubleshooting' section in the README?
Interesting, I'm using Awesome myself (on Debian) and it's working fine for me there, both in floating and tiled mode. I don't have Gnome Shell available at the moment to...
I just had an idea: could you try adding the line ``` $term->want_refresh; ``` at the end of the subroutine `fonts_change_size`? I could imagine that that might fix it.
Have you tried the refresh change? I'm curious whether that actually fixes it.
Oh. Well, in that case I'm not sure I can actually fix this from within the script, sorry. I will have a look whether there's a way to maybe send...
I still haven't been able to reproduce this unfortunately. Could you give some details about your setup like your window manager, your urxvt and vim configuration and version and such?
I've now tried to reproduce it with awesome (3.5), i3 (4.8) and dwm (6.0), all with urxvt 9.21. It worked fine for me in all of them. Maybe it was...
Interesting, I'm actually finally able to reproduce this with the standard `tabbed` extension. After looking into it a bit I think this is actually a bug in `tabbed` (and apparently...
Yes, some kind of signalling is missing somewhere. But even after looking through the urxvt Perl API several times and experimenting a bit I haven't found any way to make...