fake text window has no close

old-commit-hash: 0e7d50941551d27c8f12e618fac0c03a96109f07
This commit is contained in:
Willem Melching
2020-05-31 12:50:13 -07:00
parent be0b43f339
commit 9e46dc99c2

View File

@@ -59,6 +59,9 @@ class FakeTextWindow(TextWindow):
def update(self, _):
pass
def close(self):
pass
def __exit__(self, type, value, traceback):
pass