summaryrefslogtreecommitdiff
path: root/compat/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove unnecessary includes of cache.hElijah Newren2023-03-211-1/+1
* wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* hashmap: mark unused callback parametersJeff King2022-08-191-1/+1
* terminal: restore settings on SIGTSTPPhillip Wood2022-03-161-3/+129
* terminal: work around macos poll() bugPhillip Wood2022-03-161-6/+36
* terminal: don't assume stdin is /dev/ttyPhillip Wood2022-03-161-9/+20
* terminal: use flags for save_term()Phillip Wood2022-03-161-20/+21
* terminal: set VMIN and VTIME in non-canonical modePhillip Wood2022-02-231-1/+9
* terminal: pop signal handler when terminal is restoredPhillip Wood2022-02-231-4/+13
* terminal: always reset terminal when reading without echoPhillip Wood2022-02-231-1/+1
* terminal: teach git how to save/restore its terminal settingsCarlo Marcelo Arenas Belón2021-10-061-15/+60
* strvec: convert more callers away from argv_array nameJeff King2020-07-281-9/+9
* built-in add -p: handle Escape sequences more efficientlyJohannes Schindelin2020-01-151-1/+72
* built-in add -p: handle Escape sequences in interactive.singlekey modeJohannes Schindelin2020-01-151-1/+55
* terminal: add a new function to read a single keystrokeJohannes Schindelin2020-01-151-0/+55
* terminal: accommodate Git for Windows' default terminalJohannes Schindelin2020-01-151-0/+50
* terminal: make the code of disable_echo() reusableJohannes Schindelin2020-01-151-4/+15
* strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
* mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder2013-05-081-2/+2
* mingw: reuse tty-version of git_terminal_promptErik Faye-Lund2012-12-041-9/+60
* compat/terminal: separate input and output handlesErik Faye-Lund2012-12-041-11/+18
* compat/terminal: factor out echo-disablingErik Faye-Lund2012-12-041-18/+25
* terminal: seek when switching between reading and writingJeff King2012-08-061-0/+1
* add generic terminal prompt functionJeff King2011-12-121-0/+81