Add missing file /.profile.

Simplify stty utility, remove unused options.
This commit is contained in:
Serge Vakulenko
2015-09-13 01:59:42 -07:00
parent 967ec35fd2
commit 0087168ba6
6 changed files with 31 additions and 95 deletions

View File

@@ -1225,13 +1225,6 @@ erasenb:
}
}
endcase:
/*
* If DEC-style start/stop is enabled don't restart
* output until seeing the start character.
*/
if (t_flags & DECCTQ && tp->t_state & TS_TTSTOP &&
tp->t_startc != tp->t_stopc)
return;
restartoutput:
tp->t_state &= ~TS_TTSTOP;
tp->t_flags &= ~FLUSHO;