K 10 svn:author V 4 ache K 8 svn:date V 27 1995-03-28T12:26:40.000000Z K 7 svn:log V 196 Don't use if (tp->t_line != 0) test when CS_ODONE, it fails for NTTYDISC, use if (linesw[tp->t_line].l_start != ttstart) instead. Reviewed by: Submitted by: Obtained from: CVS: END