summaryrefslogtreecommitdiff
path: root/compat/terminal.c
AgeCommit message (Expand)Author
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