summaryrefslogtreecommitdiff
path: root/common-main.c
diff options
context:
space:
mode:
authorLibravatar Phillip Wood <phillip.wood@dunelm.org.uk>2022-02-22 18:53:34 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-02-23 13:30:06 -0800
commit2c6860211f211dfa5625dd1a5a69a802b4384dbb (patch)
treeef88ebfabe8a26531f77664529082014a467b5b5 /common-main.c
parentterminal: pop signal handler when terminal is restored (diff)
downloadtgif-2c6860211f211dfa5625dd1a5a69a802b4384dbb.tar.xz
terminal: set VMIN and VTIME in non-canonical mode
If VMIN and VTIME are both set to zero then the terminal performs non-blocking reads which means that read_key_without_echo() returns EOF if there is no key press pending. This results in the user being unable to select anything when running "git add -p". Fix this by explicitly setting VMIN and VTIME when enabling non-canonical mode. Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'common-main.c')
0 files changed, 0 insertions, 0 deletions