From 3bd6489ec17566d42d58f751081420ddcc17fdb7 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 10 Nov 2024 07:54:26 -0500 Subject: [PATCH] kill duplicated 'use' in comment --- src/lib/notcurses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/notcurses.c b/src/lib/notcurses.c index 95ad3a693..c0b6642b6 100644 --- a/src/lib/notcurses.c +++ b/src/lib/notcurses.c @@ -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.