This website requires JavaScript.
Explore
Help
Sign In
itdominator
/
terminator
Watch
1
Star
0
Fork
0
You've already forked terminator
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9a3ddc0854
terminator
/
terminatorlib
History
Thomas Hurst
9a3ddc0854
Do some tidying. Only spawn a server when running with -dd (debug is now a counter, not just a boolean)
2008-08-07 17:26:46 +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
r459 breaks; regexp probing, since \< is valid in both POSIX and GNU regexps; they just don't mean the same thing. This means on !GNU, URL matching silently breaks and POSIX word boundries are never tried.
2008-08-03 03:09:38 +01:00
debugserver.py
Do some tidying. Only spawn a server when running with -dd (debug is now a counter, not just a boolean)
2008-08-07 17:26:46 +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
terminator.py
Introduce a debug service; spawn a Python REPL on a random local TCP port. Supports basic telnet commands, ^C and ^D work, etc.
2008-08-07 05:32:28 +01:00
terminatorterm.py
Handle creating popup menus with far less crack, and for kicks, not occasionally spit backtraces trying to create menus. For bonus points, also don't pass the event onto the widget
2008-08-06 23:12:45 +01:00
version.py
reduce whinging from pylint
2008-07-22 12:03:30 +01:00