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

Comparing rxvt-unicode/src/init.h (file contents):
Revision 1.19 by sf-exg, Wed Dec 21 11:04:59 2011 UTC vs.
Revision 1.20 by sf-exg, Wed Dec 21 11:13:43 2011 UTC

32#endif 32#endif
33#ifndef CQUIT 33#ifndef CQUIT
34# define CQUIT '\034' /* ^\ */ 34# define CQUIT '\034' /* ^\ */
35#endif 35#endif
36#ifndef CERASE 36#ifndef CERASE
37# ifdef linux 37# ifdef __linux__
38# define CERASE '\177' /* ^? */ 38# define CERASE '\177' /* ^? */
39# else 39# else
40# define CERASE '\010' /* ^H */ 40# define CERASE '\010' /* ^H */
41# endif 41# endif
42#endif 42#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines