diff options
Diffstat (limited to '')
| -rwxr-xr-x | src/__main__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/__main__.py b/src/__main__.py index ab65f47..d102fb5 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -160,7 +160,7 @@ class Bar:          for c in text + '\0':              if c in special:                  if not buf == '': -                    self.window.draw_text(self.gc, x, y, buf) +                    draw_text(self.window, self.gc, x, y, buf)                      x += self.text_width(buf)                      buf = ''                  if not c == '\0': | 
