add propery to save tab input mode

This commit is contained in:
Marc Jauvin 2018-01-12 17:02:34 -05:00
parent 9e524e4be8
commit eb7e114e5f

View File

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