mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
no del_curterm in windows
This commit is contained in:
parent
a9d2214414
commit
a77adfac3d
@ -1331,7 +1331,9 @@ int notcurses_stop(notcurses* nc){
|
||||
if(!nc->suppress_banner){
|
||||
summarize_stats(nc);
|
||||
}
|
||||
#ifndef __MINGW64__
|
||||
del_curterm(cur_term);
|
||||
#endif
|
||||
ret |= pthread_mutex_destroy(&nc->stats.lock);
|
||||
ret |= pthread_mutex_destroy(&nc->pilelock);
|
||||
free_terminfo_cache(&nc->tcache);
|
||||
|
Loading…
Reference in New Issue
Block a user