terminator/terminatorlib
Thomas Hurst b02ffdc210 Add a basic scrollback search function, attached to Ctrl-Shift-F for now. Type, hit Enter to search, Enter to continue, and Escape to cancel the search (with the input gadget having focus).
A bit slow because VTE's get_text* API is awful.
2008-08-12 02:12:30 +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 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 Add a basic scrollback search function, attached to Ctrl-Shift-F for now. Type, hit Enter to search, Enter to continue, and Escape to cancel the search (with the input gadget having focus). 2008-08-12 02:12:30 +01:00
terminator.py Remove some debugging, remove the unused _f11_modifier attribute 2008-08-11 19:14:26 +01:00
terminatorterm.py Add a basic scrollback search function, attached to Ctrl-Shift-F for now. Type, hit Enter to search, Enter to continue, and Escape to cancel the search (with the input gadget having focus). 2008-08-12 02:12:30 +01:00
version.py reduce whinging from pylint 2008-07-22 12:03:30 +01:00