lp://staging/~chantra/terminator/terminator-doc
should terminator have its own docbook?
- Get this branch:
- bzr branch lp://staging/~chantra/terminator/terminator-doc
Branch merges
Branch information
Recent revisions
- 295. By Emmanuel Bretelle <chantra@mangal>
-
Adding an option to open a TopLevelTab in extreme_tabs mode
Ctrl-Shift-Alt-T will trigger the same action - 294. By Emmanuel Bretelle <chantra@mangal>
-
adding configuration extreme_tabs defaulting to False
* If extreme_tabs is set to false, only the top level widget will go
into tabs
* if set to True, tabs will be created at any level
* Fixes LP#234685 - 292. By Emmanuel Bretelle <chantra@mangal>
-
checking if DISPLAY is set before instanciating Terminator
- 291. By Emmanuel Bretelle <chantra@mangal>
-
removed an extra spawn_child in terminator.add
which was causing dnd terms to be respawn with the wrong working dir - 290. By Emmanuel Bretelle <chantra@mangal>
-
some more tab focus fixes
* added _set_current_notebook_ page_recursive
given a widget, set all parents notebook page active
to be sure that the focus is not broken - 289. By Emmanuel Bretelle <chantra@mangal>
-
fixing an issue where tab order was broken
step to repro:
- open terminator
- open a new tab
- in new tab, split axis
- go to first tab
- create a new tab
- Ctrl-shift-N around and the order is not respected - 288. By Chris Jones <cmsj@kodachi>
-
Add a default config value for background_image. Patch from Chris James. Fixes LP #234050