add propery to save tab input mode

This commit is contained in:
Marc Jauvin 2018-01-12 17:02:34 -05:00 committed by GitHub
parent f7a08dfd34
commit c87d8d0d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,7 @@ class TabData:
override_target = attr.ib(None)
pinned = attr.ib(False)
fullscreen = attr.ib(False)
input_mode = usertypes.KeyMode.normal
class AbstractAction: