diff options
author | Phillip Wood <phillip.wood@dunelm.org.uk> | 2022-02-22 18:53:34 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-02-23 13:30:06 -0800 |
commit | 2c6860211f211dfa5625dd1a5a69a802b4384dbb (patch) | |
tree | ef88ebfabe8a26531f77664529082014a467b5b5 /date.c | |
parent | terminal: pop signal handler when terminal is restored (diff) | |
download | tgif-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 'date.c')
0 files changed, 0 insertions, 0 deletions