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

Comparing rxvt-unicode/src/rxvtlib.h.in (file contents):
Revision 1.2 by pcg, Mon Nov 24 17:31:27 2003 UTC vs.
Revision 1.3 by pcg, Tue Nov 25 11:52:42 2003 UTC

1/* 1/*
2 * $Id: rxvtlib.h.in,v 1.2 2003/11/24 17:31:27 pcg Exp $ 2 * $Id: rxvtlib.h.in,v 1.3 2003/11/25 11:52:42 pcg Exp $
3 */ 3 */
4 4
5#ifndef _RXVTLIB_H_ /* include once only */ 5#ifndef _RXVTLIB_H_ /* include once only */
6#define _RXVTLIB_H_ 6#define _RXVTLIB_H_
7 7
8/* 8/*
9 * section 1 generated by GNU autoconf for @build@ 9 * section 1 generated by GNU autoconf for @build@
10 * this section may be changed as appropriate _before_ building 10 * this section may be changed as appropriate _before_ building
43 43
44#include <sys/wait.h> 44#include <sys/wait.h>
45#include <sys/stat.h> 45#include <sys/stat.h>
46 46
47extern "C" { 47extern "C" {
48#include <X11/Intrinsic.h> /* Xlib, Xutil, Xresource, Xfuncproto */ 48#include <X11/Intrinsic.h> /* Xlib, Xutil, Xresource, Xfuncproto */
49} 49}
50 50
51/* 51/*
52 * If we haven't pulled in typedef's like int16_t then do them ourself 52 * If we haven't pulled in typedef's like int16_t then do them ourself
53 * type of (normal and unsigned) basic sizes 53 * type of (normal and unsigned) basic sizes
67 * DO NOT TOUCH ANYTHING BELOW HERE * 67 * DO NOT TOUCH ANYTHING BELOW HERE *
68 *****************************************************************************/ 68 *****************************************************************************/
69 69
70struct rxvt_fontset; 70struct rxvt_fontset;
71struct rxvt_color; 71struct rxvt_color;
72struct rxvt_vars; /* defined later on */ 72struct rxvt_vars; /* defined later on */
73struct rxvt_hidden; /* not defined here */ 73struct rxvt_term;
74 74
75typedef struct rxvt_term *rxvt_t;
76
75extern struct rxvt_vars *rxvt_current_term; 77extern rxvt_t rxvt_current_term;
78
79#define EXPLICIT_CONTEXT 1
76 80
77#if EXPLICIT_CONTEXT 81#if EXPLICIT_CONTEXT
78 82
79# define pR struct rxvt_vars *rxvt_term 83# define pR rxvt_t rxvt_term
80# define aR rxvt_term 84# define aR rxvt_term
81# define pR_ pR, 85# define pR_ pR,
82# define aR_ aR, 86# define aR_ aR,
83 87
84# define R rxvt_term 88# define R rxvt_term
98# define SET_R(r) rxvt_current_term = (r) 102# define SET_R(r) rxvt_current_term = (r)
99# define GET_R R 103# define GET_R R
100 104
101#endif 105#endif
102 106
103#define dR rxvt_t *rxvt_term = GET_R 107#define dR rxvt_t rxvt_term = GET_R
104 108
105#define scrollbar_visible(rxvtvars) ((rxvtvars)->scrollBar.state) 109#define scrollbar_visible(rxvtvars) ((rxvtvars)->scrollBar.state)
106#define menubar_visible(rxvtvars) ((rxvtvars)->menuBar.state) 110#define menubar_visible(rxvtvars) ((rxvtvars)->menuBar.state)
107 111
108typedef struct { 112typedef struct {
109 int32_t row; 113 int32_t row;
110 int32_t col; 114 int32_t col;
111} row_col_t; 115} row_col_t;
112 116
113#if UNICODE3 117#if UNICODE3
114typedef uint32_t text_t; 118typedef uint32_t text_t;
115#else 119#else
127 * nscrolled : 0 <= nscrolled <= saveLines 131 * nscrolled : 0 <= nscrolled <= saveLines
128 * view_start: 0 <= view_start <= nscrolled 132 * view_start: 0 <= view_start <= nscrolled
129 */ 133 */
130 134
131typedef struct { 135typedef struct {
132 uint16_t width; /* window width [pixels] */ 136 uint16_t width; /* window width [pixels] */
133 uint16_t height; /* window height [pixels] */ 137 uint16_t height; /* window height [pixels] */
134 uint16_t fwidth; /* font width [pixels] */ 138 uint16_t fwidth; /* font width [pixels] */
135 uint16_t fheight; /* font height [pixels] */ 139 uint16_t fheight; /* font height [pixels] */
136 uint16_t fbase; /* font ascent (baseline) [pixels] */ 140 uint16_t fbase; /* font ascent (baseline) [pixels] */
137 uint16_t propfont; /* font proportional flags */ 141 uint16_t propfont; /* font proportional flags */
138 uint16_t ncol; /* window columns [characters] */ 142 uint16_t ncol; /* window columns [characters] */
139 uint16_t nrow; /* window rows [characters] */ 143 uint16_t nrow; /* window rows [characters] */
140 uint16_t focus; /* window has focus */ 144 uint16_t focus; /* window has focus */
141 uint16_t mapped; /* window state mapped? */ 145 uint16_t mapped; /* window state mapped? */
142 uint16_t int_bwidth; /* internal border width */ 146 uint16_t int_bwidth; /* internal border width */
143 uint16_t ext_bwidth; /* external border width */ 147 uint16_t ext_bwidth; /* external border width */
144 uint16_t lineSpace; /* number of extra pixels between rows */ 148 uint16_t lineSpace; /* number of extra pixels between rows */
145 uint16_t saveLines; /* number of lines that fit in scrollback */ 149 uint16_t saveLines; /* number of lines that fit in scrollback */
146 uint16_t nscrolled; /* number of line actually scrolled */ 150 uint16_t nscrolled; /* number of line actually scrolled */
147 uint16_t view_start; /* scrollback view starts here */ 151 uint16_t view_start; /* scrollback view starts here */
148 Window parent[6]; /* parent identifiers - we're parent[0] */ 152 Window parent[6]; /* parent identifiers - we're parent[0] */
149 Window vt; /* vt100 window */ 153 Window vt; /* vt100 window */
150 GC gc; /* GC for drawing */ 154 GC gc; /* GC for drawing */
151 Pixmap pixmap; 155 Pixmap pixmap;
152 rxvt_fontset *fontset; 156 rxvt_fontset *fontset;
153} TermWin_t; 157} TermWin_t;
154 158
155/* 159/*
156 * screen accounting: 160 * screen accounting:
157 * screen_t elements 161 * screen_t elements
180 * scrollback region : we're only here if TermWin.view_start != 0 184 * scrollback region : we're only here if TermWin.view_start != 0
181 * Rows [TermWin.saveLines] ... [TermWin.saveLines + TermWin.nrow - 1] 185 * Rows [TermWin.saveLines] ... [TermWin.saveLines + TermWin.nrow - 1]
182 * normal `unscrolled' screen region 186 * normal `unscrolled' screen region
183 */ 187 */
184typedef struct { 188typedef struct {
185 text_t **text; /* _all_ the text */ 189 text_t **text; /* _all_ the text */
186 int16_t *tlen; /* length of each text line */ 190 int16_t *tlen; /* length of each text line */
187 rend_t **rend; /* rendition, uses RS_ flags */ 191 rend_t **rend; /* rendition, uses RS_ flags */
188 row_col_t cur; /* cursor position on the screen */ 192 row_col_t cur; /* cursor position on the screen */
189 uint16_t tscroll; /* top of settable scroll region */ 193 uint16_t tscroll; /* top of settable scroll region */
190 uint16_t bscroll; /* bottom of settable scroll region */ 194 uint16_t bscroll; /* bottom of settable scroll region */
191 uint16_t charset; /* character set number [0..3] */ 195 uint16_t charset; /* character set number [0..3] */
192 unsigned int flags; /* see below */ 196 unsigned int flags; /* see below */
193 row_col_t s_cur; /* saved cursor position */ 197 row_col_t s_cur; /* saved cursor position */
194 uint16_t s_charset; /* saved character set number [0..3] */ 198 uint16_t s_charset; /* saved character set number [0..3] */
195 char s_charset_char; 199 char s_charset_char;
196 rend_t s_rstyle; /* saved rendition style */ 200 rend_t s_rstyle; /* saved rendition style */
197} screen_t; 201} screen_t;
198 202
199enum selection_op_t { 203enum selection_op_t {
200 SELECTION_CLEAR = 0, /* nothing selected */ 204 SELECTION_CLEAR = 0, /* nothing selected */
201 SELECTION_INIT, /* marked a point */ 205 SELECTION_INIT, /* marked a point */
202 SELECTION_BEGIN, /* started a selection */ 206 SELECTION_BEGIN, /* started a selection */
203 SELECTION_CONT, /* continued selection */ 207 SELECTION_CONT, /* continued selection */
204 SELECTION_DONE /* selection put in CUT_BUFFER0 */ 208 SELECTION_DONE /* selection put in CUT_BUFFER0 */
205}; 209};
206 210
207typedef struct { 211typedef struct {
208 unsigned char *text; /* selected text */ 212 unsigned char *text; /* selected text */
209 uint32_t len; /* length of selected text */ 213 uint32_t len; /* length of selected text */
210 short screen; /* screen being used */ 214 short screen; /* screen being used */
211 short clicks; /* number of clicks */ 215 short clicks; /* number of clicks */
212 selection_op_t op; /* current operation */ 216 selection_op_t op; /* current operation */
213 row_col_t beg; /* beginning of selection <= mark */ 217 row_col_t beg; /* beginning of selection <= mark */
214 row_col_t mark; /* point of initial click <= end */ 218 row_col_t mark; /* point of initial click <= end */
215 row_col_t end; /* one character past end point */ 219 row_col_t end; /* one character past end point */
216} selection_t; 220} selection_t;
217 221
218typedef enum { 222typedef enum {
219 OLD_SELECT, OLD_WORD_SELECT, NEW_SELECT 223 OLD_SELECT, OLD_WORD_SELECT, NEW_SELECT
220} sstyle_t; 224} sstyle_t;
221 225
222/* ------------------------------------------------------------------------- */ 226/* ------------------------------------------------------------------------- */
223 227
224/* screen_t flags */ 228/* screen_t flags */
225#define Screen_Relative (1<<0) /* relative origin mode flag */ 229#define Screen_Relative (1<<0) /* relative origin mode flag */
226#define Screen_VisibleCursor (1<<1) /* cursor visible? */ 230#define Screen_VisibleCursor (1<<1) /* cursor visible? */
227#define Screen_Autowrap (1<<2) /* auto-wrap flag */ 231#define Screen_Autowrap (1<<2) /* auto-wrap flag */
228#define Screen_Insert (1<<3) /* insert mode (vs. overstrike) */ 232#define Screen_Insert (1<<3) /* insert mode (vs. overstrike) */
229#define Screen_WrapNext (1<<4) /* need to wrap for next char? */ 233#define Screen_WrapNext (1<<4) /* need to wrap for next char? */
230#define Screen_DefaultFlags (Screen_VisibleCursor|Screen_Autowrap) 234#define Screen_DefaultFlags (Screen_VisibleCursor|Screen_Autowrap)
231 235
232/* rxvt_vars.Options */ 236/* rxvt_vars.Options */
233#define Opt_console (1LU<<0) 237#define Opt_console (1LU<<0)
234#define Opt_loginShell (1LU<<1) 238#define Opt_loginShell (1LU<<1)
235#define Opt_iconic (1LU<<2) 239#define Opt_iconic (1LU<<2)
236#define Opt_visualBell (1LU<<3) 240#define Opt_visualBell (1LU<<3)
237#define Opt_mapAlert (1LU<<4) 241#define Opt_mapAlert (1LU<<4)
238#define Opt_reverseVideo (1LU<<5) 242#define Opt_reverseVideo (1LU<<5)
239#define Opt_utmpInhibit (1LU<<6) 243#define Opt_utmpInhibit (1LU<<6)
240#define Opt_scrollBar (1LU<<7) 244#define Opt_scrollBar (1LU<<7)
241#define Opt_scrollBar_right (1LU<<8) 245#define Opt_scrollBar_right (1LU<<8)
242#define Opt_scrollBar_floating (1LU<<9) 246#define Opt_scrollBar_floating (1LU<<9)
243#define Opt_meta8 (1LU<<10) 247#define Opt_meta8 (1LU<<10)
244#define Opt_scrollTtyOutput (1LU<<11) 248#define Opt_scrollTtyOutput (1LU<<11)
245#define Opt_scrollTtyKeypress (1LU<<12) 249#define Opt_scrollTtyKeypress (1LU<<12)
246#define Opt_transparent (1LU<<13) 250#define Opt_transparent (1LU<<13)
247#define Opt_transparent_all (1LU<<14) 251#define Opt_transparent_all (1LU<<14)
248#define Opt_mc_hack (1LU<<15) 252#define Opt_mc_hack (1LU<<15)
249#define Opt_tripleclickwords (1LU<<16) 253#define Opt_tripleclickwords (1LU<<16)
250#define Opt_scrollWithBuffer (1LU<<17) 254#define Opt_scrollWithBuffer (1LU<<17)
251#define Opt_jumpScroll (1LU<<18) 255#define Opt_jumpScroll (1LU<<18)
252#define Opt_mouseWheelScrollPage (1LU<<19) 256#define Opt_mouseWheelScrollPage (1LU<<19)
253#define Opt_pointerBlank (1LU<<20) 257#define Opt_pointerBlank (1LU<<20)
254#define Opt_cursorBlink (1LU<<21) 258#define Opt_cursorBlink (1LU<<21)
255/* place holder used for parsing command-line options */ 259/* place holder used for parsing command-line options */
256#define Opt_Reverse (1LU<<30) 260#define Opt_Reverse (1LU<<30)
257#define Opt_Boolean (1LU<<31) 261#define Opt_Boolean (1LU<<31)
258 262
259#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \ 263#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \
260 | Opt_jumpScroll) 264 | Opt_jumpScroll)
261
262#define PROPFONT_NORMAL (1<<0)
263#define PROPFONT_BOLD (1<<1)
264 265
265/* ------------------------------------------------------------------------- */ 266/* ------------------------------------------------------------------------- */
266 267
267typedef enum {
268 EUCJ, SJIS, /* Japanese KANJI methods */
269 BIG5, CNS, /* Chinese BIG5 methods: CNS not implemented */
270 GB, /* Chinese GB method */
271 KR, /* Korean method */
272 NOENC /* no encoding */
273} ENC_METHOD;
274
275typedef struct { 268typedef struct {
276 short method;
277 void (*func)(unsigned char *, int);
278 char *name;
279} KNOWN_ENCODINGS;
280
281typedef struct {
282 short state; 269 short state;
283 Window win; 270 Window win;
284} menuBar_t; 271} menuBar_t;
285 272
286typedef struct { 273typedef struct {
287 char state; /* scrollbar state */ 274 char state; /* scrollbar state */
288 char init; /* scrollbar has been initialised */ 275 char init; /* scrollbar has been initialised */
289 short beg; /* slider sub-window begin height */ 276 short beg; /* slider sub-window begin height */
290 short end; /* slider sub-window end height */ 277 short end; /* slider sub-window end height */
291 short top; /* slider top position */ 278 short top; /* slider top position */
292 short bot; /* slider bottom position */ 279 short bot; /* slider bottom position */
293 short style; /* style: rxvt, xterm, next */ 280 short style; /* style: rxvt, xterm, next */
294 short width; /* scrollbar width */ 281 short width; /* scrollbar width */
295 Window win; 282 Window win;
296 int (*update)(pR_ int, int, int, int); 283 int (*update)(pR_ int, int, int, int);
297} scrollBar_t; 284} scrollBar_t;
298 285
299typedef struct rxvt_vars { 286struct rxvt_vars {
300/*
301 * These ``hidden'' items are not for public consumption and
302 * must not be accessed externally
303 */
304 struct rxvt_hidden *h;
305
306/*
307 * Exposed items
308 * Changes to structure here require library version number change
309 */
310 TermWin_t TermWin; 287 TermWin_t TermWin;
311 scrollBar_t scrollBar; 288 scrollBar_t scrollBar;
312 menuBar_t menuBar; 289 menuBar_t menuBar;
313 Display *Xdisplay; 290 Display *Xdisplay;
314 unsigned long Options; 291 unsigned long Options;
315 XSizeHints szHint; 292 XSizeHints szHint;
316 Colormap Xcmap; 293 Colormap Xcmap;
317 rxvt_color *PixColors; 294 rxvt_color *PixColors;
318 short numPixColors; 295 short numPixColors;
319 Cursor TermWin_cursor; /* cursor for vt window */ 296 Cursor TermWin_cursor; /* cursor for vt window */
320 int Xdepth; 297 int Xdepth;
321 int sb_shadow; /* scrollbar shadow width */ 298 int sb_shadow; /* scrollbar shadow width */
322 int Xfd; /* file descriptor of X server connection */ 299 int Xfd; /* file descriptor of X server connection */
323 int cmd_fd; /* pty file descriptor; connected to command */ 300 int cmd_fd; /* pty file descriptor; connected to command */
324 int tty_fd; /* tty file descriptor; connected to child */ 301 int tty_fd; /* tty file descriptor; connected to child */
325 int num_fds; /* number of file descriptors being used */ 302 int num_fds; /* number of file descriptors being used */
326 int numlock_state; 303 int numlock_state;
327 text_t **drawn_text; /* text drawn on screen (characters) */ 304 text_t **drawn_text; /* text drawn on screen (characters) */
328 rend_t **drawn_rend; /* text drawn on screen (rendition) */ 305 rend_t **drawn_rend; /* text drawn on screen (rendition) */
329 text_t **buf_text; 306 text_t **buf_text;
330 rend_t **buf_rend; 307 rend_t **buf_rend;
331 char *tabs; /* per location: 1 == tab-stop */ 308 char *tabs; /* per location: 1 == tab-stop */
332 screen_t screen; 309 screen_t screen;
333 screen_t swap; 310 screen_t swap;
334 selection_t selection; 311 selection_t selection;
335 sstyle_t selection_style; 312 sstyle_t selection_style;
336 ENC_METHOD encoding_method; 313};
337} rxvt_t;
338 314
339/*****************************************************************************
340 * PROTOTYPES *
341 *****************************************************************************/
342void rxvt_main_loop(pR);
343rxvt_t *rxvt_init(int, const char *const *); 315rxvt_t rxvt_init (int argc, const char *const *argv);
344 316
345#endif /* _RXVTLIB_H_ */ 317#endif /* _RXVTLIB_H_ */
318

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines