ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.166 by root, Wed Dec 21 14:19:19 2005 UTC vs.
Revision 1.181 by root, Mon Jan 2 17:17:02 2006 UTC

70 70
71#ifndef STDIN_FILENO 71#ifndef STDIN_FILENO
72# define STDIN_FILENO 0 72# define STDIN_FILENO 0
73# define STDOUT_FILENO 1 73# define STDOUT_FILENO 1
74# define STDERR_FILENO 2 74# define STDERR_FILENO 2
75#endif
76
77#if defined(HAVE_GRANTPT) && defined(HAVE_UNLOCKPT)
78# if defined(PTYS_ARE_GETPT) || defined(PTYS_ARE_PTMX)
79# define NO_SETOWNER_TTYDEV 1
80# endif
81#endif
82#if defined(__CYGWIN32__) || defined(PTYS_ARE_OPENPTY)
83# define NO_SETOWNER_TTYDEV 1
84#endif 75#endif
85 76
86/* 77/*
87 ***************************************************************************** 78 *****************************************************************************
88 * PROTOTYPES 79 * PROTOTYPES
162 Time time; /* milliseconds */ 153 Time time; /* milliseconds */
163 unsigned int state; /* key or button mask */ 154 unsigned int state; /* key or button mask */
164 unsigned int button; /* detail */ 155 unsigned int button; /* detail */
165}; 156};
166 157
167#define MAX_POSITIVE_INT16 (((uint16_t)-1)>>1) // TODO: configure/limits
168
169#if ENABLE_FRILLS 158#if ENABLE_FRILLS
170typedef struct _mwmhints { 159typedef struct _mwmhints {
171 CARD32 flags; 160 CARD32 flags;
172 CARD32 functions; 161 CARD32 functions;
173 CARD32 decorations; 162 CARD32 decorations;
224 213
225#ifdef NO_RESOURCES 214#ifdef NO_RESOURCES
226# undef USE_XGETDEFAULT 215# undef USE_XGETDEFAULT
227#endif 216#endif
228 217
229#if ISO_14755 218#if defined (ISO_14755) || defined (ENABLE_PERL)
230# define ENABLE_OVERLAY 1 219# define ENABLE_OVERLAY 1
231#endif 220#endif
232 221
233/* now look for other badly set stuff */ 222/* now look for other badly set stuff */
234 223
353#define FONT_DN "#-" 342#define FONT_DN "#-"
354#define FONT_UP "#+" 343#define FONT_UP "#+"
355 344
356/* flags for rxvt_scr_gotorc () */ 345/* flags for rxvt_scr_gotorc () */
357enum { 346enum {
358 C_RELATIVE = 1 , /* col movement is relative */ 347 C_RELATIVE = 1, /* col movement is relative */
359 R_RELATIVE = 2, /* row movement is relative */ 348 R_RELATIVE = 2, /* row movement is relative */
360 RELATIVE = 1 | 2, 349 RELATIVE = C_RELATIVE | R_RELATIVE,
361}; 350};
362 351
363/* modes for rxvt_scr_insdel_chars (), rxvt_scr_insdel_lines () */ 352/* modes for rxvt_scr_insdel_chars (), rxvt_scr_insdel_lines () */
364enum { 353enum {
365 INSERT = -1, /* don't change these values */ 354 INSERT = -1, /* don't change these values */
378enum { 367enum {
379 PRIMARY = 0, 368 PRIMARY = 0,
380 SECONDARY, 369 SECONDARY,
381}; 370};
382 371
383#define RS_None 0 /* Normal */ 372#define RS_None 0
384 373
385#define RS_fgMask 0x0000007fUL /* 128 colors */ 374#define RS_fgMask 0x0000007fUL // 128 colors
386#define RS_bgMask 0x00003f80UL /* 128 colors */ 375#define RS_bgMask 0x00003f80UL // 128 colors
387 376
388// font styles 377// font styles
389#define RS_Bold 0x00004000UL // value 1 378#define RS_Bold 0x00004000UL // value 1
390#define RS_Italic 0x00008000UL // value 2 379#define RS_Italic 0x00008000UL // value 2
391 380
392// fake styles 381// fake styles
393#define RS_Blink 0x00010000UL /* blink */ 382#define RS_Blink 0x00010000UL // blink
394#define RS_RVid 0x00020000UL /* reverse video */ 383#define RS_RVid 0x00020000UL // reverse video
395#define RS_Uline 0x00040000UL /* underline */ 384#define RS_Uline 0x00040000UL // underline
396 385
397// 5 bits still to go 386// 5 custom bits for extensions
387#define RS_customCount 32
388#define RS_customMask 0x00f80000UL
389#define RS_customShift 19
398 390
399// other flags 391// other flags
400#define RS_Careful 0x80000000UL /* be careful when drawing these */ 392#define RS_Careful 0x80000000UL /* be careful when drawing these */
401 393
402#define RS_styleCount 4 394#define RS_styleCount 4
563 555
564/* 556/*
565 * Resource list 557 * Resource list
566 */ 558 */
567enum { 559enum {
568 Rs_display_name = 0, 560#define Rs_def(name) Rs_ ## name,
569 Rs_term_name, 561#define Rs_reserve(name,count) Rs_ ## name ## _ = Rs_ ## name + (count) - 1,
570 Rs_iconName, 562#include "rsinc.h"
571 Rs_geometry, 563#undef Rs_def
572 Rs_reverseVideo, 564#undef Rs_reserve
573 Rs_color,
574 _Rs_color = Rs_color + NRS_COLORS - 1,
575 Rs_font,
576#if ENABLE_STYLES
577 Rs_boldFont,
578 Rs_italicFont,
579 Rs_boldItalicFont,
580#endif
581 Rs_name,
582 Rs_title,
583#if defined (XPM_BACKGROUND) || (MENUBAR_MAX)
584 Rs_path,
585#endif
586#ifdef XPM_BACKGROUND
587 Rs_backgroundPixmap,
588#endif
589#if (MENUBAR_MAX)
590 Rs_menu,
591#endif
592 Rs_loginShell,
593 Rs_jumpScroll,
594#ifdef HAVE_SCROLLBARS
595 Rs_scrollBar,
596 Rs_scrollBar_right,
597 Rs_scrollBar_floating,
598 Rs_scrollBar_align,
599 Rs_scrollstyle, /* Rs_scrollBar_style */
600 Rs_scrollBar_thickness,
601#endif
602 Rs_scrollTtyOutput,
603 Rs_scrollTtyKeypress,
604 Rs_scrollWithBuffer,
605 Rs_saveLines,
606 Rs_utmpInhibit,
607 Rs_visualBell,
608#if ! defined(NO_MAPALERT) && defined(MAPALERT_OPTION)
609 Rs_mapAlert,
610#endif
611#ifdef META8_OPTION
612 Rs_meta8,
613#endif
614#ifdef MOUSE_WHEEL
615 Rs_mouseWheelScrollPage,
616#endif
617#ifndef NO_BACKSPACE_KEY
618 Rs_backspace_key,
619#endif
620#ifndef NO_DELETE_KEY
621 Rs_delete_key,
622#endif
623 Rs_selectstyle,
624#ifdef PRINTPIPE
625 Rs_print_pipe,
626#endif
627#ifdef USE_XIM
628 Rs_preeditType,
629 Rs_inputMethod,
630#endif
631#ifdef TRANSPARENT
632 Rs_transparent,
633 Rs_transparent_all,
634#endif
635#if ENABLE_FRILLS
636 Rs_ext_bwidth,
637 Rs_int_bwidth,
638 Rs_borderLess,
639 Rs_lineSpace,
640 Rs_pty_fd,
641 Rs_cursorUnderline,
642#endif
643#if CURSOR_BLINK
644 Rs_cursorBlink,
645#endif
646#if ENABLE_XEMBED
647 Rs_embed,
648#endif
649 Rs_cutchars,
650 Rs_modifier,
651 Rs_answerbackstring,
652 Rs_tripleclickwords,
653 Rs_insecure,
654 Rs_pointerBlank,
655 Rs_pointerBlankDelay,
656 Rs_imLocale,
657 Rs_imFont,
658 Rs_pastableTabs,
659#ifndef NO_SECONDARY_SCREEN
660 Rs_secondaryScreen,
661 Rs_secondaryScroll,
662#endif
663#ifdef OFF_FOCUS_FADING
664 Rs_fade,
665#endif
666#ifdef TINTING
667 Rs_shade,
668#endif
669 NUM_RESOURCES 565 NUM_RESOURCES
670}; 566};
671 567
672// see init.C:xa_names, which must be kept in sync 568// see init.C:xa_names, which must be kept in sync
673enum { 569enum {
748#endif 644#endif
749 645
750// do not change these constants lightly, there are many interdependencies 646// do not change these constants lightly, there are many interdependencies
751#define IMBUFSIZ 128 // input modifier buffer sizes 647#define IMBUFSIZ 128 // input modifier buffer sizes
752#define KBUFSZ 512 // size of keyboard mapping buffer 648#define KBUFSZ 512 // size of keyboard mapping buffer
753#define CBUFSIZ 4096 // size of command buffer 649#define CBUFSIZ 2048 // size of command buffer
754#define UBUFSIZ 4096 // character buffer 650#define UBUFSIZ 2048 // character buffer
755 651
756#ifndef PATH_MAX 652#ifndef PATH_MAX
757# define PATH_MAX 16384 653# define PATH_MAX 16384
758#endif 654#endif
759 655
818#define Height2Pixel(n) ((int32_t)(n) * (int32_t)fheight) 714#define Height2Pixel(n) ((int32_t)(n) * (int32_t)fheight)
819 715
820#define TermWin_TotalWidth() ((int32_t)this->width) 716#define TermWin_TotalWidth() ((int32_t)this->width)
821#define TermWin_TotalHeight() ((int32_t)this->height) 717#define TermWin_TotalHeight() ((int32_t)this->height)
822 718
823#define LINENO(n) (((n) + term_start + total_rows) % total_rows) 719// for m >= -n, ensure remainder lies between 0..n-1
720#define MOD(m,n) (((m) + (n)) % (n))
721
722#define LINENO(n) MOD (term_start + int(n), total_rows)
824#define ROW(n) (save [LINENO (n)]) 723#define ROW(n) row_buf [LINENO (n)]
825 724
826/* how to build & extract colors and attributes */ 725/* how to build & extract colors and attributes */
827#define GET_BASEFG(x) (((x) & RS_fgMask)) 726#define GET_BASEFG(x) (((x) & RS_fgMask))
828#define GET_BASEBG(x) (((x) & RS_bgMask)>>Color_Bits) 727#define GET_BASEBG(x) (((x) & RS_bgMask)>>Color_Bits)
829#ifndef NO_BRIGHTCOLOR
830# define GET_FGCOLOR(x) \
831 ((((x) & RS_Bold) == 0 \
832 || GET_BASEFG (x) < minCOLOR \
833 || GET_BASEFG (x) >= minBrightCOLOR) \
834 ? GET_BASEFG (x) \
835 : (GET_BASEFG (x) + (minBrightCOLOR - minCOLOR)))
836# define GET_BGCOLOR(x) \
837 ((((x) & RS_Blink) == 0 \
838 || GET_BASEBG (x) < minCOLOR \
839 || GET_BASEBG (x) >= minBrightCOLOR) \
840 ? GET_BASEBG (x) \
841 : (GET_BASEBG (x) + (minBrightCOLOR - minCOLOR)))
842#else
843# define GET_FGCOLOR(x) GET_BASEFG(x)
844# define GET_BGCOLOR(x) GET_BASEBG(x)
845#endif
846 728
847#define GET_FONT(x) (((x) & RS_fontMask) >> RS_fontShift) 729#define GET_FONT(x) (((x) & RS_fontMask) >> RS_fontShift)
848#define SET_FONT(x,fid) (((x) & ~RS_fontMask) | ((fid) << RS_fontShift)) 730#define SET_FONT(x,fid) (((x) & ~RS_fontMask) | ((fid) << RS_fontShift))
849 731
850#define GET_STYLE(x) (((x) & RS_styleMask) >> RS_styleShift) 732#define GET_STYLE(x) (((x) & RS_styleMask) >> RS_styleShift)
957#endif 839#endif
958 840
959extern class rxvt_failure_exception { } rxvt_failure_exception; 841extern class rxvt_failure_exception { } rxvt_failure_exception;
960 842
961typedef callback1<void, const char *> log_callback; 843typedef callback1<void, const char *> log_callback;
844typedef callback1<int, int> getfd_callback;
962 845
963extern void rxvt_vlog (const char *fmt, va_list arg_ptr); 846extern void rxvt_vlog (const char *fmt, va_list arg_ptr);
964extern void rxvt_log (const char *fmt, ...); 847extern void rxvt_log (const char *fmt, ...);
965extern void rxvt_warn (const char *fmt, ...); 848extern void rxvt_warn (const char *fmt, ...);
966extern void rxvt_fatal (const char *fmt, ...) __attribute__ ((noreturn)); 849extern void rxvt_fatal (const char *fmt, ...) __attribute__ ((noreturn));
1043 class keyboard_manager; 926 class keyboard_manager;
1044#endif 927#endif
1045 928
1046struct rxvt_term : zero_initialized, rxvt_vars { 929struct rxvt_term : zero_initialized, rxvt_vars {
1047 log_callback *log_hook; // log error messages through this hook, if != 0 930 log_callback *log_hook; // log error messages through this hook, if != 0
931 getfd_callback *getfd_hook; // convert remote to local fd, if != 0
932
933#if ENABLE_PERL
934 void *self; // perl's $self
935#endif
1048 936
1049 struct mbstate mbstate; // current input multibyte state 937 struct mbstate mbstate; // current input multibyte state
1050 938
1051 unsigned char want_refresh:1, 939 unsigned char want_refresh:1,
1052#ifdef TRANSPARENT 940#ifdef TRANSPARENT
1257 // ISO 14755 entry support 1145 // ISO 14755 entry support
1258 unicode_t iso14755buf; 1146 unicode_t iso14755buf;
1259 void commit_iso14755 (); 1147 void commit_iso14755 ();
1260 int hex_keyval (XKeyEvent &ev); 1148 int hex_keyval (XKeyEvent &ev);
1261# if ISO_14755 1149# if ISO_14755
1262 void iso14755_51 (unicode_t ch, rend_t r = DEFAULT_RSTYLE); 1150 void iso14755_51 (unicode_t ch, rend_t r = DEFAULT_RSTYLE, int x = 0, int y = -1);
1263 void iso14755_54 (int x, int y); 1151 void iso14755_54 (int x, int y);
1264# endif 1152# endif
1265#endif 1153#endif
1266 1154
1267 // modifies first argument(!) 1155 // modifies first argument(!)
1321 1209
1322 void tt_winch (); 1210 void tt_winch ();
1323 1211
1324 rxvt_term (); 1212 rxvt_term ();
1325 ~rxvt_term (); 1213 ~rxvt_term ();
1214 void child_exit (); // child has exited, usually destroys
1326 void destroy (); 1215 void destroy ();
1327 void emergency_cleanup (); 1216 void emergency_cleanup ();
1328 1217
1329 bool init (int argc, const char *const *argv); 1218 bool init (int argc, const char *const *argv);
1330 bool init_vars (); 1219 bool init_vars ();
1467 { 1356 {
1468 l.t = (text_t *)talloc->alloc (); 1357 l.t = (text_t *)talloc->alloc ();
1469 l.r = (rend_t *)ralloc->alloc (); 1358 l.r = (rend_t *)ralloc->alloc ();
1470 } 1359 }
1471 1360
1361#if 0
1472 void lfree (line_t &l) 1362 void lfree (line_t &l)
1473 { 1363 {
1474 talloc->free (l.t); 1364 talloc->free (l.t);
1475 ralloc->free (l.r); 1365 ralloc->free (l.r);
1476 } 1366 }
1367#endif
1477 1368
1478 void lresize (line_t &l) 1369 void lresize (line_t &l)
1479 { 1370 {
1480 if (!l.t) 1371 if (!l.t)
1481 return; 1372 return;
1487 1378
1488 if (ncol > prev_ncol) 1379 if (ncol > prev_ncol)
1489 scr_blank_line (l, prev_ncol, ncol - prev_ncol, DEFAULT_RSTYLE); 1380 scr_blank_line (l, prev_ncol, ncol - prev_ncol, DEFAULT_RSTYLE);
1490 } 1381 }
1491 1382
1383 int fgcolor_of (rend_t r)
1384 {
1385 int base = GET_BASEFG (r);
1386#ifndef NO_BRIGHTCOLOR
1387 if (r & RS_Bold
1388# if ENABLE_STYLES
1389 && OPTION (Opt_intensityStyles)
1390# endif
1391 && IN_RANGE_INC (base, minCOLOR, minBrightCOLOR))
1392 base += minBrightCOLOR - minCOLOR;
1393#endif
1394 return base;
1395 }
1396
1397 int bgcolor_of (rend_t r)
1398 {
1399 int base = GET_BASEBG (r);
1400#ifndef NO_BRIGHTCOLOR
1401 if (r & RS_Blink
1402# if ENABLE_STYLES
1403 && OPTION (Opt_intensityStyles)
1404# endif
1405 && IN_RANGE_INC (base, minCOLOR, minBrightCOLOR))
1406 base += minBrightCOLOR - minCOLOR;
1407#endif
1408 return base;
1409 }
1410
1492 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs); 1411 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs);
1493 void scr_blank_screen_mem (line_t &l, rend_t efs); 1412 void scr_blank_screen_mem (line_t &l, rend_t efs);
1494 int scr_scroll_text (int row1, int row2, int count); 1413 int scr_scroll_text (int row1, int row2, int count);
1495 void scr_reset (); 1414 void scr_reset ();
1496 void scr_reset_realloc ();
1497 void scr_release (); 1415 void scr_release ();
1498 void scr_clear (bool really = false); 1416 void scr_clear (bool really = false);
1499 void scr_refresh (unsigned char refresh_type); 1417 void scr_refresh (unsigned char refresh_type);
1500 bool scr_refresh_rend (rend_t mask, rend_t value); 1418 bool scr_refresh_rend (rend_t mask, rend_t value);
1501 void scr_erase_screen (int mode); 1419 void scr_erase_screen (int mode);
1549 void selection_property (Window win, Atom prop); 1467 void selection_property (Window win, Atom prop);
1550 void selection_request (Time tm, int x, int y); 1468 void selection_request (Time tm, int x, int y);
1551 int selection_request_other (Atom target, int selnum); 1469 int selection_request_other (Atom target, int selnum);
1552 void selection_clear (); 1470 void selection_clear ();
1553 void selection_make (Time tm); 1471 void selection_make (Time tm);
1472 bool selection_grab (Time tm);
1554 void selection_start_colrow (int col, int row); 1473 void selection_start_colrow (int col, int row);
1555 void selection_delimit_word (enum page_dirn dirn, const row_col_t *mark, row_col_t *ret); 1474 void selection_delimit_word (enum page_dirn dirn, const row_col_t *mark, row_col_t *ret);
1556 void selection_extend_colrow (int32_t col, int32_t row, int button3, int buttonpress, int clickchange); 1475 void selection_extend_colrow (int32_t col, int32_t row, int button3, int buttonpress, int clickchange);
1557 void selection_remove_trailing_spaces (); 1476 void selection_remove_trailing_spaces ();
1558 void selection_send (const XSelectionRequestEvent &rq); 1477 void selection_send (const XSelectionRequestEvent &rq);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines