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.8 by pcg, Thu Nov 27 10:12:10 2003 UTC vs.
Revision 1.18 by pcg, Thu Dec 18 13:33:03 2003 UTC

1/* 1/*
2 * $Id: rxvt.h,v 1.8 2003/11/27 10:12:10 pcg Exp $ 2 * $Id: rxvt.h,v 1.18 2003/12/18 13:33:03 pcg Exp $
3 */ 3 */
4 4
5#ifndef _RXVT_H_ /* include once only */ 5#ifndef _RXVT_H_ /* include once only */
6#define _RXVT_H_ 6#define _RXVT_H_
7 7
15#include <X11/Xatom.h> 15#include <X11/Xatom.h>
16 16
17#include "defaultfont.h" 17#include "defaultfont.h"
18#include "rxvtcolor.h" 18#include "rxvtcolor.h"
19#include "iom.h" 19#include "iom.h"
20#include "salloc.h"
21
22#include <wchar.h>
20 23
21/* 24/*
22 ***************************************************************************** 25 *****************************************************************************
23 * SYSTEM HACKS 26 * SYSTEM HACKS
24 ***************************************************************************** 27 *****************************************************************************
480 Rs_backgroundPixmap, 483 Rs_backgroundPixmap,
481#endif 484#endif
482#if (MENUBAR_MAX) 485#if (MENUBAR_MAX)
483 Rs_menu, 486 Rs_menu,
484#endif 487#endif
485#ifndef NO_BOLDFONT
486 Rs_boldFont,
487#endif
488#ifdef GREEK_SUPPORT 488#ifdef GREEK_SUPPORT
489 Rs_greek_keyboard, 489 Rs_greek_keyboard,
490 Rs_greektoggle_key, 490 Rs_greektoggle_key,
491#endif 491#endif
492 Rs_loginShell, 492 Rs_loginShell,
551 Rs_answerbackstring, 551 Rs_answerbackstring,
552 Rs_tripleclickwords, 552 Rs_tripleclickwords,
553 Rs_cursorBlink, 553 Rs_cursorBlink,
554 Rs_pointerBlank, 554 Rs_pointerBlank,
555 Rs_pointerBlankDelay, 555 Rs_pointerBlankDelay,
556 Rs_imLocale,
556 NUM_RESOURCES 557 NUM_RESOURCES
557};
558
559enum {
560 TIMEOUT_INCR = 0,
561 NUM_TIMEOUTS
562}; 558};
563 559
564enum { 560enum {
565 XA_COMPOUND_TEXT = 0, 561 XA_COMPOUND_TEXT = 0,
566 XA_MULTIPLE, 562 XA_MULTIPLE,
666#define STRLEN(x) strlen((const char *)(x)) 662#define STRLEN(x) strlen((const char *)(x))
667#define STRCHR(x, y) strchr((const char *)(x), (int)(y)) 663#define STRCHR(x, y) strchr((const char *)(x), (int)(y))
668#define STRRCHR(x, y) strrchr((const char *)(x), (int)(y)) 664#define STRRCHR(x, y) strrchr((const char *)(x), (int)(y))
669 665
670/* convert pixel dimensions to row/column values. Everything as int32_t */ 666/* convert pixel dimensions to row/column values. Everything as int32_t */
671#define Pixel2Col(x) Pixel2Width((int32_t)(x) - (int32_t)R->TermWin.int_bwidth) 667#define Pixel2Col(x) Pixel2Width((int32_t)(x) - (int32_t)TermWin.int_bwidth)
672#define Pixel2Row(y) Pixel2Height((int32_t)(y) - (int32_t)R->TermWin.int_bwidth) 668#define Pixel2Row(y) Pixel2Height((int32_t)(y) - (int32_t)TermWin.int_bwidth)
673#define Pixel2Width(x) ((int32_t)(x) / (int32_t)R->TermWin.fwidth) 669#define Pixel2Width(x) ((int32_t)(x) / (int32_t)TermWin.fwidth)
674#define Pixel2Height(y) ((int32_t)(y) / (int32_t)R->TermWin.fheight) 670#define Pixel2Height(y) ((int32_t)(y) / (int32_t)TermWin.fheight)
675#define Col2Pixel(col) ((int32_t)Width2Pixel(col) + (int32_t)R->TermWin.int_bwidth) 671#define Col2Pixel(col) ((int32_t)Width2Pixel(col) + (int32_t)TermWin.int_bwidth)
676#define Row2Pixel(row) ((int32_t)Height2Pixel(row) + (int32_t)R->TermWin.int_bwidth) 672#define Row2Pixel(row) ((int32_t)Height2Pixel(row) + (int32_t)TermWin.int_bwidth)
677#define Width2Pixel(n) ((int32_t)(n) * (int32_t)R->TermWin.fwidth) 673#define Width2Pixel(n) ((int32_t)(n) * (int32_t)TermWin.fwidth)
678#define Height2Pixel(n) ((int32_t)(n) * (int32_t)R->TermWin.fheight) 674#define Height2Pixel(n) ((int32_t)(n) * (int32_t)TermWin.fheight)
679 675
680#define TermWin_TotalWidth() ((int32_t)R->TermWin.width + 2 * (int32_t)R->TermWin.int_bwidth) 676#define TermWin_TotalWidth() ((int32_t)TermWin.width + 2 * (int32_t)TermWin.int_bwidth)
681#define TermWin_TotalHeight() ((int32_t)R->TermWin.height + 2 * (int32_t)R->TermWin.int_bwidth) 677#define TermWin_TotalHeight() ((int32_t)TermWin.height + 2 * (int32_t)TermWin.int_bwidth)
682 678
683#define Xscreen DefaultScreen(R->Xdisplay) 679#define Xscreen DefaultScreen(R->Xdisplay)
684#define Xroot DefaultRootWindow(R->Xdisplay) 680#define Xroot DefaultRootWindow(R->Xdisplay)
685 681
686/* how to build & extract colors and attributes */ 682/* how to build & extract colors and attributes */
718 714
719#define SET_PIXCOLOR(h, x) ((h)->pixcolor_set[(x) / NPIXCLR_BITS] |= (1 << ((x) % NPIXCLR_BITS))) 715#define SET_PIXCOLOR(h, x) ((h)->pixcolor_set[(x) / NPIXCLR_BITS] |= (1 << ((x) % NPIXCLR_BITS)))
720#define ISSET_PIXCOLOR(h, x) ((h)->pixcolor_set[(x) / NPIXCLR_BITS] & (1 << ((x) % NPIXCLR_BITS))) 716#define ISSET_PIXCOLOR(h, x) ((h)->pixcolor_set[(x) / NPIXCLR_BITS] & (1 << ((x) % NPIXCLR_BITS)))
721 717
722#ifdef HAVE_SCROLLBARS 718#ifdef HAVE_SCROLLBARS
723# define scrollbar_TotalWidth() (R->scrollBar.width + R->sb_shadow * 2) 719# define scrollbar_TotalWidth() (scrollBar.width + sb_shadow * 2)
724#else 720#else
725# define scrollbar_TotalWidth() (0) 721# define scrollbar_TotalWidth() (0)
726#endif 722#endif
727#define scrollbar_isMotion() (R->scrollBar.state == 'm') 723#define scrollbar_isMotion() (R->scrollBar.state == 'm')
728#define scrollbar_isUp() (R->scrollBar.state == 'U') 724#define scrollbar_isUp() (R->scrollBar.state == 'U')
729#define scrollbar_isDn() (R->scrollBar.state == 'D') 725#define scrollbar_isDn() (R->scrollBar.state == 'D')
730#define scrollbar_isUpDn() isupper (R->scrollBar.state) 726#define scrollbar_isUpDn() isupper (R->scrollBar.state)
731#define isScrollbarWindow(w) (R->scrollBar.state && (w) == R->scrollBar.win) 727#define isScrollbarWindow(w) (R->scrollBar.state && (w) == R->scrollBar.win)
732
733#define scrollbar_setIdle() R->scrollBar.state = 1
734#define scrollbar_setMotion() R->scrollBar.state = 'm'
735#define scrollbar_setUp() R->scrollBar.state = 'U'
736#define scrollbar_setDn() R->scrollBar.state = 'D'
737 728
738#define scrollbarnext_dnval() (R->scrollBar.end + (R->scrollBar.width + 1)) 729#define scrollbarnext_dnval() (R->scrollBar.end + (R->scrollBar.width + 1))
739#define scrollbarnext_upButton(y) ((y) > R->scrollBar.end \ 730#define scrollbarnext_upButton(y) ((y) > R->scrollBar.end \
740 && (y) <= scrollbarnext_dnval()) 731 && (y) <= scrollbarnext_dnval())
741#define scrollbarnext_dnButton(y) ((y) > scrollbarnext_dnval()) 732#define scrollbarnext_dnButton(y) ((y) > scrollbarnext_dnval())
754#define scrollbar_size() (R->scrollBar.end - R->scrollBar.beg \ 745#define scrollbar_size() (R->scrollBar.end - R->scrollBar.beg \
755 - scrollbar_minheight()) 746 - scrollbar_minheight())
756 747
757#if (MENUBAR_MAX > 1) 748#if (MENUBAR_MAX > 1)
758/* rendition style flags */ 749/* rendition style flags */
759# define menuBar_height() (R->TermWin.fheight + SHADOW) 750# define menuBar_height() (TermWin.fheight + SHADOW)
760# define menuBar_TotalHeight() (menuBar_height() + SHADOW + menuBar_margin) 751# define menuBar_TotalHeight() (menuBar_height() + SHADOW + menuBar_margin)
761# define isMenuBarWindow(w) ((w) == R->menuBar.win) 752# define isMenuBarWindow(w) ((w) == R->menuBar.win)
762#else 753#else
763# define menuBar_height() (0) 754# define menuBar_height() (0)
764# define menuBar_TotalHeight() (0) 755# define menuBar_TotalHeight() (0)
773 764
774#ifndef STRICT_FONT_CHECKING 765#ifndef STRICT_FONT_CHECKING
775# define rxvt_get_fontwidest(font) ((font)->max_bounds.width) 766# define rxvt_get_fontwidest(font) ((font)->max_bounds.width)
776#endif 767#endif
777 768
778#define rxvt_Gr_ButtonPress(x,y) rxvt_Gr_ButtonReport (r, 'P',(x),(y)) 769#define rxvt_Gr_ButtonPress(x,y) rxvt_Gr_ButtonReport (R, 'P',(x),(y))
779#define rxvt_Gr_ButtonRelease(x,y) rxvt_Gr_ButtonReport (r, 'R',(x),(y)) 770#define rxvt_Gr_ButtonRelease(x,y) rxvt_Gr_ButtonReport (R, 'R',(x),(y))
780 771
781#ifdef UTMP_SUPPORT 772#ifdef UTMP_SUPPORT
782# if !defined(RXVT_UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX) 773# if !defined(RXVT_UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX)
783# undef HAVE_UTMPX_H 774# undef HAVE_UTMPX_H
784# undef HAVE_STRUCT_UTMPX 775# undef HAVE_STRUCT_UTMPX
842#endif 833#endif
843 834
844#define BLINK_INTERVAL 0.5 835#define BLINK_INTERVAL 0.5
845 836
846struct mbstate { 837struct mbstate {
847 unsigned char orig; 838 mbstate_t mbs;
848 uint32_t reg;
849 int cnt;
850 839
851 mbstate () 840 mbstate ()
852 { 841 {
853 cnt = 0; 842 MEMSET (&mbs, 0, sizeof (mbs));
854 } 843 }
855}; 844};
856 845
857struct rxvt_term : rxvt_vars { 846struct rxvt_term : rxvt_vars {
858 struct mbstate mbstate; 847 struct mbstate mbstate;
859#ifdef __GNUC__ 848
860 unsigned char want_refresh:1, 849 unsigned char want_refresh:1,
861 want_full_refresh:1, 850#ifdef TRANSPARENT
862 am_transparent:1, 851 want_full_refresh:1, /* awaiting full screen refresh */
863 am_pixmap_trans:1, 852#endif
864 current_screen:1, 853#if defined(XPM_BACKGROUND) || defined(TRANSPARENT)
865 hate_those_clicks:1, 854 am_transparent:1, /* is a transparent term */
855 am_pixmap_trans:1, /* transparency w/known root pixmap */
856#endif
857 current_screen:1, /* primary or secondary */
858 hate_those_clicks:1, /* a.k.a. keep mark position */
866 num_scr_allow:1, 859 num_scr_allow:1,
867 bypass_keystate:1; 860 bypass_keystate:1,
868 unsigned char chstat:1, 861#ifdef CURSOR_BLINK
869 lost_multi:1,
870 multi_byte:1,
871 hidden_cursor:1, 862 hidden_cursor:1,
863#endif
864#ifdef POINTER_BLANK
872 hidden_pointer:1, 865 hidden_pointer:1,
866#endif
873 parsed_geometry:1; 867 parsed_geometry:1,
874#else 868 seen_input:1, /* wether any input has been seen so far */
875 unsigned char want_refresh, 869 enc_utf8:1; /* wether terminal reads/writes utf-8 */
876# ifdef TRANSPARENT
877 want_full_refresh, /* awaiting full screen refresh */
878# endif
879# if defined(XPM_BACKGROUND) || defined(TRANSPARENT)
880 am_transparent, /* is a transparent term */
881 am_pixmap_trans, /* transparency w/known root pixmap */
882# endif
883 current_screen, /* primary or secondary */
884 hate_those_clicks, /* a.k.a. keep mark position */
885 num_scr_allow,
886 bypass_keystate,
887# ifdef MULTICHAR_SET
888 chstat,
889 lost_multi, /* set ==> we only got half a glyph */
890 multi_byte, /* set ==> currently using 2 bytes per glyph */
891# endif
892# ifdef CURSOR_BLINK
893 hidden_cursor,
894# endif
895# ifdef POINTER_BLANK
896 hidden_pointer,
897# endif
898 parsed_geometry;
899#endif /* !__GNUC__ */
900 870
901 unsigned char refresh_type, 871 unsigned char refresh_type,
902#ifdef UTMP_SUPPORT 872#ifdef UTMP_SUPPORT
903 next_utmp_action, 873 next_utmp_action,
904#endif 874#endif
915#ifdef GREEK_SUPPORT 885#ifdef GREEK_SUPPORT
916 short greek_mode; /* greek keyboard mode */ 886 short greek_mode; /* greek keyboard mode */
917#endif 887#endif
918 short rvideo; 888 short rvideo;
919 int16_t num_scr; /* screen: number lines scrolled */ 889 int16_t num_scr; /* screen: number lines scrolled */
920 uint16_t prev_ncol, /* screen: previous number of columns */ 890 uint16_t prev_ncol, /* screen: previous number of columns */
921 prev_nrow; /* screen: previous number of rows */ 891 prev_nrow; /* screen: previous number of rows */
922#ifdef RXVT_GRAPHICS 892#ifdef RXVT_GRAPHICS
923 uint16_t gr_prev_start; 893 uint16_t gr_prev_start;
924#endif 894#endif
925/* ---------- */ 895/* ---------- */
926 rend_t rstyle; 896 rend_t rstyle;
927/* ---------- */ 897/* ---------- */
928 uint32_t pixcolor_set[NPIXCLR_SETS]; 898 uint32_t pixcolor_set[NPIXCLR_SETS];
929/* ---------- */ 899/* ---------- */
930#ifdef SELECTION_SCROLLING 900#ifdef SELECTION_SCROLLING
931 int scroll_selection_delay, 901 int scroll_selection_delay,
932 scroll_selection_lines; 902 scroll_selection_lines;
933 enum page_dirn scroll_selection_dir; 903 enum page_dirn scroll_selection_dir;
956 currmaxcol, 926 currmaxcol,
957#ifdef MENUBAR 927#ifdef MENUBAR
958 menu_readonly, /* okay to alter menu? */ 928 menu_readonly, /* okay to alter menu? */
959 Arrows_x, 929 Arrows_x,
960#endif 930#endif
961#if (MENUBAR_MAX > 1) 931#if MENUBAR_MAX > 1
962 Nbars, 932 Nbars,
963#endif 933#endif
964 window_vt_x, 934 window_vt_x,
965 window_vt_y, 935 window_vt_y,
966 window_sb_x, 936 window_sb_x,
1089 struct timeval lastcursorchange; 1059 struct timeval lastcursorchange;
1090#endif 1060#endif
1091#ifdef POINTER_BLANK 1061#ifdef POINTER_BLANK
1092 struct timeval lastmotion; 1062 struct timeval lastmotion;
1093#endif 1063#endif
1094 struct timeval timeout[NUM_TIMEOUTS];
1095 1064
1096/* these three don't need to be kept but do so to placate some mem checkers */ 1065/* these three don't need to be kept but do so to placate some mem checkers */
1097 char *env_windowid; /* environmental variable WINDOWID */ 1066 char *env_windowid; /* environmental variable WINDOWID */
1098 char *env_display; /* environmental variable DISPLAY */ 1067 char *env_display; /* environmental variable DISPLAY */
1099 char *env_term; /* environmental variable TERM */ 1068 char *env_term; /* environmental variable TERM */
1100 char *env_colorfgbg; 1069 char *env_colorfgbg;
1101 char *buffer; 1070 char *buffer;
1102 char *locale; 1071 char *locale;
1072 char *codeset;
1103 char charsets[4]; 1073 char charsets[4];
1104 unsigned char *v_buffer; /* pointer to physical buffer */ 1074 unsigned char *v_buffer; /* pointer to physical buffer */
1105 unsigned char *v_bufstr; /* beginning of area to write */
1106 unsigned char *v_bufptr; /* end of area to write */ 1075 unsigned int v_buflen; /* size of area to write */
1107 unsigned char *v_bufend; /* end of physical buffer */
1108 char *newfont[MAX_NFONTS]; 1076 char *newfont[MAX_NFONTS];
1109#ifdef KEYSYM_RESOURCE 1077#ifdef KEYSYM_RESOURCE
1110 const unsigned char *Keysym_map[256]; 1078 const unsigned char *Keysym_map[256];
1111#endif 1079#endif
1112 const char *rs[NUM_RESOURCES]; 1080 const char *rs[NUM_RESOURCES];
1113/* command input buffering */ 1081/* command input buffering */
1114 unsigned char *cmdbuf_ptr, *cmdbuf_endp; 1082 unsigned char *cmdbuf_ptr, *cmdbuf_endp;
1115 unsigned char cmdbuf_base[BUFSIZ]; 1083 unsigned char cmdbuf_base[BUFSIZ];
1116 unsigned char kbuf[KBUFSZ]; 1084 unsigned char kbuf[KBUFSZ];
1117 1085
1086 rxvt_salloc *ralloc;
1087 rxvt_salloc *talloc;
1088
1089 void paste (const unsigned char *data, unsigned int len);
1090
1091 void flush ();
1092
1093 void check_cb (check_watcher &w); check_watcher check_ev;
1118 void destroy_cb (time_watcher &w); time_watcher destroy_ev; 1094 void destroy_cb (time_watcher &w); time_watcher destroy_ev;
1119 1095
1120 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev; 1096 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev;
1121 void x_cb (io_watcher &w, short revents); io_watcher x_ev; 1097 void x_cb (io_watcher &w, short revents); io_watcher x_ev;
1098
1099 void incr_cb (time_watcher &w); time_watcher incr_ev;
1122 1100
1123#ifdef CURSOR_BLINK 1101#ifdef CURSOR_BLINK
1124 void blink_cb (time_watcher &w); time_watcher blink_ev; 1102 void blink_cb (time_watcher &w); time_watcher blink_ev;
1125#endif 1103#endif
1126 1104
1128 void pointer_cb (time_watcher &w); time_watcher pointer_ev; 1106 void pointer_cb (time_watcher &w); time_watcher pointer_ev;
1129 void pointer_blank (); 1107 void pointer_blank ();
1130 void pointer_unblank (); 1108 void pointer_unblank ();
1131#endif 1109#endif
1132 1110
1133 void flush (); 1111 void tt_printf (const char *fmt,...);
1112 void tt_write (const unsigned char *data, unsigned int len);
1113
1114 void tt_winch ();
1134 1115
1135 rxvt_term (); 1116 rxvt_term ();
1136 ~rxvt_term (); 1117 ~rxvt_term ();
1137 void destroy (); 1118 void destroy ();
1138 1119
1144 bool pty_fill (); 1125 bool pty_fill ();
1145 void process_x_events (); 1126 void process_x_events ();
1146 1127
1147 void *operator new (size_t s); 1128 void *operator new (size_t s);
1148 void operator delete (void *p, size_t s); 1129 void operator delete (void *p, size_t s);
1130
1131 void init_secondary ();
1132 const char **init_resources (int argc, const char *const *argv);
1133 void init_env ();
1134 void set_locale (const char *locale);
1135 void init_xlocale ();
1136 void init_command (const char *const *argv);
1137 int run_command (const char *const *argv);
1138 int run_child (const char *const *argv);
1139
1140 void color_aliases(int idx);
1141 void recolour_cursor ();
1142 void create_windows (int argc, const char *const *argv);
1143 void resize_all_windows (unsigned int width, unsigned int height, int ignoreparent);
1144 void window_calc (unsigned int width, unsigned int height);
1145 void set_preedit_area (XRectangle * preedit_rect, XRectangle * status_rect, XRectangle * needed_rect);
1146
1147#if USE_XIM
1148 void set_size (XRectangle *size);
1149 void set_position (XPoint *pos);
1150 void set_color (unsigned long *fg, unsigned long *bg);
1151#endif
1152
1153 void resize_scrollbar ();
1154
1155 void pixel_position (int *x, int *y);
1156
1157 void selection_click (int clicks, int x, int y);
1158 void selection_extend (int x, int y, int flag);
1159 void selection_rotate (int x, int y);
1160
1161 /* screen(!) */
1162 void scr_blank_line (text_t *et, rend_t *er, unsigned int width, rend_t efs);
1163 void scr_blank_screen_mem (text_t **tp, rend_t **rp, unsigned int row, rend_t efs);
1164 int scr_scroll_text (int row1, int row2, int count, int spec);
1165 void scr_reset ();
1166 void scr_reset_realloc ();
1167 void scr_release ();
1168 void scr_clear ();
1169 void scr_refresh (unsigned char refresh_type);
1170 void scr_erase_screen (int mode);
1171 void scr_touch (bool refresh);
1172 void scr_expose (int x, int y, int width, int height, bool refresh);
1149}; 1173};
1174
1175#define SET_LOCALE(locale) rxvt_set_locale (locale)
1176extern void rxvt_set_locale (const char *locale);
1150 1177
1151#ifndef __attribute__ 1178#ifndef __attribute__
1152# ifdef __GNUC__ 1179# ifdef __GNUC__
1153# if (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || (__GNUC__ < 2) 1180# if (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || (__GNUC__ < 2)
1154# define __attribute__(x) 1181# define __attribute__(x)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines