]> git.ipfire.org Git - thirdparty/git.git/blame - compat/terminal.h
Merge branch 'jk/escaped-wildcard-dwim'
[thirdparty/git.git] / compat / terminal.h
CommitLineData
21aeafce
JK
1#ifndef COMPAT_TERMINAL_H
2#define COMPAT_TERMINAL_H
3
4char *git_terminal_prompt(const char *prompt, int echo);
5
a5e46e6b
JS
6/* Read a single keystroke, without echoing it to the terminal */
7int read_key_without_echo(struct strbuf *buf);
8
21aeafce 9#endif /* COMPAT_TERMINAL_H */