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.194 by root, Tue Jan 10 18:09:22 2006 UTC

839extern void rxvt_fatal (const char *fmt, ...) __attribute__ ((noreturn)); 839extern void rxvt_fatal (const char *fmt, ...) __attribute__ ((noreturn));
840extern void rxvt_exit_failure () __attribute__ ((noreturn)); 840extern void rxvt_exit_failure () __attribute__ ((noreturn));
841 841
842#define SET_LOCALE(locale) rxvt_set_locale (locale) 842#define SET_LOCALE(locale) rxvt_set_locale (locale)
843extern bool rxvt_set_locale (const char *locale); 843extern bool rxvt_set_locale (const char *locale);
844extern bool rxvt_push_locale (const char *locale); 844extern void rxvt_push_locale (const char *locale);
845extern void rxvt_pop_locale (); 845extern void rxvt_pop_locale ();
846 846
847/****************************************************************************/ 847/****************************************************************************/
848 848
849#ifdef MENUBAR 849#ifdef MENUBAR
976 log_callback *log_hook; // log error messages through this hook, if != 0 976 log_callback *log_hook; // log error messages through this hook, if != 0
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
982#if USE_XGETDEFAULT
983 XrmDatabase xrmdatabase;
981#endif 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,
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