--- rxvt-unicode/src/rxvtlib.h.in 2006/01/08 01:02:15 1.62 +++ rxvt-unicode/src/rxvtlib.h.in 2006/01/09 19:01:56 1.64 @@ -256,9 +256,8 @@ int sb_shadow; /* scrollbar shadow width */ rxvt_ptytty pty; int numlock_state; - line_t *row_buf; // all lines, scrollback + terminal, circular + line_t *row_buf; // all lines, scrollback + terminal, circular, followed by temp_buf line_t *drawn_buf; // text on screen - line_t *temp_buf; // temporary buffer line_t *swap_buf; // lines for swap buffer char *tabs; /* per location: 1 == tab-stop */ screen_t screen; @@ -267,6 +266,7 @@ }; void rxvt_init (); +bool rxvt_tainted (); #endif /* _RXVTLIB_H_ */