summaryrefslogtreecommitdiff
path: root/compat/terminal.c
AgeCommit message (Expand)Author
2023-08-20hashmap: use expected signatures for comparison functionsJeff King
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-03-21treewide: remove unnecessary includes of cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-03-16terminal: restore settings on SIGTSTPPhillip Wood
2022-03-16terminal: work around macos poll() bugPhillip Wood
2022-03-16terminal: don't assume stdin is /dev/ttyPhillip Wood
2022-03-16terminal: use flags for save_term()Phillip Wood
2022-02-23terminal: set VMIN and VTIME in non-canonical modePhillip Wood
2022-02-23terminal: pop signal handler when terminal is restoredPhillip Wood
2022-02-23terminal: always reset terminal when reading without echoPhillip Wood
2021-10-06terminal: teach git how to save/restore its terminal settingsCarlo Marcelo Arenas Belón
2020-07-28strvec: convert more callers away from argv_array nameJeff King
2020-01-15built-in add -p: handle Escape sequences more efficientlyJohannes Schindelin
2020-01-15built-in add -p: handle Escape sequences in interactive.singlekey modeJohannes Schindelin
2020-01-15terminal: add a new function to read a single keystrokeJohannes Schindelin
2020-01-15terminal: accommodate Git for Windows' default terminalJohannes Schindelin
2020-01-15terminal: make the code of disable_echo() reusableJohannes Schindelin
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2013-05-08mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder
2012-12-04mingw: reuse tty-version of git_terminal_promptErik Faye-Lund
2012-12-04compat/terminal: separate input and output handlesErik Faye-Lund
2012-12-04compat/terminal: factor out echo-disablingErik Faye-Lund
2012-08-07terminal: seek when switching between reading and writingJeff King
2011-12-13add generic terminal prompt functionJeff King