Skip to content

Commit

Permalink
kill duplicated 'use' in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Nov 10, 2024
1 parent 9377370 commit 3bd6489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/notcurses.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3bd6489

Please sign in to comment.