]> git.ipfire.org Git - thirdparty/git.git/blame - compat/terminal.h
Merge branch 'rs/parse-options-lithelp-help'
[thirdparty/git.git] / compat / terminal.h
CommitLineData
21aeafce
JK
1#ifndef COMPAT_TERMINAL_H
2#define COMPAT_TERMINAL_H
3
e22b245e
CMAB
4int save_term(int full_duplex);
5void restore_term(void);
6
21aeafce
JK
7char *git_terminal_prompt(const char *prompt, int echo);
8
a5e46e6b
JS
9/* Read a single keystroke, without echoing it to the terminal */
10int read_key_without_echo(struct strbuf *buf);
11
21aeafce 12#endif /* COMPAT_TERMINAL_H */