mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-13 19:22:58 +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
|
#ifdef NCURSES
|
||||||
if(output_methods & TO_NCURSES) {
|
if(output_methods & TO_NCURSES) {
|
||||||
delwin(stdscr);
|
|
||||||
endwin();
|
endwin();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user