index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compat
/
terminal.c
Age
Commit message (
Expand
)
Author
2022-03-16
terminal: restore settings on SIGTSTP
Phillip Wood
2022-03-16
terminal: work around macos poll() bug
Phillip Wood
2022-03-16
terminal: don't assume stdin is /dev/tty
Phillip Wood
2022-03-16
terminal: use flags for save_term()
Phillip Wood
2022-02-23
terminal: set VMIN and VTIME in non-canonical mode
Phillip Wood
2022-02-23
terminal: pop signal handler when terminal is restored
Phillip Wood
2022-02-23
terminal: always reset terminal when reading without echo
Phillip Wood
2021-10-06
terminal: teach git how to save/restore its terminal settings
Carlo Marcelo Arenas Belón
2020-07-28
strvec: convert more callers away from argv_array name
Jeff King
2020-01-15
built-in add -p: handle Escape sequences more efficiently
Johannes Schindelin
2020-01-15
built-in add -p: handle Escape sequences in interactive.singlekey mode
Johannes Schindelin
2020-01-15
terminal: add a new function to read a single keystroke
Johannes Schindelin
2020-01-15
terminal: accommodate Git for Windows' default terminal
Johannes Schindelin
2020-01-15
terminal: make the code of disable_echo() reusable
Johannes Schindelin
2016-01-15
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2013-05-08
mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE
Jonathan Nieder
2012-12-04
mingw: reuse tty-version of git_terminal_prompt
Erik Faye-Lund
2012-12-04
compat/terminal: separate input and output handles
Erik Faye-Lund
2012-12-04
compat/terminal: factor out echo-disabling
Erik Faye-Lund
2012-08-06
terminal: seek when switching between reading and writing
Jeff King
2011-12-12
add generic terminal prompt function
Jeff King