fake text window has no close

old-commit-hash: 0e7d509415
This commit is contained in:
Willem Melching
2020-05-31 12:50:13 -07:00
parent be0b43f339
commit 9e46dc99c2
+3
View File
@@ -59,6 +59,9 @@ class FakeTextWindow(TextWindow):
def update(self, _):
pass
def close(self):
pass
def __exit__(self, type, value, traceback):
pass