no del_curterm in windows

This commit is contained in:
nick black 2021-08-02 23:17:20 -04:00 committed by nick black
parent a9d2214414
commit a77adfac3d

View File

@ -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);