terminator/terminatorlib
Thomas Hurst 29c2d3e44d Make -x work properly. This should close #247330 once and for all.
Refactor spawn_child to move path and shell lookups into their own methods.

Make command a string for -e and a list for -x to distinguish them.

If command is a string, let the shell deal with it, if command is a list,
do a path lookup and run it directly.
2008-07-20 22:15:14 +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 fix some dbg calls to format consistently with the others 2008-07-13 00:36:53 +01:00
encoding.py fix version handling so setup.py doesn't need to import terminator itself. Also fix gettext to work across imported files 2008-06-18 14:02:10 +01:00
freebsd.py Make len a size_t, don't overwrite the len builtin. 2008-07-17 01:11:56 +01:00
terminator.py merge the candidate branch for LP #245733 2008-07-13 01:04:44 +01:00
terminatorterm.py Make -x work properly. This should close #247330 once and for all. 2008-07-20 22:15:14 +01:00
version.py turn a print into a dbg() and fix APP_NAME so icons work 2008-06-18 18:30:47 +01:00