parent
e0877e5030
commit
4434f68347
|
@ -532,3 +532,5 @@ class Window(object):
|
||||||
def redo(self):
|
def redo(self):
|
||||||
# TODO: put something here to move the cursor to the area of the redo
|
# TODO: put something here to move the cursor to the area of the redo
|
||||||
self.buffer.redo()
|
self.buffer.redo()
|
||||||
|
|
||||||
|
# highlighting tokens
|
||||||
|
|
Loading…
Reference in New Issue