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