ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.C
(Generate patch)

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.268 by root, Mon Jun 14 15:50:08 2010 UTC vs.
Revision 1.269 by root, Tue Jun 15 10:33:47 2010 UTC

1580# if VTIME != VEOL 1580# if VTIME != VEOL
1581 tio->c_cc[VTIME] = 0; 1581 tio->c_cc[VTIME] = 0;
1582# endif 1582# endif
1583 1583
1584 if (erase != -1) 1584 if (erase != -1)
1585 tio->c_cc[VERASE] = (char)erase; 1585 tio->c_cc[VERASE] = erase;
1586 1586
1587 /* input modes */ 1587 /* input modes */
1588 tio->c_iflag = (BRKINT | IGNPAR | ICRNL 1588 tio->c_iflag = (BRKINT | IGNPAR | ICRNL
1589# ifdef IMAXBEL 1589# ifdef IMAXBEL
1590 | IMAXBEL 1590 | IMAXBEL
1612 fprintf (stderr, "Input flags\n"); 1612 fprintf (stderr, "Input flags\n");
1613 1613
1614 /* cpp token stringize doesn't work on all machines <sigh> */ 1614 /* cpp token stringize doesn't work on all machines <sigh> */
1615# define FOO(flag,name) \ 1615# define FOO(flag,name) \
1616 if ((tio->c_iflag) & flag) \ 1616 if ((tio->c_iflag) & flag) \
1617 fprintf (stderr, "%s ", name) 1617 fprintf (stderr, "%s ", name)
1618 1618
1619 /* c_iflag bits */ 1619 /* c_iflag bits */
1620 FOO (IGNBRK, "IGNBRK"); 1620 FOO (IGNBRK, "IGNBRK");
1621 FOO (BRKINT, "BRKINT"); 1621 FOO (BRKINT, "BRKINT");
1622 FOO (IGNPAR, "IGNPAR"); 1622 FOO (IGNPAR, "IGNPAR");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines