blob: a9d52b8464e2f6e3c39bc107078cb5b2a36aa5d5 [file] [log] [blame]
Jeff King21aeafc2011-12-10 05:41:01 -05001#ifndef COMPAT_TERMINAL_H
2#define COMPAT_TERMINAL_H
3
4char *git_terminal_prompt(const char *prompt, int echo);
5
Johannes Schindelina5e46e62020-01-14 18:43:49 +00006/* Read a single keystroke, without echoing it to the terminal */
7int read_key_without_echo(struct strbuf *buf);
8
Jeff King21aeafc2011-12-10 05:41:01 -05009#endif /* COMPAT_TERMINAL_H */