terminator/terminatorlib
Thomas Hurst 1f0bb51e76 Make sections and settings case-insensitive (stored lowercase).
When we get profiles we should be case-preserving, but this will do for now.
2008-08-15 13:22:07 +01:00
..
__init__.py Move terminator*.pyc to terminatorlib. Teach setup.py about the change. 2008-05-21 11:17:55 +01:00
config.py Introduce a cut-down version of my .ini parser; this one doesn't do anything special with indents, and just builds a simple dict on parse. It does introduce the same error handling (other than that for indenting), so some previously working (but highly dubious) configs might break. 2008-08-15 04:11:24 +01:00
configfile.py Make sections and settings case-insensitive (stored lowercase). 2008-08-15 13:22:07 +01:00
debugserver.py Always set some sort of title; if vte's title is None, use the command the terminal is running. 2008-08-07 21:34:47 +01:00
encoding.py reduce whinging from pylint 2008-07-22 12:03:30 +01:00
freebsd.py Make len a size_t, don't overwrite the len builtin. 2008-07-17 01:11:56 +01:00
keybindings.py Introduce a cut-down version of my .ini parser; this one doesn't do anything special with indents, and just builds a simple dict on parse. It does introduce the same error handling (other than that for indenting), so some previously working (but highly dubious) configs might break. 2008-08-15 04:11:24 +01:00
terminator.py Introduce a cut-down version of my .ini parser; this one doesn't do anything special with indents, and just builds a simple dict on parse. It does introduce the same error handling (other than that for indenting), so some previously working (but highly dubious) configs might break. 2008-08-15 04:11:24 +01:00
terminatorterm.py Make search actually only search valid buffer ranges. 2008-08-13 00:17:40 +01:00
version.py reduce whinging from pylint 2008-07-22 12:03:30 +01:00