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.5 by pcg, Tue Nov 25 15:44:39 2003 UTC vs.
Revision 1.12 by pcg, Wed Dec 17 09:00:35 2003 UTC

1/* 1/*
2 * $Id: rxvt.h,v 1.5 2003/11/25 15:44:39 pcg Exp $ 2 * $Id: rxvt.h,v 1.12 2003/12/17 09:00:35 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"
20 21
21/* 22/*
22 ***************************************************************************** 23 *****************************************************************************
23 * SYSTEM HACKS 24 * SYSTEM HACKS
24 ***************************************************************************** 25 *****************************************************************************
555 Rs_pointerBlankDelay, 556 Rs_pointerBlankDelay,
556 NUM_RESOURCES 557 NUM_RESOURCES
557}; 558};
558 559
559enum { 560enum {
560 TIMEOUT_INCR = 0,
561 NUM_TIMEOUTS
562};
563
564enum {
565 XA_COMPOUND_TEXT = 0, 561 XA_COMPOUND_TEXT = 0,
566 XA_MULTIPLE, 562 XA_MULTIPLE,
567 XA_TARGETS, 563 XA_TARGETS,
568 XA_TEXT, 564 XA_TEXT,
569 XA_TIMESTAMP, 565 XA_TIMESTAMP,
854 } 850 }
855}; 851};
856 852
857struct rxvt_term : rxvt_vars { 853struct rxvt_term : rxvt_vars {
858 struct mbstate mbstate; 854 struct mbstate mbstate;
859#ifdef __GNUC__ 855
860 unsigned char want_refresh:1, 856 unsigned char want_refresh:1,
861 want_full_refresh:1, 857#ifdef TRANSPARENT
862 am_transparent:1, 858 want_full_refresh:1, /* awaiting full screen refresh */
863 am_pixmap_trans:1, 859#endif
864 current_screen:1, 860#if defined(XPM_BACKGROUND) || defined(TRANSPARENT)
865 hate_those_clicks:1, 861 am_transparent:1, /* is a transparent term */
862 am_pixmap_trans:1, /* transparency w/known root pixmap */
863#endif
864 current_screen:1, /* primary or secondary */
865 hate_those_clicks:1, /* a.k.a. keep mark position */
866 num_scr_allow:1, 866 num_scr_allow:1,
867 bypass_keystate:1; 867 bypass_keystate:1,
868 unsigned char chstat:1, 868#ifdef CURSOR_BLINK
869 lost_multi:1,
870 multi_byte:1,
871 hidden_cursor:1, 869 hidden_cursor:1,
870#endif
871#ifdef POINTER_BLANK
872 hidden_pointer:1, 872 hidden_pointer:1,
873#endif
873 parsed_geometry:1; 874 parsed_geometry:1,
874#else 875 seen_input:1; /* wether any input has been seen so far */
875 unsigned char want_refresh,
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 876
901 unsigned char refresh_type, 877 unsigned char refresh_type,
902#ifdef UTMP_SUPPORT 878#ifdef UTMP_SUPPORT
903 next_utmp_action, 879 next_utmp_action,
904#endif 880#endif
956 currmaxcol, 932 currmaxcol,
957#ifdef MENUBAR 933#ifdef MENUBAR
958 menu_readonly, /* okay to alter menu? */ 934 menu_readonly, /* okay to alter menu? */
959 Arrows_x, 935 Arrows_x,
960#endif 936#endif
961#if (MENUBAR_MAX > 1) 937#if MENUBAR_MAX > 1
962 Nbars, 938 Nbars,
963#endif 939#endif
964 window_vt_x, 940 window_vt_x,
965 window_vt_y, 941 window_vt_y,
966 window_sb_x, 942 window_sb_x,
1018#if (defined(HAVE_SETEUID) || defined(HAVE_SETREUID)) && !defined(__CYGWIN32__) 994#if (defined(HAVE_SETEUID) || defined(HAVE_SETREUID)) && !defined(__CYGWIN32__)
1019 uid_t euid; 995 uid_t euid;
1020 gid_t egid; 996 gid_t egid;
1021#endif 997#endif
1022/* ---------- */ 998/* ---------- */
1023 Cursor pointer_leftptr; 999 Cursor leftptr_cursor;
1024#ifdef POINTER_BLANK 1000#ifdef POINTER_BLANK
1025 Cursor pointer_blank; 1001 Cursor blank_cursor;
1026#endif 1002#endif
1027/* ---------- */ 1003/* ---------- */
1028 const char *ttydev; /* pty/tty name */ 1004 const char *ttydev; /* pty/tty name */
1029#ifndef NO_BACKSPACE_KEY 1005#ifndef NO_BACKSPACE_KEY
1030 const char *key_backspace; 1006 const char *key_backspace;
1089 struct timeval lastcursorchange; 1065 struct timeval lastcursorchange;
1090#endif 1066#endif
1091#ifdef POINTER_BLANK 1067#ifdef POINTER_BLANK
1092 struct timeval lastmotion; 1068 struct timeval lastmotion;
1093#endif 1069#endif
1094 struct timeval timeout[NUM_TIMEOUTS];
1095 1070
1096/* these three don't need to be kept but do so to placate some mem checkers */ 1071/* these three don't need to be kept but do so to placate some mem checkers */
1097 char *env_windowid; /* environmental variable WINDOWID */ 1072 char *env_windowid; /* environmental variable WINDOWID */
1098 char *env_display; /* environmental variable DISPLAY */ 1073 char *env_display; /* environmental variable DISPLAY */
1099 char *env_term; /* environmental variable TERM */ 1074 char *env_term; /* environmental variable TERM */
1100 char *env_colorfgbg; 1075 char *env_colorfgbg;
1101 char *buffer; 1076 char *buffer;
1102 char *locale; 1077 char *locale;
1103 char charsets[4]; 1078 char charsets[4];
1104 unsigned char *v_buffer; /* pointer to physical buffer */ 1079 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 */ 1080 unsigned int v_buflen; /* size of area to write */
1107 unsigned char *v_bufend; /* end of physical buffer */
1108 char *newfont[MAX_NFONTS]; 1081 char *newfont[MAX_NFONTS];
1109#ifdef KEYSYM_RESOURCE 1082#ifdef KEYSYM_RESOURCE
1110 const unsigned char *Keysym_map[256]; 1083 const unsigned char *Keysym_map[256];
1111#endif 1084#endif
1112 const char *rs[NUM_RESOURCES]; 1085 const char *rs[NUM_RESOURCES];
1113/* command input buffering */ 1086/* command input buffering */
1114 unsigned char *cmdbuf_ptr, *cmdbuf_endp; 1087 unsigned char *cmdbuf_ptr, *cmdbuf_endp;
1115 unsigned char cmdbuf_base[BUFSIZ]; 1088 unsigned char cmdbuf_base[BUFSIZ];
1116 unsigned char kbuf[KBUFSZ]; 1089 unsigned char kbuf[KBUFSZ];
1117 1090
1091 rxvt_salloc *ralloc;
1092 rxvt_salloc *talloc;
1093
1094 void paste (const unsigned char *data, unsigned int len);
1095
1096 void flush ();
1097
1098 void check_cb (check_watcher &w); check_watcher check_ev;
1099 void destroy_cb (time_watcher &w); time_watcher destroy_ev;
1100
1118 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev; 1101 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev;
1119 void x_cb (io_watcher &w, short revents); io_watcher x_ev; 1102 void x_cb (io_watcher &w, short revents); io_watcher x_ev;
1120 1103
1104 void incr_cb (time_watcher &w); time_watcher incr_ev;
1105
1121#ifdef CURSOR_BLINK 1106#ifdef CURSOR_BLINK
1122 void blink_cb (time_watcher &w); time_watcher blink_ev; 1107 void blink_cb (time_watcher &w); time_watcher blink_ev;
1123#endif 1108#endif
1124 1109
1125 void flush (); 1110#ifdef POINTER_BLANK
1111 void pointer_cb (time_watcher &w); time_watcher pointer_ev;
1112 void pointer_blank ();
1113 void pointer_unblank ();
1114#endif
1115
1116 void tt_printf (const char *fmt,...);
1117 void tt_write (const unsigned char *data, unsigned int len);
1118
1119 void tt_winch ();
1126 1120
1127 rxvt_term (); 1121 rxvt_term ();
1128 ~rxvt_term (); 1122 ~rxvt_term ();
1123 void destroy ();
1129 1124
1130 bool init (int argc, const char *const *argv); 1125 bool init (int argc, const char *const *argv);
1131 bool init_vars (); 1126 bool init_vars ();
1132 1127
1133 uint32_t next_char (); 1128 uint32_t next_char ();
1134 1129
1135 bool pty_fill (size_t count); 1130 bool pty_fill ();
1136 void process_x_events (); 1131 void process_x_events ();
1137 1132
1138 void *operator new (size_t s); 1133 void *operator new (size_t s);
1139 void operator delete (void *p, size_t s); 1134 void operator delete (void *p, size_t s);
1135
1136 /* screen(!) */
1137 void scr_blank_line (text_t *et, rend_t *er, unsigned int width, rend_t efs);
1138 void scr_blank_screen_mem (text_t **tp, rend_t **rp, unsigned int row, rend_t efs);
1139 int scr_scroll_text (int row1, int row2, int count, int spec);
1140 void scr_reset ();
1141 void scr_reset_realloc ();
1142 void scr_release ();
1140}; 1143};
1141 1144
1142#ifndef __attribute__ 1145#ifndef __attribute__
1143# ifdef __GNUC__ 1146# ifdef __GNUC__
1144# if (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || (__GNUC__ < 2) 1147# if (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || (__GNUC__ < 2)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines