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.188 by root, Fri Jan 6 18:33:30 2006 UTC vs.
Revision 1.202 by root, Fri Jan 13 05:13:09 2006 UTC

18#include "encoding.h" 18#include "encoding.h"
19#include "rxvtfont.h" 19#include "rxvtfont.h"
20#include "rxvttoolkit.h" 20#include "rxvttoolkit.h"
21#include "iom.h" 21#include "iom.h"
22#include "salloc.h" 22#include "salloc.h"
23
24#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
23 33
24#if ENABLE_FRILLS 34#if ENABLE_FRILLS
25# define ENABLE_XEMBED 1 35# define ENABLE_XEMBED 1
26# define ENABLE_EWMH 1 36# define ENABLE_EWMH 1
27# define CURSOR_BLINK 1 37# define CURSOR_BLINK 1
41#if defined (sun) && !defined (__sun__) 51#if defined (sun) && !defined (__sun__)
42# define __sun__ 1 52# define __sun__ 1
43#endif 53#endif
44 54
45#ifndef HAVE_XPOINTER 55#ifndef HAVE_XPOINTER
46typedef char *XPointer; 56typedef char *XPointer;
47#endif 57#endif
48 58
49#ifdef HAVE_TERMIOS_H 59#ifdef HAVE_TERMIOS_H
50# include <termios.h> 60# include <termios.h>
51typedef struct termios ttymode_t; 61typedef struct termios ttymode_t;
111char * rxvt_File_find (const char *file, const char *ext, const char *path); 121char * rxvt_File_find (const char *file, const char *ext, const char *path);
112void rxvt_Draw_Shadow (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int h); 122void rxvt_Draw_Shadow (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int h);
113void rxvt_Draw_Triangle (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int type); 123void rxvt_Draw_Triangle (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int type);
114void rxvt_usleep (int usecs); 124void rxvt_usleep (int usecs);
115 125
126/////////////////////////////////////////////////////////////////////////////
127
128// temporarily replace the process environment
129extern char **environ;
130extern char **rxvt_environ; // the original environ pointer
131
132inline void set_environ (stringvec *envv)
133{
134 if (envv)
135 environ = (char **)envv->begin ();
136}
137
138inline void set_environ (char **envv)
139{
140 if (envv)
141 environ = envv;
142}
143
116/* 144/*
117 ***************************************************************************** 145 *****************************************************************************
118 * STRUCTURES AND TYPEDEFS 146 * STRUCTURES AND TYPEDEFS
119 ***************************************************************************** 147 *****************************************************************************
120 */ 148 */
207# define TERMENV "rxvt-unicode" 235# define TERMENV "rxvt-unicode"
208#endif 236#endif
209 237
210#if defined (NO_MOUSE_REPORT) && !defined (NO_MOUSE_REPORT_SCROLLBAR) 238#if defined (NO_MOUSE_REPORT) && !defined (NO_MOUSE_REPORT_SCROLLBAR)
211# define NO_MOUSE_REPORT_SCROLLBAR 1 239# define NO_MOUSE_REPORT_SCROLLBAR 1
212#endif
213
214#ifdef NO_RESOURCES
215# undef USE_XGETDEFAULT
216#endif
217
218#if defined (ISO_14755) || defined (ENABLE_PERL)
219# define ENABLE_OVERLAY 1
220#endif 240#endif
221 241
222/* now look for other badly set stuff */ 242/* now look for other badly set stuff */
223 243
224#if !defined (EACCESS) && defined(EAGAIN) 244#if !defined (EACCESS) && defined(EAGAIN)
436 XTerm_property = 3, // change X property 456 XTerm_property = 3, // change X property
437 XTerm_Color = 4, // change colors 457 XTerm_Color = 4, // change colors
438 XTerm_Color00 = 10, // not implemented, CLASH! 458 XTerm_Color00 = 10, // not implemented, CLASH!
439 XTerm_Color01 = 11, // not implemented 459 XTerm_Color01 = 11, // not implemented
440 XTerm_Color_cursor = 12, // change actual 'Cursor' color 460 XTerm_Color_cursor = 12, // change actual 'Cursor' color
441 XTerm_Color_pointer_fg = 13, // change actual 'Pointer' color 461 XTerm_Color_pointer_fg = 13, // change actual 'Pointer' fg color
442 XTerm_Color_pointer_bg = 14, // not implemented 462 XTerm_Color_pointer_bg = 14, // change actual 'Pointer' bg color
443 XTerm_Color05 = 15, // not implemented 463 XTerm_Color05 = 15, // not implemented (tektronix fg)
444 XTerm_Color06 = 16, // not implemented 464 XTerm_Color06 = 16, // not implemented (tektronix bg)
445 XTerm_Color_RV = 17, // change actual 'Highlight' color 465 XTerm_Color_RV = 17, // change actual 'Highlight' color
446 XTerm_logfile = 46, // not implemented 466 XTerm_logfile = 46, // not implemented
447 XTerm_font = 50, 467 XTerm_font = 50,
448 468
449 XTerm_konsole30 = 30, // reserved for konsole 469 XTerm_konsole30 = 30, // reserved for konsole
450 XTerm_konsole31 = 31, // reserved for konsole 470 XTerm_konsole31 = 31, // reserved for konsole
451 XTerm_emacs51 = 51, // reserved for emacs shell 471 XTerm_emacs51 = 51, // reserved for emacs shell
452 /* 472 /*
453 * rxvt extensions of XTerm OSCs: ESC ] Ps;Pt (ST|BEL) 473 * rxvt extensions of XTerm OSCs: ESC ] Ps;Pt (ST|BEL)
474 * at least Rxvt_Color_BD and Rxvt_Color_UL clash with xterm
454 */ 475 */
455 XTerm_Color_BD = 18, // change actual 'Bold' color 476 Rxvt_Color_BD = 18, // change actual 'Bold' color
456 XTerm_Color_UL = 19, // change actual 'Underline' color 477 Rxvt_Color_UL = 19, // change actual 'Underline' color
457 XTerm_Pixmap = 20, // new bg pixmap 478 Rxvt_Pixmap = 20, // new bg pixmap
458 XTerm_restoreFG = 39, // change default fg color 479 Rxvt_restoreFG = 39, // change default fg color
459 XTerm_restoreBG = 49, // change default bg color 480 Rxvt_restoreBG = 49, // change default bg color
460 XTerm_dumpscreen = 55, // dump scrollback and all of screen 481 Rxvt_dumpscreen = 55, // dump scrollback and all of screen
461 482
462 URxvt_locale = 701, // change locale 483 URxvt_locale = 701, // change locale
463 URxvt_Menu = 703, // set menu item 484 URxvt_Menu = 703, // set menu item
464 URxvt_Color_IT = 704, // change actual 'Italic' colour 485 URxvt_Color_IT = 704, // change actual 'Italic' colour
465 URxvt_Color_tint = 705, // change actual tint colour 486 URxvt_Color_tint = 705, // change actual tint colour
487 URxvt_Color_BD = 706,
488 URxvt_Color_UL = 707,
466 489
467 URxvt_font = 710, 490 URxvt_font = 710,
468 URxvt_boldFont = 711, 491 URxvt_boldFont = 711,
469 URxvt_italicFont = 712, 492 URxvt_italicFont = 712,
470 URxvt_boldItalicFont = 713, 493 URxvt_boldItalicFont = 713,
697#define Col2Pixel(col) ((int32_t)Width2Pixel(col)) 720#define Col2Pixel(col) ((int32_t)Width2Pixel(col))
698#define Row2Pixel(row) ((int32_t)Height2Pixel(row)) 721#define Row2Pixel(row) ((int32_t)Height2Pixel(row))
699#define Width2Pixel(n) ((int32_t)(n) * (int32_t)fwidth) 722#define Width2Pixel(n) ((int32_t)(n) * (int32_t)fwidth)
700#define Height2Pixel(n) ((int32_t)(n) * (int32_t)fheight) 723#define Height2Pixel(n) ((int32_t)(n) * (int32_t)fheight)
701 724
725#define OPTION(opt) (options & (opt))
726#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \
727 | Opt_jumpScroll | Opt_secondaryScreen \
728 | Opt_pastableTabs | Opt_intensityStyles)
729
702// for m >= -n, ensure remainder lies between 0..n-1 730// for m >= -n, ensure remainder lies between 0..n-1
703#define MOD(m,n) (((m) + (n)) % (n)) 731#define MOD(m,n) (((m) + (n)) % (n))
704 732
705#define LINENO(n) MOD (term_start + int(n), total_rows) 733#define LINENO(n) MOD (term_start + int(n), total_rows)
706#define ROW(n) row_buf [LINENO (n)] 734#define ROW(n) row_buf [LINENO (n)]
832extern void rxvt_fatal (const char *fmt, ...) __attribute__ ((noreturn)); 860extern void rxvt_fatal (const char *fmt, ...) __attribute__ ((noreturn));
833extern void rxvt_exit_failure () __attribute__ ((noreturn)); 861extern void rxvt_exit_failure () __attribute__ ((noreturn));
834 862
835#define SET_LOCALE(locale) rxvt_set_locale (locale) 863#define SET_LOCALE(locale) rxvt_set_locale (locale)
836extern bool rxvt_set_locale (const char *locale); 864extern bool rxvt_set_locale (const char *locale);
837extern bool rxvt_push_locale (const char *locale); 865extern void rxvt_push_locale (const char *locale);
838extern void rxvt_pop_locale (); 866extern void rxvt_pop_locale ();
839 867
840/****************************************************************************/ 868/****************************************************************************/
841 869
842#ifdef MENUBAR 870#ifdef MENUBAR
920#if UNICODE3 948#if UNICODE3
921# define COMPOSE_LO 0x40000000UL 949# define COMPOSE_LO 0x40000000UL
922# define COMPOSE_HI 0x400fffffUL 950# define COMPOSE_HI 0x400fffffUL
923# define IS_COMPOSE(n) ((int32_t)(n) >= COMPOSE_LO) 951# define IS_COMPOSE(n) ((int32_t)(n) >= COMPOSE_LO)
924#else 952#else
953# if ENABLE_PERL
954# define COMPOSE_LO 0xe000UL // our _own_ routiens don't like (illegal) surrogates
955# define COMPOSE_HI 0xf8ffUL // in utf-8, so use private use area only
956# else
925# define COMPOSE_LO 0xd800UL 957# define COMPOSE_LO 0xd800UL
926# define COMPOSE_HI 0xf8ffUL // dfff should be safer, but... 958# define COMPOSE_HI 0xf8ffUL
927# define IS_COMPOSE(n) (COMPOSE_LO <= (n) && (n) <= COMPOSE_HI) 959# endif
960# define IS_COMPOSE(n) IN_RANGE_INC ((n), COMPOSE_LO, COMPOSE_HI)
928#endif 961#endif
929 962
930#if ENABLE_COMBINING 963#if ENABLE_COMBINING
931// compose chars are used to represent composite characters 964// compose chars are used to represent composite characters
932// that are not representable in unicode, as well as characters 965// that are not representable in unicode, as well as characters
959#ifdef KEYSYM_RESOURCE 992#ifdef KEYSYM_RESOURCE
960 class keyboard_manager; 993 class keyboard_manager;
961#endif 994#endif
962 995
963struct rxvt_term : zero_initialized, rxvt_vars { 996struct rxvt_term : zero_initialized, rxvt_vars {
964 log_callback *log_hook; // log error messages through this hook, if != 0 997 log_callback *log_hook; // log error messages through this hook, if != 0
965 getfd_callback *getfd_hook; // convert remote to local fd, if != 0 998 getfd_callback *getfd_hook; // convert remote to local fd, if != 0
966
967#if ENABLE_PERL 999#if ENABLE_PERL
968 void *self; // perl's $self 1000 rxvt_perl_term perl;
969#endif 1001#endif
970
971 struct mbstate mbstate; // current input multibyte state 1002 struct mbstate mbstate; // current input multibyte state
972 1003
973 unsigned char want_refresh:1, 1004 unsigned char want_refresh:1,
974#ifdef TRANSPARENT 1005#ifdef TRANSPARENT
975 want_full_refresh:1, /* awaiting full screen refresh */ 1006 want_full_refresh:1, /* awaiting full screen refresh */
1181#endif 1212#endif
1182 1213
1183 // modifies first argument(!) 1214 // modifies first argument(!)
1184 void paste (char *data, unsigned int len); 1215 void paste (char *data, unsigned int len);
1185 1216
1186 void flush (); 1217 long vt_emask, vt_emask_perl;
1218
1219 void vt_select_input ()
1220 {
1221 XSelectInput (display->display, vt, vt_emask | vt_emask_perl);
1222 }
1187 1223
1188#if TRANSPARENT 1224#if TRANSPARENT
1189 void rootwin_cb (XEvent &xev); 1225 void rootwin_cb (XEvent &xev);
1190 xevent_watcher rootwin_ev; 1226 xevent_watcher rootwin_ev;
1191#endif 1227#endif
1192 1228
1193 void x_cb (XEvent &xev); 1229 void x_cb (XEvent &xev);
1230 void flush ();
1194 xevent_watcher termwin_ev; 1231 xevent_watcher termwin_ev;
1195 xevent_watcher vt_ev; 1232 xevent_watcher vt_ev;
1196#ifdef HAVE_SCROLLBARS 1233#ifdef HAVE_SCROLLBARS
1197 xevent_watcher scrollbar_ev; 1234 xevent_watcher scrollbar_ev;
1198#endif 1235#endif
1248 1285
1249 bool pty_fill (); 1286 bool pty_fill ();
1250 1287
1251 void init_secondary (); 1288 void init_secondary ();
1252 const char **init_resources (int argc, const char *const *argv); 1289 const char **init_resources (int argc, const char *const *argv);
1290 const char *x_resource (const char *name);
1253 void init_env (); 1291 void init_env ();
1254 void set_locale (const char *locale); 1292 void set_locale (const char *locale);
1255 void init_xlocale (); 1293 void init_xlocale ();
1256 void init_command (const char *const *argv); 1294 void init_command (const char *const *argv);
1257 void run_command (const char *const *argv); 1295 void run_command (const char *const *argv);
1434 base += minBrightCOLOR - minCOLOR; 1472 base += minBrightCOLOR - minCOLOR;
1435#endif 1473#endif
1436 return base; 1474 return base;
1437 } 1475 }
1438 1476
1477 bool option (uint32_t opt)
1478 {
1479 return OPTION (opt);
1480 }
1481
1482 void set_option (uint32_t opt, bool set)
1483 {
1484 if (set)
1485 options |= opt;
1486 else
1487 options &= ~opt;
1488 }
1489
1439 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs); 1490 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs);
1440 void scr_blank_screen_mem (line_t &l, rend_t efs); 1491 void scr_blank_screen_mem (line_t &l, rend_t efs);
1441 int scr_scroll_text (int row1, int row2, int count); 1492 int scr_scroll_text (int row1, int row2, int count);
1442 void scr_reset (); 1493 void scr_reset ();
1443 void scr_release (); 1494 void scr_release ();
1486 int scr_move_to (int y, int len); 1537 int scr_move_to (int y, int len);
1487 int scr_page (enum page_dirn direction, int nlines); 1538 int scr_page (enum page_dirn direction, int nlines);
1488 int scr_changeview (unsigned int oldviewstart); 1539 int scr_changeview (unsigned int oldviewstart);
1489 void scr_bell (); 1540 void scr_bell ();
1490 void scr_printscreen (int fullhist); 1541 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_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle);
1491 void scr_reverse_selection (); 1544 void scr_reverse_selection ();
1492 void scr_dump (int fd); 1545 void scr_dump (int fd);
1493 void selection_check (int check_more); 1546 void selection_check (int check_more);
1494 void selection_paste (Window win, Atom prop, bool delete_prop); 1547 void selection_paste (Window win, Atom prop, bool delete_prop);
1495 void selection_property (Window win, Atom prop); 1548 void selection_property (Window win, Atom prop);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines