summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-05-23 13:42:15 +0100
committerpazz <patricktotzke@gmail.com>2011-05-23 13:42:15 +0100
commita8a02ea1c0224d41949ec93b729f3af6591aa58c (patch)
treeb801bfeaa9d0ee2de0aebfefcb0476d683f5b89a
parente3dfc4632d83bbe448c515e4a65f42477dd7c8bf (diff)
fix prompt.
-rw-r--r--ng/ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ng/ui.py b/ng/ui.py
index 98fe4821..3a08f4df 100644
--- a/ng/ui.py
+++ b/ng/ui.py
@@ -72,6 +72,7 @@ class UI:
else:
size = (20,) # don't know why they want a size here
p.editpart.keypress(size, k)
+ self.mainloop.draw_screen()
def buffer_open(self, b):
"""