Implement using Ctrl+Shift+u to input unicode

Fixes #302
This commit is contained in:
Kovid Goyal
2018-02-08 22:47:17 +05:30
parent 194454715f
commit 3068846d8f
5 changed files with 37 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ def setup_colors(screen, opts):
class Window:
def __init__(self, tab, child, opts, args, override_title=None):
self.action_on_close = None
self.override_title = override_title
self.overlay_window_id = None
self.overlay_for = None