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.70 by pcg, Thu Apr 8 20:22:25 2004 UTC vs.
Revision 1.91 by root, Fri Aug 13 18:38:23 2004 UTC

9 9
10#include <X11/cursorfont.h> 10#include <X11/cursorfont.h>
11#include <X11/keysym.h> 11#include <X11/keysym.h>
12#include <X11/keysymdef.h> 12#include <X11/keysymdef.h>
13#include <X11/Xatom.h> 13#include <X11/Xatom.h>
14#ifndef NO_FRILLS
15#include <X11/Xmd.h>
16#endif
14 17
15#include "encoding.h" 18#include "encoding.h"
16#include "defaultfont.h" 19#include "defaultfont.h"
17#include "rxvtcolor.h" 20#include "rxvtcolor.h"
18#include "iom.h" 21#include "iom.h"
131#define BOUND_POSITIVE_INT16(val) \ 134#define BOUND_POSITIVE_INT16(val) \
132 (int16_t) ((val) <= 0 \ 135 (int16_t) ((val) <= 0 \
133 ? 0 \ 136 ? 0 \
134 : min ((val), (((uint16_t)-1)>>1))) 137 : min ((val), (((uint16_t)-1)>>1)))
135 138
139#ifndef NO_FRILLS
140typedef struct _mwmhints {
141 CARD32 flags;
142 CARD32 functions;
143 CARD32 decorations;
144 INT32 input_mode;
145 CARD32 status;
146} MWMHints;
147#endif
148
136/* 149/*
137 ***************************************************************************** 150 *****************************************************************************
138 * NORMAL DEFINES 151 * NORMAL DEFINES
139 ***************************************************************************** 152 *****************************************************************************
140 */ 153 */
172#define menuBar_esc 10 185#define menuBar_esc 10
173#define scrollBar_esc 30 186#define scrollBar_esc 30
174#define menuBar_margin 2 /* margin below text */ 187#define menuBar_margin 2 /* margin below text */
175 188
176#if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(XTERM_SCROLLBAR) || defined(PLAIN_SCROLLBAR) 189#if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(XTERM_SCROLLBAR) || defined(PLAIN_SCROLLBAR)
177# define HAVE_SCROLLBARS 190# define HAVE_SCROLLBARS 1
178#endif 191#endif
179 192
180/* width of scrollBar, menuBar shadow, must be 1 or 2 */ 193/* width of scrollBar, menuBar shadow, must be 1 or 2 */
181#ifdef HALFSHADOW 194#ifdef HALFSHADOW
182# define SHADOW 1 195# define SHADOW 1
266enum { 279enum {
267 NO_REFRESH = 0 , /* Window not visible at all! */ 280 NO_REFRESH = 0 , /* Window not visible at all! */
268 FAST_REFRESH = 1<<0, /* Fully exposed window */ 281 FAST_REFRESH = 1<<0, /* Fully exposed window */
269 SLOW_REFRESH = 1<<1, /* Partially exposed window */ 282 SLOW_REFRESH = 1<<1, /* Partially exposed window */
270 SMOOTH_REFRESH = 1<<2, /* Do sync'ing to make it smooth */ 283 SMOOTH_REFRESH = 1<<2, /* Do sync'ing to make it smooth */
271 REFRESH_BOUNDS = 1<<3
272}; 284};
273 285
274#ifdef NO_SECONDARY_SCREEN 286#ifdef NO_SECONDARY_SCREEN
275# define NSCREENS 0 287# define NSCREENS 0
276#else 288#else
530 Rs_transparent_all, 542 Rs_transparent_all,
531#endif 543#endif
532#ifndef NO_FRILLS 544#ifndef NO_FRILLS
533 Rs_ext_bwidth, 545 Rs_ext_bwidth,
534 Rs_int_bwidth, 546 Rs_int_bwidth,
547 Rs_borderLess,
535#endif 548#endif
536 Rs_scrollBar_thickness, 549 Rs_scrollBar_thickness,
537#ifndef NO_LINESPACE 550#ifndef NO_LINESPACE
538 Rs_lineSpace, 551 Rs_lineSpace,
539#endif 552#endif
547 Rs_pointerBlankDelay, 560 Rs_pointerBlankDelay,
548 Rs_imLocale, 561 Rs_imLocale,
549#ifndef NO_SECONDARY_SCREEN 562#ifndef NO_SECONDARY_SCREEN
550 Rs_secondaryScreen, 563 Rs_secondaryScreen,
551 Rs_secondaryScroll, 564 Rs_secondaryScroll,
565#endif
566#ifndef NO_BOLD_UNDERLINE_REVERSE
567 Rs_realBold,
568#endif
569#ifdef OFF_FOCUS_FADING
570 Rs_fade,
571#endif
572#ifdef TINTING
573 Rs_shade,
552#endif 574#endif
553 NUM_RESOURCES 575 NUM_RESOURCES
554}; 576};
555 577
556// see init.C:xa_names, which must be kept in sync 578// see init.C:xa_names, which must be kept in sync
611# define PrivMode_Default (PrivMode_Autowrap|PrivMode_aplKP|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK) 633# define PrivMode_Default (PrivMode_Autowrap|PrivMode_aplKP|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK)
612#else 634#else
613# define PrivMode_Default (PrivMode_Autowrap|PrivMode_aplKP|PrivMode_ShiftKeys|PrivMode_VisibleCursor) 635# define PrivMode_Default (PrivMode_Autowrap|PrivMode_aplKP|PrivMode_ShiftKeys|PrivMode_VisibleCursor)
614#endif 636#endif
615 637
616#define XDEPTH display->depth 638// do not change these constants lightly, there are many interdependencies
617#define XCMAP display->cmap
618#define XVISUAL display->visual
619
620#define IMBUFSIZ 128 // input modifier buffer sizes 639#define IMBUFSIZ 128 // input modifier buffer sizes
621#define KBUFSZ 512 // size of keyboard mapping buffer 640#define KBUFSZ 512 // size of keyboard mapping buffer
622#define CBUFSIZ 4096 // size of command buffer 641#define CBUFSIZ 4096 // size of command buffer
623#define UBUFSIZ 4096 // character buffer 642#define UBUFSIZ 4096 // character buffer
624 643
625#ifndef PATH_MAX 644#ifndef PATH_MAX
626# define PATH_MAX 16384 645# define PATH_MAX 16384
627#endif 646#endif
647
648/* Motif window hints */
649#define MWM_HINTS_FUNCTIONS (1L << 0)
650#define MWM_HINTS_DECORATIONS (1L << 1)
651#define MWM_HINTS_INPUT_MODE (1L << 2)
652#define MWM_HINTS_STATUS (1L << 3)
653/* bit definitions for MwmHints.functions */
654#define MWM_FUNC_ALL (1L << 0)
655#define MWM_FUNC_RESIZE (1L << 1)
656#define MWM_FUNC_MOVE (1L << 2)
657#define MWM_FUNC_MINIMIZE (1L << 3)
658#define MWM_FUNC_MAXIMIZE (1L << 4)
659#define MWM_FUNC_CLOSE (1L << 5)
660/* bit definitions for MwmHints.decorations */
661#define MWM_DECOR_ALL (1L << 0)
662#define MWM_DECOR_BORDER (1L << 1)
663#define MWM_DECOR_RESIZEH (1L << 2)
664#define MWM_DECOR_TITLE (1L << 3)
665#define MWM_DECOR_MENU (1L << 4)
666#define MWM_DECOR_MINIMIZE (1L << 5)
667#define MWM_DECOR_MAXIMIZE (1L << 6)
668/* bit definitions for MwmHints.inputMode */
669#define MWM_INPUT_MODELESS 0
670#define MWM_INPUT_PRIMARY_APPLICATION_MODAL 1
671#define MWM_INPUT_SYSTEM_MODAL 2
672#define MWM_INPUT_FULL_APPLICATION_MODAL 3
673#define PROP_MWM_HINTS_ELEMENTS 5
628 674
629/* 675/*
630 ***************************************************************************** 676 *****************************************************************************
631 * MACRO DEFINES 677 * MACRO DEFINES
632 ***************************************************************************** 678 *****************************************************************************
646#define STRLEN(x) strlen((const char *)(x)) 692#define STRLEN(x) strlen((const char *)(x))
647#define STRCHR(x, y) strchr((const char *)(x), (int)(y)) 693#define STRCHR(x, y) strchr((const char *)(x), (int)(y))
648#define STRRCHR(x, y) strrchr((const char *)(x), (int)(y)) 694#define STRRCHR(x, y) strrchr((const char *)(x), (int)(y))
649 695
650/* convert pixel dimensions to row/column values. Everything as int32_t */ 696/* convert pixel dimensions to row/column values. Everything as int32_t */
651#define Pixel2Col(x) Pixel2Width((int32_t)(x) - (int32_t)TermWin.int_bwidth) 697#define Pixel2Col(x) Pixel2Width((int32_t)(x))
652#define Pixel2Row(y) Pixel2Height((int32_t)(y) - (int32_t)TermWin.int_bwidth) 698#define Pixel2Row(y) Pixel2Height((int32_t)(y))
653#define Pixel2Width(x) ((int32_t)(x) / (int32_t)TermWin.fwidth) 699#define Pixel2Width(x) ((int32_t)(x) / (int32_t)TermWin.fwidth)
654#define Pixel2Height(y) ((int32_t)(y) / (int32_t)TermWin.fheight) 700#define Pixel2Height(y) ((int32_t)(y) / (int32_t)TermWin.fheight)
655#define Col2Pixel(col) ((int32_t)Width2Pixel(col) + (int32_t)TermWin.int_bwidth) 701#define Col2Pixel(col) ((int32_t)Width2Pixel(col))
656#define Row2Pixel(row) ((int32_t)Height2Pixel(row) + (int32_t)TermWin.int_bwidth) 702#define Row2Pixel(row) ((int32_t)Height2Pixel(row))
657#define Width2Pixel(n) ((int32_t)(n) * (int32_t)TermWin.fwidth) 703#define Width2Pixel(n) ((int32_t)(n) * (int32_t)TermWin.fwidth)
658#define Height2Pixel(n) ((int32_t)(n) * (int32_t)TermWin.fheight) 704#define Height2Pixel(n) ((int32_t)(n) * (int32_t)TermWin.fheight)
659 705
660#define TermWin_TotalWidth() ((int32_t)TermWin.width + 2 * (int32_t)TermWin.int_bwidth) 706#define TermWin_TotalWidth() ((int32_t)TermWin.width)
661#define TermWin_TotalHeight() ((int32_t)TermWin.height + 2 * (int32_t)TermWin.int_bwidth) 707#define TermWin_TotalHeight() ((int32_t)TermWin.height)
662 708
663/* how to build & extract colors and attributes */ 709/* how to build & extract colors and attributes */
664#define GET_BASEFG(x) (((x) & RS_fgMask)) 710#define GET_BASEFG(x) (((x) & RS_fgMask))
665#define GET_BASEBG(x) (((x) & RS_bgMask)>>Color_Bits) 711#define GET_BASEBG(x) (((x) & RS_bgMask)>>Color_Bits)
666#ifndef NO_BRIGHTCOLOR 712#ifndef NO_BRIGHTCOLOR
936 rend_t rstyle; 982 rend_t rstyle;
937/* ---------- */ 983/* ---------- */
938 uint32_t pixcolor_set[NPIXCLR_SETS]; 984 uint32_t pixcolor_set[NPIXCLR_SETS];
939/* ---------- */ 985/* ---------- */
940#ifdef SELECTION_SCROLLING 986#ifdef SELECTION_SCROLLING
941 int scroll_selection_delay,
942 scroll_selection_lines; 987 int scroll_selection_lines;
943 enum page_dirn scroll_selection_dir; 988 enum page_dirn scroll_selection_dir;
944 int selection_save_x, 989 int selection_save_x,
945 selection_save_y, 990 selection_save_y,
946 selection_save_state, 991 selection_save_state;
947 pending_scroll_selection;
948#endif 992#endif
949/* ---------- */ 993/* ---------- */
950 int csrO, /* Hops - csr offset in thumb/slider to */ 994 int csrO, /* Hops - csr offset in thumb/slider to */
951 /* give proper Scroll behaviour */ 995 /* give proper Scroll behaviour */
952#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
953 scroll_arrow_delay,
954#endif
955#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 996#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
956 mouse_slip_wheel_delay,
957 mouse_slip_wheel_speed, 997 mouse_slip_wheel_speed,
958#endif 998#endif
959 refresh_count, 999 refresh_count,
960 refresh_limit, 1000 refresh_limit,
961 fnum, /* logical font number */
962 last_bot, /* scrollbar last bottom position */ 1001 last_bot, /* scrollbar last bottom position */
963 last_top, /* scrollbar last top position */ 1002 last_top, /* scrollbar last top position */
964 last_state, /* scrollbar last state */ 1003 last_state, /* scrollbar last state */
965 scrollbar_len, 1004 scrollbar_len,
966#ifdef MENUBAR 1005#ifdef MENUBAR
1109 rxvt_salloc *talloc; // text line allocator 1148 rxvt_salloc *talloc; // text line allocator
1110 rxvt_salloc *ralloc; // rend line allocator 1149 rxvt_salloc *ralloc; // rend line allocator
1111 1150
1112 static vector<rxvt_term *> termlist; // a vector of all running rxvt_term's 1151 static vector<rxvt_term *> termlist; // a vector of all running rxvt_term's
1113 1152
1153#ifndef NO_FRILLS
1154 // ISO 14755 entry support
1155 unicode_t iso14755buf;
1156 void commit_iso14755 ();
1157 int hex_keyval (XKeyEvent &ev);
1158#endif
1159
1114 void paste (const unsigned char *data, unsigned int len); 1160 void paste (const unsigned char *data, unsigned int len);
1115 1161
1116 void flush (); 1162 void flush ();
1117 1163
1164#if TRANSPARENT
1118 void rootwin_cb (XEvent &xev); 1165 void rootwin_cb (XEvent &xev);
1119 xevent_watcher rootwin_ev; 1166 xevent_watcher rootwin_ev;
1167#endif
1120 1168
1121 void x_cb (XEvent &xev); 1169 void x_cb (XEvent &xev);
1122 xevent_watcher termwin_ev; 1170 xevent_watcher termwin_ev;
1123 xevent_watcher vt_ev; 1171 xevent_watcher vt_ev;
1124#ifdef HAVE_SCROLLBARS 1172#ifdef HAVE_SCROLLBARS
1126#endif 1174#endif
1127#ifdef MENUBAR 1175#ifdef MENUBAR
1128 xevent_watcher menubar_ev; 1176 xevent_watcher menubar_ev;
1129#endif 1177#endif
1130 1178
1131 void check_cb (check_watcher &w); check_watcher check_ev; 1179 void check_cb (check_watcher &w); check_watcher check_ev;
1132 void destroy_cb (time_watcher &w); time_watcher destroy_ev; 1180 void destroy_cb (time_watcher &w); time_watcher destroy_ev;
1181 void flush_cb (time_watcher &w); time_watcher flush_ev;
1133 1182
1134 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev; 1183 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev;
1135 1184
1136 void incr_cb (time_watcher &w); time_watcher incr_ev; 1185 void incr_cb (time_watcher &w); time_watcher incr_ev;
1137 1186
1138#ifdef CURSOR_BLINK 1187#ifdef CURSOR_BLINK
1139 void cursor_blink_cb (time_watcher &w); time_watcher cursor_blink_ev; 1188 void cursor_blink_cb (time_watcher &w); time_watcher cursor_blink_ev;
1140#endif 1189#endif
1141#ifdef TEXT_BLINK 1190#ifdef TEXT_BLINK
1142 void text_blink_cb (time_watcher &w); time_watcher text_blink_ev; 1191 void text_blink_cb (time_watcher &w); time_watcher text_blink_ev;
1192#endif
1193
1194#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
1195 void cont_scroll_cb (time_watcher &w); time_watcher cont_scroll_ev;
1196#endif
1197#ifdef SELECTION_SCROLLING
1198 void sel_scroll_cb (time_watcher &w); time_watcher sel_scroll_ev;
1199#endif
1200#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
1201 void slip_wheel_cb (time_watcher &w); time_watcher slip_wheel_ev;
1143#endif 1202#endif
1144 1203
1145#ifdef POINTER_BLANK 1204#ifdef POINTER_BLANK
1146 void pointer_cb (time_watcher &w); time_watcher pointer_ev; 1205 void pointer_cb (time_watcher &w); time_watcher pointer_ev;
1147 void pointer_blank (); 1206 void pointer_blank ();
1207#endif
1148 void pointer_unblank (); 1208 void pointer_unblank ();
1149#endif
1150 1209
1151 void tt_printf (const char *fmt,...); 1210 void tt_printf (const char *fmt,...);
1152 void tt_write (const unsigned char *data, unsigned int len); 1211 void tt_write (const unsigned char *data, unsigned int len);
1153 1212
1154 void tt_winch (); 1213 void tt_winch ();
1157 ~rxvt_term (); 1216 ~rxvt_term ();
1158 void destroy (); 1217 void destroy ();
1159 1218
1160 bool init (int argc, const char *const *argv); 1219 bool init (int argc, const char *const *argv);
1161 bool init_vars (); 1220 bool init_vars ();
1162
1163 unicode_t next_char ();
1164 1221
1165 bool pty_fill (); 1222 bool pty_fill ();
1166 1223
1167 void *operator new (size_t s); 1224 void *operator new (size_t s);
1168 void operator delete (void *p, size_t s); 1225 void operator delete (void *p, size_t s);
1171 const char **init_resources (int argc, const char *const *argv); 1228 const char **init_resources (int argc, const char *const *argv);
1172 void init_env (); 1229 void init_env ();
1173 void set_locale (const char *locale); 1230 void set_locale (const char *locale);
1174 void init_xlocale (); 1231 void init_xlocale ();
1175 void init_command (const char *const *argv); 1232 void init_command (const char *const *argv);
1176 int run_command (const char *const *argv); 1233 void run_command (const char *const *argv);
1177 int run_child (const char *const *argv); 1234 int run_child (const char *const *argv);
1178 static void child_exited (int pid); 1235 static void child_exited (int pid);
1179 1236
1180 void color_aliases (int idx); 1237 void color_aliases (int idx);
1181 void recolour_cursor (); 1238 void recolour_cursor ();
1210 void scr_blank_screen_mem (text_t **tp, rend_t **rp, unsigned int row, rend_t efs); 1267 void scr_blank_screen_mem (text_t **tp, rend_t **rp, unsigned int row, rend_t efs);
1211 int scr_scroll_text (int row1, int row2, int count, int spec); 1268 int scr_scroll_text (int row1, int row2, int count, int spec);
1212 void scr_reset (); 1269 void scr_reset ();
1213 void scr_reset_realloc (); 1270 void scr_reset_realloc ();
1214 void scr_release (); 1271 void scr_release ();
1215 void scr_clear (bool really = true); 1272 void scr_clear (bool really = false);
1216 void scr_refresh (unsigned char refresh_type); 1273 void scr_refresh (unsigned char refresh_type);
1217 bool scr_refresh_rend (rend_t mask, rend_t value); 1274 bool scr_refresh_rend (rend_t mask, rend_t value);
1218 void scr_erase_screen (int mode); 1275 void scr_erase_screen (int mode);
1219 void scr_touch (bool refresh); 1276 void scr_touch (bool refresh);
1220 void scr_expose (int x, int y, int width, int height, bool refresh); 1277 void scr_expose (int x, int y, int width, int height, bool refresh);
1224 /* autoconvert */ 1281 /* autoconvert */
1225 1282
1226 // command.C 1283 // command.C
1227 void lookup_key (XKeyEvent &ev); 1284 void lookup_key (XKeyEvent &ev);
1228 unsigned int cmd_write (const unsigned char *str, unsigned int count); 1285 unsigned int cmd_write (const unsigned char *str, unsigned int count);
1286
1287 unicode_t next_char ();
1229 unicode_t cmd_getc (); 1288 unicode_t cmd_getc ();
1289 unicode_t next_octet ();
1290 unicode_t cmd_get8 ();
1291
1230 bool cmd_parse (); 1292 bool cmd_parse ();
1231 void mouse_report (XButtonEvent &ev); 1293 void mouse_report (XButtonEvent &ev);
1232 void button_press (XButtonEvent &ev); 1294 void button_press (XButtonEvent &ev);
1233 void button_release (XButtonEvent &ev); 1295 void button_release (XButtonEvent &ev);
1234 int check_our_parents (); 1296 int check_our_parents ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines