Use an overlay window for window resizing

Also implement a remote command to resize windows
This commit is contained in:
Kovid Goyal
2018-05-17 23:26:41 +05:30
parent 7c47bd547f
commit 8ea84c97d5
16 changed files with 246 additions and 85 deletions

View File

@@ -61,6 +61,9 @@ class Handler:
def on_job_done(self, job_id, job_result):
pass
def on_kitty_cmd_response(self, response):
pass
def write(self, data):
if isinstance(data, str):
data = data.encode('utf-8')