View | Details | Raw Unified | Return to bug 84647 | Differences between
and this patch

Collapse All | Expand All

(-)src/init.c (+6 lines)
Lines 1531-1536 Link Here
1531
# ifdef VEOL2
1531
# ifdef VEOL2
1532
    tio->c_cc[VEOL2] = VDISABLE;
1532
    tio->c_cc[VEOL2] = VDISABLE;
1533
# endif
1533
# endif
1534
# ifdef VERASE2
1535
    tio->c_cc[VERASE2] = CERASE2;
1536
# endif
1534
# ifdef VSWTC
1537
# ifdef VSWTC
1535
    tio->c_cc[VSWTC] = VDISABLE;
1538
    tio->c_cc[VSWTC] = VDISABLE;
1536
# endif
1539
# endif
Lines 1650-1655 Link Here
1650
    FOO(VEOL, "VEOL");
1653
    FOO(VEOL, "VEOL");
1651
# ifdef VEOL2
1654
# ifdef VEOL2
1652
    FOO(VEOL2, "VEOL2");
1655
    FOO(VEOL2, "VEOL2");
1656
# endif
1657
# ifdef VERASE2
1658
    FOO(VERASE2, "VERASE2");
1653
# endif
1659
# endif
1654
# ifdef VSWTC
1660
# ifdef VSWTC
1655
    FOO(VSWTC, "VSWTC");
1661
    FOO(VSWTC, "VSWTC");

Return to bug 84647