[email protected] writes: > I would like to request a couple of features regarding the tabbed perl > extension: > > 1. Possibility to hide the '[NEW]' button > 2. Possibility to hide the tab bar when only one tab is opened > 3. Possibility to display the application name in the tab, instead of > the tab's number (like mutt, vim...) > 4. Possibility to customize key bindings to create/move/switch tabs > > With this regard, I've seen that Michal Nazarewicz recently submitted > a patch to allow some of these features (plus others).
Yes, features from 1 to 3 are implemented by my patch available at <http://mina86.com/2009/05/16/tabbed-urxvt-extension/>. I haven't updated it for a while so it may apply with some slack or with some hunks rejected but otherwise it should be fine. The 3rd feature requires some cooperation form shell or applications -- the terminal title needs to be set. You may want to consult my .bashrc which is available at <http://github.com/mina86/dot-files/blob/master/bashrc> to see how I set the terminal title. If you want to set it to executed command you'd probably want to use PROMPT_COMMAND though. Also, if you don't mind patching the perl extension, you can modify the key bindings yourself. It's nice that at least someone notices patches sent here though... -- Best regards, _ _ .o. | Liege of Serenly Enlightened Majesty of o' \,=./ `o ..o | Computer Science, Michal "mina86" Nazarewicz (o o) ooo +--<mina86-tlen.pl>--<jid:mina86-jabber.org>--ooO--(_)--Ooo-- _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
