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.248 by root, Mon Jan 30 16:12:58 2006 UTC vs.
Revision 1.250 by root, Tue Jan 31 01:21:21 2006 UTC

852# define COMPOSE_LO 0x40000000UL 852# define COMPOSE_LO 0x40000000UL
853# define COMPOSE_HI 0x400fffffUL 853# define COMPOSE_HI 0x400fffffUL
854# define IS_COMPOSE(n) ((int32_t)(n) >= COMPOSE_LO) 854# define IS_COMPOSE(n) ((int32_t)(n) >= COMPOSE_LO)
855#else 855#else
856# if ENABLE_PERL 856# if ENABLE_PERL
857# define COMPOSE_LO 0xe000UL // our _own_ routiens don't like (illegal) surrogates 857# define COMPOSE_LO 0xe000UL // our _own_ functions don't like (illegal) surrogates
858# define COMPOSE_HI 0xf8ffUL // in utf-8, so use private use area only 858# define COMPOSE_HI 0xf8ffUL // in utf-8, so use private use area only
859# else 859# else
860# define COMPOSE_LO 0xd800UL 860# define COMPOSE_LO 0xd800UL
861# define COMPOSE_HI 0xf8ffUL 861# define COMPOSE_HI 0xf8ffUL
862# endif 862# endif
1256 void set_utf8_property (Atom prop, const char *str, int len = -1); 1256 void set_utf8_property (Atom prop, const char *str, int len = -1);
1257 void set_title (const char *str); 1257 void set_title (const char *str);
1258 void set_icon_name (const char *str); 1258 void set_icon_name (const char *str);
1259 void set_window_color (int idx, const char *color); 1259 void set_window_color (int idx, const char *color);
1260 void set_colorfgbg (); 1260 void set_colorfgbg ();
1261 int rXParseAllocColor (rxvt_color * screen_in_out, const char *colour); 1261 bool set_color (rxvt_color &color, const char *name);
1262 void set_widthheight (unsigned int newwidth, unsigned int newheight); 1262 void set_widthheight (unsigned int newwidth, unsigned int newheight);
1263 1263
1264 // screen.C 1264 // screen.C
1265 1265
1266 void lalloc (line_t &l) const 1266 void lalloc (line_t &l) const

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines