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

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.191 by root, Sun Jan 8 01:02:15 2006 UTC vs.
Revision 1.193 by root, Mon Jan 9 23:00:07 2006 UTC

977 getfd_callback *getfd_hook; // convert remote to local fd, if != 0 977 getfd_callback *getfd_hook; // convert remote to local fd, if != 0
978 978
979#if ENABLE_PERL 979#if ENABLE_PERL
980 rxvt_perl_term perl; 980 rxvt_perl_term perl;
981#endif 981#endif
982#if USE_XGETDEFAULT
983 XrmDatabase xrmdatabase;
984#endif
982 985
983 struct mbstate mbstate; // current input multibyte state 986 struct mbstate mbstate; // current input multibyte state
984 987
985 unsigned char want_refresh:1, 988 unsigned char want_refresh:1,
986#ifdef TRANSPARENT 989#ifdef TRANSPARENT
1511 int scr_move_to (int y, int len); 1514 int scr_move_to (int y, int len);
1512 int scr_page (enum page_dirn direction, int nlines); 1515 int scr_page (enum page_dirn direction, int nlines);
1513 int scr_changeview (unsigned int oldviewstart); 1516 int scr_changeview (unsigned int oldviewstart);
1514 void scr_bell (); 1517 void scr_bell ();
1515 void scr_printscreen (int fullhist); 1518 void scr_printscreen (int fullhist);
1519 void scr_xor_rect (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle1, rend_t rstyle2);
1520 void scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle);
1516 void scr_reverse_selection (); 1521 void scr_reverse_selection ();
1517 void scr_dump (int fd); 1522 void scr_dump (int fd);
1518 void selection_check (int check_more); 1523 void selection_check (int check_more);
1519 void selection_paste (Window win, Atom prop, bool delete_prop); 1524 void selection_paste (Window win, Atom prop, bool delete_prop);
1520 void selection_property (Window win, Atom prop); 1525 void selection_property (Window win, Atom prop);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines