reliably exit on confirmation
commit5530995188a4e094f1f29e208271524a08d0426f
authorKartik K. Agaram <vc@akkartik.com>
Sat, 5 Mar 2022 22:44:37 +0000 (5 14:44 -0800)
committerKartik K. Agaram <vc@akkartik.com>
Sat, 5 Mar 2022 22:44:37 +0000 (5 14:44 -0800)
treed31712ca05bb77ba18098f79d3c28cd7e65fe7a1
parentf72340cc372babac08f89bdda1c589c45a7396fd
reliably exit on confirmation

Until now you had to press ctrl-x twice in rapid succession to exit if
an app turned on non-blocking keyboard with nodelay(true). This became
particularly noticeable after the previous change to anagrams.tlv, which
could no longer exit.
src/lcurses/window.c