summaryrefslogtreecommitdiff
path: root/urwid/web_display.py
diff options
context:
space:
mode:
Diffstat (limited to 'urwid/web_display.py')
-rwxr-xr-xurwid/web_display.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/urwid/web_display.py b/urwid/web_display.py
index eccbad8..2258718 100755
--- a/urwid/web_display.py
+++ b/urwid/web_display.py
@@ -679,6 +679,8 @@ class Screen:
signal.alarm( ALARM_DELAY )
self._started = True
+ return util.StoppingContext(self)
+
def stop(self):
"""
Restore settings and clean up.