View | Details | Raw Unified | Return to bug 92184
Collapse All | Expand All

(-)main.c Mon Jan 23 13:31:59 2006 (+4 lines)
Lines 1357-1362 Link Here
1357
       d_tio.c_cc[VDISCARD] = CFLUSH;
1357
       d_tio.c_cc[VDISCARD] = CFLUSH;
1358
       d_tio.c_cc[VWERASE] = CWERASE;
1358
       d_tio.c_cc[VWERASE] = CWERASE;
1359
       d_tio.c_cc[VLNEXT] = CLNEXT;
1359
       d_tio.c_cc[VLNEXT] = CLNEXT;
1360
       d_tio.c_cc[VMIN] = 1;
1361
       d_tio.c_cc[VTIME] = 0;
1360
#endif /* } */
1362
#endif /* } */
1361
#ifdef TIOCSLTC /* { */
1363
#ifdef TIOCSLTC /* { */
1362
        d_ltc.t_suspc = CSUSP;         /* t_suspc */
1364
        d_ltc.t_suspc = CSUSP;         /* t_suspc */
Lines 1405-1410 Link Here
1405
       d_tio.c_cc[VQUIT] = CQUIT;              /* '^\' */
1407
       d_tio.c_cc[VQUIT] = CQUIT;              /* '^\' */
1406
       d_tio.c_cc[VEOF] = CEOF;                /* '^D' */
1408
       d_tio.c_cc[VEOF] = CEOF;                /* '^D' */
1407
       d_tio.c_cc[VEOL] = CEOL;                /* '^@' */
1409
       d_tio.c_cc[VEOL] = CEOL;                /* '^@' */
1410
       d_tio.c_cc[VMIN] = 1;
1411
       d_tio.c_cc[VTIME] = 0;
1408
#ifdef VSWTCH
1412
#ifdef VSWTCH
1409
       d_tio.c_cc[VSWTCH] = CSWTCH;            /* usually '^Z' */
1413
       d_tio.c_cc[VSWTCH] = CSWTCH;            /* usually '^Z' */
1410
#endif
1414
#endif

Return to bug 92184