From d69b3b56f0936bf01b32b07de470851e2ff73781 Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Tue, 4 Aug 2009 13:46:59 +0200 Subject: [PATCH] Fix: reloading turned ncurses off --- src/conky.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conky.c b/src/conky.c index d26cb78f..66615809 100644 --- a/src/conky.c +++ b/src/conky.c @@ -7824,7 +7824,6 @@ void clean_up(void *memtofree1, void* memtofree2) #ifdef NCURSES if(output_methods & TO_NCURSES) { - delwin(stdscr); endwin(); } #endif