diff options
Diffstat (limited to 'ranger/gui/widgets/notify.py')
-rw-r--r-- | ranger/gui/widgets/notify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/gui/widgets/notify.py b/ranger/gui/widgets/notify.py index e3f972ee..8b783fdb 100644 --- a/ranger/gui/widgets/notify.py +++ b/ranger/gui/widgets/notify.py @@ -33,7 +33,7 @@ class Notify(Widget): self.color_at(i, 0, self.wid,\ 'in_notify', 'background', how) self.color('in_notify', 'message', how) - self.win.addnstr(i, 0, msg.text, self.wid) + self.addstr(i, 0, msg.text) i += 1 self.color_reset() |