exec_pty.c: move foreground flag to struct exec_closure.
Also make pipeline flag private to exec_pty() and remove the unneeded check_foreground() prototype.
This commit is contained in:
@@ -80,6 +80,7 @@ struct exec_closure {
|
||||
pid_t ppgrp;
|
||||
short rows;
|
||||
short cols;
|
||||
bool foreground;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user