terminator/terminatorlib
bryce 414042d221 Fix xterm color palette to match xterm
From XTerm-col.ad and /etc/X11/rgb.txt:

*VT100*color0: black              0   0   0  #000000
*VT100*color1: red3             205   0   0  #cd0000
*VT100*color2: green3             0 205   0  #00cd00
*VT100*color3: yellow3          205 205   0  #cdcd00
*VT100*color4: blue2              0   0 238  #0000ee
*VT100*color5: magenta3         205   0 205  #cd00cd
*VT100*color6: cyan3              0 205 205  #00cdcd
*VT100*color7: gray90           229 229 229  #e5e5e5
*VT100*color8: gray50           127 127 127  #7f7f7f
*VT100*color9: red              255   0   0  #ff0000
*VT100*color10: green             0 255   0  #00ff00
*VT100*color11: yellow          255 255   0  #ffff00
*VT100*color12: rgb:5c/5c/ff                 #5c5cff
*VT100*color13: magenta         255   0 255  #ff00ff
*VT100*color14: cyan              0 255 255  #00ffff
*VT100*color15: white           255 255 255  #ffffff

Patch thanks to Casper Ti. Vector.

Fixes: LP #1260924

Reviewed-by: Bryce Harrington <bryce@bryceharrington.org>
2015-06-02 14:14:13 -07:00
..
configobj Upgrade configobj to 4.7.2 2010-03-02 00:25:44 +00:00
plugins Merge Activity Watcher plugin improvements from Joseph Crosland (with additional fixup) 2015-02-26 00:01:45 +01:00
tests Signal additions now return a handler 2010-01-26 11:05:00 +00:00
__init__.py
borg.py Split out borg doctests and test classes so they work properly with trial 2010-01-14 23:03:47 +00:00
config.py
container.py
cwd.py Fixes from checkers to work around missing user definitions 2011-05-03 17:49:00 +01:00
debugserver.py
editablelabel.py Fix crash when capslock pressed while editing a tab title 2015-06-01 18:15:30 -07:00
encoding.py hey look it's 2010 already 2010-01-04 23:56:28 +00:00
factory.py Automatically inject a UUID into any factory object, rather than special-casing terminals. This will be very useful for introspection via dbus 2012-10-18 11:39:28 -07:00
freebsd.py
ipc.py Add a command line option to spawn new tabs via DBus 2012-10-30 00:11:24 +00:00
keybindings.py Keybindings: Parse <Primary> as <Control> 2012-05-17 00:08:38 +01:00
layoutlauncher.glade Remove pointless horizontal scrollbar from Layout Launcher 2015-02-25 18:47:26 +01:00
layoutlauncher.py
notebook.py
optionparse.py Initial cut of layout launcher. It 'aint pretty, but it works 2013-08-28 23:09:17 +02:00
paned.py Additional shortcuts/code to toggle All/Tab grouping 2014-01-24 23:29:07 +01:00
plugin.py
preferences.glade whitespace cleanup 2015-06-02 13:29:12 -07:00
prefseditor.py
pylint.sh Improve pylint.sh to be much less noisy and annoying 2009-12-09 13:32:35 +00:00
searchbar.py
signalman.py Call Signalman::remove_all() when each of the Container subclasses commits suicide. SHould stop any stale signal handler connections existing 2010-01-25 12:55:38 +00:00
terminal.py Fix scrollbar doubleclick rebalancing 2015-06-01 11:49:24 -07:00
terminal_popup_menu.py
terminator.py Additional shortcuts/code to toggle All/Tab grouping 2014-01-24 23:29:54 +01:00
titlebar.py Kurekt speling uv Omicron. Closes LP#1317256 2014-05-08 19:27:39 +02:00
translation.py hey look it's 2010 already 2010-01-04 23:56:28 +00:00
util.py Improve navigation between terminal windows 2015-06-01 18:46:08 -07:00
version.py Update versions for 0.97 2013-04-30 08:59:31 +01:00
window.py Show application if --new-tab given 2015-06-01 20:04:11 -07:00