Merge branch 'mt/t2080-cp-symlink-fix'
[git] / compat / terminal.h
1 #ifndef COMPAT_TERMINAL_H
2 #define COMPAT_TERMINAL_H
3
4 char *git_terminal_prompt(const char *prompt, int echo);
5
6 /* Read a single keystroke, without echoing it to the terminal */
7 int read_key_without_echo(struct strbuf *buf);
8
9 #endif /* COMPAT_TERMINAL_H */