--- rxvt-unicode/src/rxvtlib.h.in 2003/11/25 11:52:42 1.3 +++ rxvt-unicode/src/rxvtlib.h.in 2003/12/17 09:00:35 1.6 @@ -1,5 +1,5 @@ /* - * $Id: rxvtlib.h.in,v 1.3 2003/11/25 11:52:42 pcg Exp $ + * $Id: rxvtlib.h.in,v 1.6 2003/12/17 09:00:35 pcg Exp $ */ #ifndef _RXVTLIB_H_ /* include once only */ @@ -186,8 +186,8 @@ * normal `unscrolled' screen region */ typedef struct { - text_t **text; /* _all_ the text */ int16_t *tlen; /* length of each text line */ + text_t **text; /* _all_ the text */ rend_t **rend; /* rendition, uses RS_ flags */ row_col_t cur; /* cursor position on the screen */ uint16_t tscroll; /* top of settable scroll region */ @@ -299,7 +299,6 @@ int Xfd; /* file descriptor of X server connection */ int cmd_fd; /* pty file descriptor; connected to command */ int tty_fd; /* tty file descriptor; connected to child */ - int num_fds; /* number of file descriptors being used */ int numlock_state; text_t **drawn_text; /* text drawn on screen (characters) */ rend_t **drawn_rend; /* text drawn on screen (rendition) */ @@ -312,6 +311,7 @@ sstyle_t selection_style; }; +void rxvt_init_signals (); rxvt_t rxvt_init (int argc, const char *const *argv); #endif /* _RXVTLIB_H_ */