Go to file
Stephen Boddy 4435be2350 Merge branch containing huge number of fixes from Egmont
* Add word chars back in if VTE is 0.40+
* Add option to toggle the rewrap on resize
* Make Zoom/Maximize inactive if a single terminal (Egmont
* Add dimming for 256 colour palettes
* Update TERM/COLORTERM to more modern values
* Fix deprcation warning in later GTK versions
* Fix separator sizing
* Fix positioning of group popup menu for later versions of GTK
* Correct some British spelt translated strings to American
* Fix double double-click on titlebar in later GTK3
* Fix the palette for inactive terminals after Prefs window
* Fix copy on selection to work on already open terminals
* Fix unwanted seperator size change, and increase granularity of dim/transparent sliders
* Fix cwd when new term spawned from a symlinked directory
* Correct terminator_config man page regarding scrollback
* Fix exception when Ctrl-clicking the terminal when not over a URL
* Fix Ctrl-click on URL if terminal has padding
* Fix right-click for mouse aware apps
2015-11-30 00:41:08 +01:00
data (trunk-1630/1631) 2015-09-01 23:25:48 +02:00
debian (trunk-1628) Adjustment to the way alternatives are set up that should cure blurry/incorrect icons in task switchers 2015-09-01 23:22:03 +02:00
doc Correct terminator_config man page regarding scrollback 2015-11-29 23:22:11 +01:00
po Launchpad automatic translations update. 2015-11-13 05:35:14 +00:00
terminatorlib Fix right-click for mouse aware apps 2015-11-29 23:57:13 +01:00
tests (trunk-1565/1566) distcheck fix and improvements to tests 2015-06-23 02:34:24 +02:00
.bzrignore ignore compiled terminator 2010-01-14 23:18:41 +00:00
COPYING revert to a real file for the licence 2008-01-15 17:50:59 +00:00
ChangeLog Merge branch containing huge number of fixes from Egmont 2015-11-30 00:41:08 +01:00
INSTALL Various tidying, version and packaging updates 2010-01-05 10:07:35 +00:00
README Bump version numbers for 0.96 2011-09-23 21:41:05 +01:00
remotinator * Fix the DBus interface (gtk2-gtk3) 2015-09-19 05:25:25 +02:00
run_tests (trunk-1565/1566) distcheck fix and improvements to tests 2015-06-23 02:34:24 +02:00
setup.py (trunk-1628) Adjustment to the way alternatives are set up that should cure blurry/incorrect icons in task switchers 2015-09-01 23:22:03 +02:00
terminator Minor fixup for newer GI wanting us to specify versions 2015-11-07 01:15:46 +01:00
terminator.spec Update versions for 0.97 2013-04-30 08:59:31 +01:00
terminator.wrapper (trunk-1628) Adjustment to the way alternatives are set up that should cure blurry/incorrect icons in task switchers 2015-09-01 23:22:03 +02:00

README

Terminator
by Chris Jones <cmsj@tenshu.net> and others.

The goal of this project is to produce a useful tool for arranging terminals. 
It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that
the main focus is arranging terminals in grids (tabs is the most common default
method, which Terminator also supports).

When you run Terminator, you will get a terminal in a window, just like almost 
every other terminal emulator available. There is also a titlebar which will
update as shells/programs inside the terminal tell it to. Also on the titlebar
is a small button that opens the grouping menu. From here you can put terminals
into groups, which allows you to control multiple terminals simultaneously.

You can create more terminals by right clicking on one and choosing to split 
it vertically or horizontally. You can get rid of a terminal by right 
clicking on it and choosing Close. Ctrl-Shift-o and Ctrl-Shift-e will also 
effect the splitting.
Also from the right mouse menu you can access Terminator's preferences window.

Ctrl-Shift-n and Ctrl-Shift-p will Shift focus to the next/previous terminal 
respectively, and Ctrl-Shift-w will close the current terminal and 
Ctrl-Shift-q the current window.

For more keyboard shortcuts and also the command line options, please see the
manpage "terminator". For configuration options, see the manpage 
"terminator_config".

Ask questions at: https://answers.launchpad.net/terminator/
Please report all bugs to https://bugs.launchpad.net/terminator/+filebug

Terminator began by shamelessly copying code from the vte-demo.py in the vte 
widget package, and the gedit terminal plugin (which was fantastically 
useful at figuring out vte's API).

vte-demo.py was not my code and is copyright its original author. While it 
does not contain any specific licensing information in it, the VTE package 
appears to be licenced under LGPL v2.

The gedit terminal plugin is part of the gedit-plugins package, which is 
licenced under GPL v2 or later.

I am thus licensing Terminator as GPL v2 only.

Cristian Grada provided the old icon under the same licence.
Cory Kontros provided the new icon under the CC-by-SA licence.
For other authorship information, see debian/copyright