- fixed: invoking the 'are you sure you want to disconnect?' message did not trigger a screen refresh

Mon, 15 Dec 2014 21:46:05 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Mon, 15 Dec 2014 21:46:05 +0200
changeset 45
87b180260a5d
parent 44
693d7751fff0
child 46
19be47c9bab7

- fixed: invoking the 'are you sure you want to disconnect?' message did not trigger a screen refresh

sources/interface.cpp file | annotate | diff | comparison | revisions
--- a/sources/interface.cpp	Mon Dec 15 21:36:34 2014 +0200
+++ b/sources/interface.cpp	Mon Dec 15 21:46:05 2014 +0200
@@ -451,6 +451,7 @@
 		mvhline (LINES - 2, 0, ' ', COLS);
 		mvprintw (LINES - 2, 0, "Are you sure you want to disconnect? y/n");
 		attroff (promptColor);
+		g_needRefresh = true;
 		return;
 	}
 

mercurial