--- 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.0Received on Mon Sep 17 2001 - 00:00:00 CEST
This archive was generated by hypermail 2.3.0 : Mon Jun 30 2014 - 09:36:03 CEST