stepb / urxvt-tabbedex

Tabbed plugin for rxvt-unicode with many enhancements
75 stars 54 forks source link

space was left after using wmctl to resize the window #35

Open zsrkmyn opened 10 years ago

zsrkmyn commented 10 years ago

Thanks a lot for making a such good script, and I really appreciate it! But I found a little a bug just now, that is there is some space left after using wmctl to toggle the window fullscreen on and off. I got a screenshot here[1]. I also found a way to solve the problem by comparing the script with the original "tabbed". It's really easy: just add back the the function "on_resize_all_window" So, could you please fix the problem? thx~ :P [1]http://imgbin.org/index.php?page=image&id=17804

mina86 commented 6 years ago

I also found a way to solve the problem by comparing the script with the original "tabbed". It's really easy: just add back the the function "on_resize_all_window"

Could you send a pull request against https://github.com/mina86/urxvt-tabbedex/ ?