summaryrefslogtreecommitdiff
path: root/ttystatus/literal.py
diff options
context:
space:
mode:
Diffstat (limited to 'ttystatus/literal.py')
-rw-r--r--ttystatus/literal.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ttystatus/literal.py b/ttystatus/literal.py
index 5c41b69..cdeb4d7 100644
--- a/ttystatus/literal.py
+++ b/ttystatus/literal.py
@@ -23,7 +23,6 @@ class Literal(ttystatus.Widget):
def __init__(self, string):
self.value = string
- self.interesting_keys = []
- def format(self):
+ def render(self, width):
return self.value