no del_curterm in windows

dankamongmen/iterm2complete
nick black 3 years ago committed by nick black
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…
Cancel
Save