1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-13 11:15:27 +00:00

Fix: reloading turned ncurses off

This commit is contained in:
Nikolas Garofil 2009-08-04 13:46:59 +02:00
parent aec2ac5448
commit d69b3b56f0

View File

@ -7824,7 +7824,6 @@ void clean_up(void *memtofree1, void* memtofree2)
#ifdef NCURSES
if(output_methods & TO_NCURSES) {
delwin(stdscr);
endwin();
}
#endif