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:
parent
aec2ac5448
commit
d69b3b56f0
@ -7824,7 +7824,6 @@ void clean_up(void *memtofree1, void* memtofree2)
|
||||
|
||||
#ifdef NCURSES
|
||||
if(output_methods & TO_NCURSES) {
|
||||
delwin(stdscr);
|
||||
endwin();
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user