terminator/terminatorlib
bryce 6342a89297 Fix crash when there are no predefined windows
Traceback (most recent call last):
      File "/usr/bin/terminator", line 126, in <module>
      TERMINATOR.layout_done()
      File "/usr/share/terminator/terminatorlib/terminator.py", line 395, in layout_done
      if window not in self.prelayout_windows:
    TypeError: argument of type 'NoneType' is not iterable

fixes: https://bugs.launchpad.net/terminator/+bug/1702369
2020-03-16 18:15:31 -07:00
..
configobj (trunk-1614) Sort entries in config file, so they don't jump around every time config is saved for easier troubleshooting 2015-09-01 23:01:16 +02:00
plugins
tests Signal additions now return a handler 2010-01-26 11:05:00 +00:00
themes
__init__.py
borg.py
config.py Fixes '0xffff' in keybindings prefs when a binding is previously set to Disabled 2017-02-01 10:03:29 +01:00
container.py
cwd.py
debugserver.py
editablelabel.py
encoding.py
factory.py
freebsd.py
ipc.py
keybindings.py
layoutlauncher.glade
layoutlauncher.py
notebook.py Fix custom_command and always_split_with_profile to work together (Nix) 2017-02-13 17:30:37 +01:00
optionparse.py
paned.py Fix custom_command and always_split_with_profile to work together (Nix) 2017-02-13 17:30:37 +01:00
plugin.py Fix terminator not working with default python3 by forcing python2 2016-11-25 02:29:55 +01:00
preferences.glade
prefseditor.py
pylint.sh
searchbar.py
signalman.py
terminal.py
terminal_popup_menu.py
terminator.py
titlebar.py
translation.py
util.py
version.py Set versions and update changelog so we can release 2017-02-26 18:37:22 +01:00
window.py