~iq-0/terminator/terminator

Viewing all changes in revision 1471.

  • Committer: justin at quarantainenet
  • Date: 2013-10-15 13:56:32 UTC
  • Revision ID: justin@quarantainenet.nl-20131015135632-ov3ig722dhiwfyez
Add option to disable autohide on tabbar
 
The new global config option is called 'autohide_tabbar' and defaults to True
which mimicks the current behaviour.

Instead of adding more conditionals to whether or not to use a Notebook this
patch changes Window to always have a Notebook. This simplifies a lot of code
paths and strips a layer from alle layouts that use tabs.
 
It could possibly be merged even further, but these changes removed the most
obvious redundant code paths and were enough to simply add 'set_show_tabs()' on
tab open/close to make it work.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: