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.305 by sasha, Wed Sep 12 20:29:24 2007 UTC vs.
Revision 1.310 by ayin, Mon Oct 15 07:30:00 2007 UTC

220 ***************************************************************************** 220 *****************************************************************************
221 */ 221 */
222 222
223/* COLORTERM, TERM environment variables */ 223/* COLORTERM, TERM environment variables */
224#define COLORTERMENV "rxvt" 224#define COLORTERMENV "rxvt"
225#ifdef XPM_BACKGROUND 225#ifdef BG_IMAGE_FROM_FILE
226# define COLORTERMENVFULL COLORTERMENV "-xpm" 226# define COLORTERMENVFULL COLORTERMENV "-xpm"
227#else 227#else
228# define COLORTERMENVFULL COLORTERMENV 228# define COLORTERMENVFULL COLORTERMENV
229#endif 229#endif
230#ifndef TERMENV 230#ifndef TERMENV
1315 void scr_backindex () NOTHROW; 1315 void scr_backindex () NOTHROW;
1316 void scr_forwardindex () NOTHROW; 1316 void scr_forwardindex () NOTHROW;
1317#endif 1317#endif
1318 void scr_touch (bool refresh) NOTHROW; 1318 void scr_touch (bool refresh) NOTHROW;
1319 void scr_expose (int x, int y, int width, int height, bool refresh) NOTHROW; 1319 void scr_expose (int x, int y, int width, int height, bool refresh) NOTHROW;
1320 rxvt_fontset *scr_find_fontset (rend_t r = DEFAULT_RSTYLE);
1321 void scr_recolour () NOTHROW; 1320 void scr_recolour () NOTHROW;
1322 void scr_remap_chars () NOTHROW; 1321 void scr_remap_chars () NOTHROW;
1323 void scr_remap_chars (line_t &l) NOTHROW; 1322 void scr_remap_chars (line_t &l) NOTHROW;
1324 1323
1325 enum cursor_mode { SAVE, RESTORE }; 1324 enum cursor_mode { SAVE, RESTORE };
1409 void setup_scrollbar (const char *scrollalign, const char *scrollstyle, const char *thickness); 1408 void setup_scrollbar (const char *scrollalign, const char *scrollstyle, const char *thickness);
1410 1409
1411 // xdefaults.C 1410 // xdefaults.C
1412 void get_options (int argc, const char *const *argv); 1411 void get_options (int argc, const char *const *argv);
1413 int parse_keysym (const char *str, const char *arg); 1412 int parse_keysym (const char *str, const char *arg);
1414 void get_xdefaults (FILE *stream, const char *name);
1415 void extract_resources (); 1413 void extract_resources ();
1416}; 1414};
1417 1415
1418#endif /* _RXVT_H_ */ 1416#endif /* _RXVT_H_ */
1419 1417

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines