C_ACTIVEOUT
if (consoles[cons]->c_flags & (C_ACTIVEIN | C_ACTIVEOUT)) {
if ((consoles[cons]->c_flags & (C_PRESENTOUT | C_ACTIVEOUT)) ==
(C_PRESENTOUT | C_ACTIVEOUT)) {
consoles[cons]->c_flags &= ~(C_ACTIVEIN | C_ACTIVEOUT);
consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT;
(C_ACTIVEIN | C_ACTIVEOUT)) ==
(C_ACTIVEIN | C_ACTIVEOUT)) {
consoles[cons]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT;
(C_ACTIVEIN | C_ACTIVEOUT)) ==
(C_ACTIVEIN | C_ACTIVEOUT)) {