blob: 98c8e62d14afb64cb2438c36f2585d18badda06f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.2 2007/12/05 00:54:56 obache Exp $
--- src/prompt.c.orig 2007-10-26 13:16:08.000000000 +0000
+++ src/prompt.c
@@ -1122,6 +1122,7 @@ int get_prompt_string(bool allow_tabs,
#endif
reset_statusbar_cursor();
+ wnoutrefresh(bottomwin);
}
#ifndef NANO_TINY
|