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.63 by root, Sun Jan 8 08:49:20 2006 UTC vs.
Revision 1.64 by root, Mon Jan 9 19:01:56 2006 UTC

254 short numpix_colors; 254 short numpix_colors;
255 Cursor TermWin_cursor; /* cursor for vt window */ 255 Cursor TermWin_cursor; /* cursor for vt window */
256 int sb_shadow; /* scrollbar shadow width */ 256 int sb_shadow; /* scrollbar shadow width */
257 rxvt_ptytty pty; 257 rxvt_ptytty pty;
258 int numlock_state; 258 int numlock_state;
259 line_t *row_buf; // all lines, scrollback + terminal, circular 259 line_t *row_buf; // all lines, scrollback + terminal, circular, followed by temp_buf
260 line_t *drawn_buf; // text on screen 260 line_t *drawn_buf; // text on screen
261 line_t *temp_buf; // temporary buffer
262 line_t *swap_buf; // lines for swap buffer 261 line_t *swap_buf; // lines for swap buffer
263 char *tabs; /* per location: 1 == tab-stop */ 262 char *tabs; /* per location: 1 == tab-stop */
264 screen_t screen; 263 screen_t screen;
265 screen_t swap; 264 screen_t swap;
266 selection_t selection; 265 selection_t selection;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines