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

Comparing rxvt-unicode/src/rxvtlib.h.in (file contents):
Revision 1.77 by ayin, Sat Jun 23 13:43:06 2007 UTC vs.
Revision 1.81 by ayin, Tue Dec 11 17:42:04 2007 UTC

2#define _RXVTLIB_H_ 2#define _RXVTLIB_H_
3 3
4#include <cstdio> 4#include <cstdio>
5#include <cctype> 5#include <cctype>
6#include <cerrno> 6#include <cerrno>
7@include_stdarg_h@ 7#include <cstdarg>
8@include_stdlib_h@ 8#include <cstdlib>
9@include_stdint_h@ 9@include_stdint_h@
10#include <sys/types.h> 10#include <sys/types.h>
11@include_unistd_h@ 11#include <unistd.h>
12@include_string_h@ 12#include <cstring>
13@include_fcntl_h@
14@include_util_h@
15@include_assert_h@ 13#include <assert.h>
16@include_sys_ioctl_h@ 14@include_sys_ioctl_h@
17@include_sys_time_h@
18@include_time_h@
19@include_sys_select_h@
20@include_sys_strredir_h@ 15@include_sys_strredir_h@
21 16
22#include <sys/wait.h> 17#include <sys/wait.h>
23#include <sys/stat.h> 18#include <sys/stat.h>
24 19
45@rxvt_int16_typedef@ 40@rxvt_int16_typedef@
46@rxvt_uint16_typedef@ 41@rxvt_uint16_typedef@
47@rxvt_int32_typedef@ 42@rxvt_int32_typedef@
48@rxvt_uint32_typedef@ 43@rxvt_uint32_typedef@
49 44
50/* whatever normal size corresponds to a integer pointer */
51@rxvt_intp_define@
52/* whatever normal size corresponds to a unsigned integer pointer */
53@rxvt_u_intp_define@
54
55struct rxvt_fontset; 45struct rxvt_fontset;
56struct rxvt_color; 46struct rxvt_color;
57struct rxvt_vars; /* defined later on */ 47struct rxvt_vars; /* defined later on */
58struct rxvt_term; 48struct rxvt_term;
59struct rxvt_im; 49struct rxvt_im;
101 * |························= row_buf[0] 91 * |························= row_buf[0]
102 * |························= row_buf[1] 92 * |························= row_buf[1]
103 * |························= row_buf[2] etc. 93 * |························= row_buf[2] etc.
104 * | 94 * |
105 * +------------+···········= term_start + top_row 95 * +------------+···········= term_start + top_row
106 * | scrollback | 96 * | scrollback |
107 * | scrollback +---------+·= term_start + view_start 97 * | scrollback +---------+·= term_start + view_start
108 * | scrollback | display | 98 * | scrollback | display |
109 * | scrollback | display | 99 * | scrollback | display |
110 * +------------+·display·+·= term_start 100 * +------------+·display·+·= term_start
111 * | terminal | display | 101 * | terminal | display |

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines