Do not need the opost flag to term_copy() now that we use pipes for

stdout/stderr when they are not a tty.
This commit is contained in:
Todd C. Miller
2010-05-03 10:41:26 -04:00
parent dd256f25ca
commit 0eda64b235
3 changed files with 4 additions and 7 deletions

View File

@@ -176,7 +176,7 @@ void script_setup(uid_t);
/* term.c */
int term_cbreak(int);
int term_copy(int, int, int);
int term_copy(int, int);
int term_noecho(int);
int term_raw(int, int, int);
int term_restore(int, int);