[PATCH 1/5] call endwin on suspend

From: M Farkas-Dyck <strake888_AT_gmail.com>
Date: Thu, 5 Jun 2014 12:27:27 -0500

---
 sandy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandy.c b/sandy.c
index 5d049f3..5e519b7 100644
--- a/sandy.c
+++ b/sandy.c
_AT_@ -470,7 +470,7 @@ f_spawn(const Arg *arg) {
 
 void
 f_suspend(const Arg *arg) {
-	wclear(textwin);
+	endwin();
 	signal (SIGCONT, i_sigcont);
 	raise(SIGSTOP);
 }
-- 
2.0.0
Received on Mon Sep 17 2001 - 00:00:00 CEST

This archive was generated by hypermail 2.3.0 : Mon Jun 30 2014 - 08:12:04 CEST