kill duplicated 'use' in comment

This commit is contained in:
nick black 2024-11-10 07:54:26 -05:00
parent 9377370b59
commit 3bd6489ec1
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -146,7 +146,7 @@ notcurses_stop_minimal(void* vnc){
if(nc->tcache.tpreserved){
ret |= tcsetattr(nc->tcache.ttyfd, TCSAFLUSH, nc->tcache.tpreserved);
}
// don't use use leave_alternate_screen() here; we need pop the keyboard
// don't use leave_alternate_screen() here; we need pop the keyboard
// whether we're in regular or alternate screen, and we need it done
// before returning to the regular screen if we're in the alternate. if
// we drained input, we never sent a keyboard modifier; send none now.