summaryrefslogtreecommitdiff
path: root/urwid/html_fragment.py
diff options
context:
space:
mode:
authorJim Garrison <jim@garrison.cc>2013-03-31 20:10:58 -0700
committerJim Garrison <jim@garrison.cc>2013-03-31 20:10:58 -0700
commitbab5717af2f444eb084ed453588dbfb0f500b7c8 (patch)
tree8a50c90efd33ff9e20f1c4094e086ea2f36febe6 /urwid/html_fragment.py
parent3672372a924e2c08c5de0f16cfa709eacfe0bde9 (diff)
downloadurwid-bab5717af2f444eb084ed453588dbfb0f500b7c8.tar.gz
allow Screen.set_mouse_tracking(False) to disable mouse tracking
Diffstat (limited to 'urwid/html_fragment.py')
-rwxr-xr-xurwid/html_fragment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urwid/html_fragment.py b/urwid/html_fragment.py
index 9aba906..7ba835e 100755
--- a/urwid/html_fragment.py
+++ b/urwid/html_fragment.py
@@ -66,7 +66,7 @@ class HtmlGenerator(BaseScreen):
self.bright_is_bold = bright_is_bold
self.has_underline = has_underline
- def set_mouse_tracking(self):
+ def set_mouse_tracking(self, enable=True):
"""Not yet implemented"""
pass