summaryrefslogtreecommitdiff
path: root/ttystatus/pathname.py
diff options
context:
space:
mode:
Diffstat (limited to 'ttystatus/pathname.py')
-rw-r--r--ttystatus/pathname.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttystatus/pathname.py b/ttystatus/pathname.py
index ac51a31..6933d03 100644
--- a/ttystatus/pathname.py
+++ b/ttystatus/pathname.py
@@ -27,6 +27,7 @@ class Pathname(ttystatus.Widget):
def __init__(self, key):
self._key = key
+ self.interesting_keys = set([key])
def update(self, master, width):
v = master.get(self._key, '')