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.13 by ayin, Mon Jun 25 13:50:41 2007 UTC vs.
Revision 1.14 by ayin, Thu Oct 18 09:11:43 2007 UTC

1#ifndef INIT_H_ 1#ifndef INIT_H_
2#define INIT_H_ 2#define INIT_H_
3 3
4#undef CERASE /* TODO */ 4#undef CERASE /* TODO */
5#define CERASE '\010' /* ^H */ 5#define CERASE '\010' /* ^H */
6
7#ifdef HAVE_XSETLOCALE
8# define X_LOCALE
9# include <X11/Xlocale.h>
10#else
11# ifdef HAVE_SETLOCALE
12# include <clocale>
13# endif
14#endif
15
16#ifdef TTY_GID_SUPPORT
17# include <grp.h>
18#endif
19 6
20/* ways to deal with getting/setting termios structure */ 7/* ways to deal with getting/setting termios structure */
21 8
22/* termios interface */ 9/* termios interface */
23#define GET_TERMIOS(fd,tios) tcgetattr (fd, tios) 10#define GET_TERMIOS(fd,tios) tcgetattr (fd, tios)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines