qutebrowser/qutebrowser/commands
Florian Bruhin 5b84fc93df Do a final userscript command read on cleanup
On OS X, sometimes the userscript exited before the QSocketNotifier was
triggered. By doing a final read when cleaning up we make sure we don't
miss anything.

Fixes #1533.
2016-05-29 18:42:56 +02:00
..
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
argparser.py Simplify argparser.type_check 2016-05-18 07:16:17 +02:00
cmdexc.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
cmdutils.py Refactor how cmdutils.ArgInfo works 2016-05-18 06:55:17 +02:00
command.py Simplify argparser.type_check 2016-05-18 07:16:17 +02:00
runners.py Show exception stack when handling cmdexc errors. 2016-05-13 07:43:44 +02:00
userscripts.py Do a final userscript command read on cleanup 2016-05-29 18:42:56 +02:00