-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unwanted margin at the bottom of the window #10
Comments
To fix this, add the following hook to your copy of tabbedex (taken from the stock tabbed, don't know why it wasn't retained in tabbedex): sub on_resize_all_windows {
my ($self, $width, $height) = @_;
1
} |
I doesn't work. There is the following in tabbedex, in sub on_init:
I've never used perl but I imagine that it inherits from tabbed already. |
Well, works for me and at least one other person... |
You just paste that at the end of /usr/lib/urxvt/perl/tabbedex? I still get that margin, although it's not visible anymore. |
Hmm, I don't know if the "at the end" part makes a difference, though perhaps it could (because, as far as my (horribly rusty) Perl knowledge suggests, that would put the hook in the urxvt::ext::tabbedex::tab package and not in whatever package the rest of the file's definitions sit in). Then again, considering the fact that you do see some effect, it probably doesn't matter. Could be down to your window manager, I guess. Mine is Awesome, and that other person uses Afterstep. Sorry, that's probably about all the technical expertise that I can muster on the subject. :( |
I've tried putting it elsewhere, I get no change. But actually I'm not sure I see some effect, the grey border used to appear sporadically. After removing this code, I still don't get it now. I use Gnome for now. |
A workaround is to use "-b 0" as a commandline option. (only tested with jpkotta's branch, which passes commandline options to tabs), or use the "internalBorder" resource. |
Does mina86/urxvt-tabbedex solve this? |
I have a margin between the last line and the bottom limit of the window when using tabbedex.
When starting urxvt, this space appear a bit darker: http://i.imgur.com/y7M1T.png
When opening a new tab, this grey area disappears but its space stays unused by the application (like Irssi or Orpie): http://i.imgur.com/7OeHK.png
I don't have this problem when using the normal "tabbed" interface: http://i.imgur.com/e6pDQ.png
I use Arch with the latest version of Gnome, urxvt and urxvt-tabbeded (from the AUR). The scrollbar is deactivated in .Xdefaults.
The text was updated successfully, but these errors were encountered: