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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user