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.202 by root, Fri Jan 13 05:13:09 2006 UTC vs.
Revision 1.204 by root, Sun Jan 15 06:02:40 2006 UTC

2#define RXVT_H_ 2#define RXVT_H_
3 3
4#include "rxvtlib.h" 4#include "rxvtlib.h"
5 5
6#include "feature.h" 6#include "feature.h"
7
8#if defined (ISO_14755) || defined (ENABLE_PERL)
9# define ENABLE_OVERLAY 1
10#endif
11
12#if ENABLE_PERL
13# define ENABLE_FRILLS 1
14# define ENABLE_COMBINING 1
15#endif
16
17#if ENABLE_FRILLS
18# define ENABLE_XEMBED 1
19# define ENABLE_EWMH 1
20# define CURSOR_BLINK 1
21#endif
7 22
8#include <limits.h> 23#include <limits.h>
9 24
10#include <X11/cursorfont.h> 25#include <X11/cursorfont.h>
11#include <X11/keysym.h> 26#include <X11/keysym.h>
20#include "rxvttoolkit.h" 35#include "rxvttoolkit.h"
21#include "iom.h" 36#include "iom.h"
22#include "salloc.h" 37#include "salloc.h"
23 38
24#include "rxvtperl.h" 39#include "rxvtperl.h"
25
26#if defined (ISO_14755) || defined (ENABLE_PERL)
27# define ENABLE_OVERLAY 1
28#endif
29
30#if ENABLE_PERL
31# define ENABLE_FRILLS
32#endif
33
34#if ENABLE_FRILLS
35# define ENABLE_XEMBED 1
36# define ENABLE_EWMH 1
37# define CURSOR_BLINK 1
38#endif
39 40
40/* 41/*
41 ***************************************************************************** 42 *****************************************************************************
42 * SYSTEM HACKS 43 * SYSTEM HACKS
43 ***************************************************************************** 44 *****************************************************************************
1532 void scr_rvideo_mode (int mode); 1533 void scr_rvideo_mode (int mode);
1533 void scr_report_position (); 1534 void scr_report_position ();
1534 void set_font_style (); 1535 void set_font_style ();
1535 void scr_charset_choose (int set); 1536 void scr_charset_choose (int set);
1536 void scr_charset_set (int set, unsigned int ch); 1537 void scr_charset_set (int set, unsigned int ch);
1537 int scr_move_to (int y, int len); 1538 void scr_move_to (int y, int len);
1538 int scr_page (enum page_dirn direction, int nlines); 1539 bool scr_page (enum page_dirn direction, int nlines);
1539 int scr_changeview (unsigned int oldviewstart); 1540 bool scr_changeview (int new_view_start);
1540 void scr_bell (); 1541 void scr_bell ();
1541 void scr_printscreen (int fullhist); 1542 void scr_printscreen (int fullhist);
1542 void scr_xor_rect (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle1, rend_t rstyle2); 1543 void scr_xor_rect (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle1, rend_t rstyle2);
1543 void scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle); 1544 void scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle);
1544 void scr_reverse_selection (); 1545 void scr_reverse_selection ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines