Implement window title stack

Used by new versions of vim
This commit is contained in:
Kovid Goyal
2018-08-29 09:56:52 +05:30
parent 0e248b3faa
commit 3067103b18
5 changed files with 45 additions and 12 deletions

View File

@@ -122,6 +122,10 @@ def draw(*a):
write(' '.join(a))
def screen_manipulate_title_stack(op, which):
write(CSI + '%d;%dt' % (op, which))
def report_device_attributes(mode, char):
x = CSI
if char: