summaryrefslogtreecommitdiff
path: root/editors/nano/patches/patch-ab
blob: ddcd24faf9818a75f999685be61a63b5cd656389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.1 2007/10/26 16:44:38 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();
+	wrefresh(bottomwin);
     }
 
 #ifndef NANO_TINY