*** empty log message ***
[dana/urxvt.git] / src / rxvtlib.h.in
index cce8e4d..f96f396 100644 (file)
@@ -1,31 +1,9 @@
-/*
- * $Id: rxvtlib.h.in,v 1.3 2003-11-25 11:52:42 pcg Exp $
- */
-
 #ifndef _RXVTLIB_H_             /* include once only */
 #define _RXVTLIB_H_
 
-/*
- * section 1 generated by GNU autoconf for @build@
- * this section may be changed as appropriate _before_ building
- */
-/*****************************************************************************
- *                                 SECTION 1                                 *
- *****************************************************************************/
-
-/*
- * The following line MUST not be changed without also changing
- * config.h in the main directory before building
- */
-// none anymore
-
-/*****************************************************************************
- *                                 INCLUDES                                  *
- *****************************************************************************/
-
-#include <stdio.h>
-#include <ctype.h>
-#include <errno.h>
+#include <cstdio>
+#include <cctype>
+#include <cerrno>
 @include_stdarg_h@
 @include_stdlib_h@
 @include_stdint_h@
 #include <sys/wait.h>
 #include <sys/stat.h>
 
+#include <cwchar>
+
+#include "ptytty.h"
+
 extern "C" {
 #include <X11/Intrinsic.h>      /* Xlib, Xutil, Xresource, Xfuncproto */
 }
@@ -62,59 +44,30 @@ extern "C" {
 /* whatever normal size corresponds to a unsigned integer pointer */
 @rxvt_u_intp_define@
 
-/*****************************************************************************
- *                                 SECTION 2                                 *
- *                      DO NOT TOUCH ANYTHING BELOW HERE                     *
- *****************************************************************************/
-
 struct rxvt_fontset;
 struct rxvt_color;
 struct rxvt_vars;               /* defined later on */
 struct rxvt_term;
+struct rxvt_display;
+struct rxvt_im;
+struct rxvt_drawable;
 
 typedef struct rxvt_term *rxvt_t;
 
 extern rxvt_t rxvt_current_term;
 
-#define EXPLICIT_CONTEXT 1
-
-#if EXPLICIT_CONTEXT
-
-# define pR rxvt_t rxvt_term
-# define aR rxvt_term
-# define pR_ pR,
-# define aR_ aR,
-
-# define R rxvt_term
-
 # define SET_R(r) rxvt_current_term = (r)
 # define GET_R rxvt_current_term
 
-#else
-
-# define pR
-# define pR_
-# define aR
-# define aR_
-
-# define R rxvt_current_term
-
-# define SET_R(r) rxvt_current_term = (r)
-# define GET_R R
-
-#endif
-
-#define dR rxvt_t rxvt_term = GET_R
-
-#define scrollbar_visible(rxvtvars)     ((rxvtvars)->scrollBar.state)
-#define menubar_visible(rxvtvars)       ((rxvtvars)->menuBar.state)
+#define scrollbar_visible()    scrollBar.state
+#define menubar_visible()      menuBar.state
 
 typedef struct {
   int32_t         row;
   int32_t         col;
 } row_col_t;
 
-#if UNICODE3
+#if UNICODE_3
 typedef uint32_t text_t;
 #else
 typedef uint16_t text_t; // saves lots of memory
@@ -133,27 +86,28 @@ typedef uint32_t rend_t;
  */
 
 typedef struct {
-  uint16_t       width; /* window width                    [pixels] */
-  uint16_t       height;        /* window height                   [pixels] */
-  uint16_t       fwidth;        /* font width                      [pixels] */
-  uint16_t       fheight;       /* font height                     [pixels] */
-  uint16_t       fbase;      /* font ascent (baseline)          [pixels] */
-  uint16_t       propfont;      /* font proportional flags                  */
-  uint16_t       ncol;  /* window columns              [characters] */
-  uint16_t       nrow;  /* window rows                 [characters] */
-  uint16_t       focus; /* window has focus                         */
-  uint16_t       mapped;        /* window state mapped?                     */
-  uint16_t       int_bwidth; /* internal border width                    */
-  uint16_t       ext_bwidth; /* external border width                    */
-  uint16_t       lineSpace;     /* number of extra pixels between rows      */
-  uint16_t       saveLines;     /* number of lines that fit in scrollback   */
-  uint16_t       nscrolled;     /* number of line actually scrolled         */
-  uint16_t       view_start;    /* scrollback view starts here              */
+  unsigned int   width;         /* window width                    [pixels] */
+  unsigned int   height;        /* window height                   [pixels] */
+  unsigned int   fwidth;        /* font width                      [pixels] */
+  unsigned int   fheight;       /* font height                     [pixels] */
+  unsigned int   fweight, fslant;
+  unsigned int   fbase;         /* font ascent (baseline)          [pixels] */
+  unsigned int   ncol;          /* window columns              [characters] */
+  unsigned int   nrow;          /* window rows                 [characters] */
+  unsigned int   focus;         /* window has focus                         */
+  unsigned int   mapped;        /* window state mapped?                     */
+  unsigned int   int_bwidth;    /* internal border width                    */
+  unsigned int   ext_bwidth;    /* external border width                    */
+  unsigned int   lineSpace;     /* number of extra pixels between rows      */
+  unsigned int   saveLines;     /* number of lines that fit in scrollback   */
+  unsigned int   nscrolled;     /* number of line actually scrolled         */
+  unsigned int   view_start;    /* scrollback view starts here              */
   Window         parent[6];     /* parent identifiers - we're parent[0]     */
   Window         vt;            /* vt100 window                             */
   GC             gc;            /* GC for drawing                           */
   Pixmap         pixmap;
-  rxvt_fontset  *fontset;
+  rxvt_drawable *drawable;
+  rxvt_fontset  *fontset[4];
 } TermWin_t;
 
 /*
@@ -186,16 +140,16 @@ typedef struct {
  *     normal `unscrolled' screen region
  */
 typedef struct {
-  text_t        **text; /* _all_ the text                            */
   int16_t        *tlen; /* length of each text line                  */
+  text_t        **text; /* _all_ the text                            */
   rend_t        **rend; /* rendition, uses RS_ flags                 */
   row_col_t       cur;  /* cursor position on the screen             */
-  uint16_t        tscroll;      /* top of settable scroll region             */
-  uint16_t        bscroll;      /* bottom of settable scroll region          */
-  uint16_t        charset;      /* character set number [0..3]               */
+  unsigned int    tscroll;      /* top of settable scroll region             */
+  unsigned int    bscroll;      /* bottom of settable scroll region          */
+  unsigned int    charset;      /* character set number [0..3]               */
   unsigned int    flags;        /* see below                                 */
   row_col_t       s_cur;        /* saved cursor position                     */
-  uint16_t        s_charset;    /* saved character set number [0..3]         */
+  unsigned int    s_charset;    /* saved character set number [0..3]         */
   char            s_charset_char;
   rend_t          s_rstyle;     /* saved rendition style                     */
 } screen_t;
@@ -209,20 +163,16 @@ enum selection_op_t {
 };
 
 typedef struct {
-  unsigned char  *text;       /* selected text                             */
-  uint32_t        len;        /* length of selected text                   */
-  short           screen;     /* screen being used                         */
-  short           clicks;     /* number of clicks                          */
+  wchar_t        *text;       /* selected text                             */
+  unsigned int    len;        /* length of selected text                   */
+  unsigned int    screen;     /* screen being used                         */
+  unsigned int    clicks;     /* number of clicks                          */
   selection_op_t  op;         /* current operation                         */
   row_col_t       beg;        /* beginning of selection   <= mark          */
   row_col_t       mark;       /* point of initial click   <= end           */
   row_col_t       end;        /* one character past end point              */
 } selection_t;
 
-typedef enum {
-    OLD_SELECT, OLD_WORD_SELECT, NEW_SELECT
-} sstyle_t;
-
 /* ------------------------------------------------------------------------- */
 
 /* screen_t flags */
@@ -233,73 +183,86 @@ typedef enum {
 #define Screen_WrapNext         (1<<4)  /* need to wrap for next char?       */
 #define Screen_DefaultFlags     (Screen_VisibleCursor|Screen_Autowrap)
 
-/* rxvt_vars.Options */
-#define Opt_console             (1LU<<0)
-#define Opt_loginShell          (1LU<<1)
-#define Opt_iconic              (1LU<<2)
-#define Opt_visualBell          (1LU<<3)
-#define Opt_mapAlert            (1LU<<4)
-#define Opt_reverseVideo        (1LU<<5)
-#define Opt_utmpInhibit         (1LU<<6)
-#define Opt_scrollBar           (1LU<<7)
-#define Opt_scrollBar_right     (1LU<<8)
-#define Opt_scrollBar_floating  (1LU<<9)
-#define Opt_meta8               (1LU<<10)
-#define Opt_scrollTtyOutput     (1LU<<11)
-#define Opt_scrollTtyKeypress   (1LU<<12)
-#define Opt_transparent         (1LU<<13)
-#define Opt_transparent_all     (1LU<<14)
-#define Opt_mc_hack             (1LU<<15)
-#define Opt_tripleclickwords    (1LU<<16)
-#define Opt_scrollWithBuffer    (1LU<<17)
-#define Opt_jumpScroll          (1LU<<18)
-#define Opt_mouseWheelScrollPage (1LU<<19)
-#define Opt_pointerBlank        (1LU<<20)
-#define Opt_cursorBlink         (1LU<<21)
+/* rxvt_vars.options */
+#define Opt_console             (1UL<<0)
+#define Opt_loginShell          (1UL<<1)
+#define Opt_iconic              (1UL<<2)
+#define Opt_visualBell          (1UL<<3)
+#define Opt_mapAlert            (1UL<<4)
+#define Opt_reverseVideo        (1UL<<5)
+#define Opt_utmpInhibit         (1UL<<6)
+#define Opt_scrollBar           (1UL<<7)
+#define Opt_scrollBar_right     (1UL<<8)
+#define Opt_scrollBar_floating  (1UL<<9)
+#define Opt_meta8               (1UL<<10)
+#define Opt_scrollTtyOutput     (1UL<<11)
+#define Opt_scrollTtyKeypress   (1UL<<12)
+#define Opt_transparent         (1UL<<13)
+#define Opt_transparent_all     (1UL<<14)
+#define Opt_tripleclickwords    (1UL<<15)
+#define Opt_scrollWithBuffer    (1UL<<16)
+#define Opt_jumpScroll          (1UL<<17)
+#define Opt_mouseWheelScrollPage (1UL<<18)
+#define Opt_pointerBlank        (1UL<<19)
+#define Opt_cursorBlink         (1UL<<20)
+#define Opt_secondaryScreen    (1UL<<21)
+#define Opt_secondaryScroll    (1UL<<22)
+#if ENABLE_FRILLS
+# define Opt_insecure          (1UL<<23) // insecure esc sequences
+# define Opt_borderLess                (1UL<<24) // mem borderless hints
+#else
+# define Opt_insecure          0
+# define Opt_borderLess                0
+#endif
 /* place holder used for parsing command-line options */
-#define Opt_Reverse             (1LU<<30)
-#define Opt_Boolean             (1LU<<31)
+#define Opt_Reverse             (1UL<<30)
+#define Opt_Boolean             (1UL<<31)
 
-#define DEFAULT_OPTIONS         (Opt_scrollBar | Opt_scrollTtyOutput \
-                                 | Opt_jumpScroll)
+#define DEFAULT_OPTIONS         (Opt_scrollBar | Opt_scrollTtyOutput \
+                                 Opt_jumpScroll | Opt_secondaryScreen)
 
 /* ------------------------------------------------------------------------- */
 
 typedef struct {
   short           state;
   Window          win;
+  struct rxvt_drawable *drawable;
 } menuBar_t;
 
 typedef struct {
   char            state;        /* scrollbar state                          */
   char            init;         /* scrollbar has been initialised           */
-  short           beg;          /* slider sub-window begin height           */
-  short           end;          /* slider sub-window end height             */
-  short           top;          /* slider top position                      */
-  short           bot;          /* slider bottom position                   */
-  short           style;        /* style: rxvt, xterm, next                 */
-  short           width;        /* scrollbar width                          */
+  unsigned int    beg;          /* slider sub-window begin height           */
+  unsigned int    end;          /* slider sub-window end height             */
+  unsigned int    top;          /* slider top position                      */
+  unsigned int    bot;          /* slider bottom position                   */
+  unsigned int    style;        /* style: rxvt, xterm, next                 */
+  unsigned int    width;        /* scrollbar width                          */
   Window          win;
-  int             (*update)(pR_ int, int, int, int);
+  int             (rxvt_term::*update)(int, int, int, int);
+
+  void setIdle()   { state =  1 ; }
+  void setMotion() { state = 'm'; }
+  void setUp()     { state = 'U'; }
+  void setDn()     { state = 'D'; }
 } scrollBar_t;
 
 struct rxvt_vars {
   TermWin_t       TermWin;
   scrollBar_t     scrollBar;
   menuBar_t       menuBar;
-  Display        *Xdisplay;
-  unsigned long   Options;
+  unsigned long   options;
   XSizeHints      szHint;
-  Colormap        Xcmap;
-  rxvt_color     *PixColors;
-  short           numPixColors;
+  rxvt_display   *display;
+  rxvt_color     *pix_colors;
+  rxvt_color     *pix_colors_focused;
+#ifdef OFF_FOCUS_FADING
+  rxvt_color     *pix_colors_unfocused;
+#endif
+  short           numpix_colors;
   Cursor          TermWin_cursor;       /* cursor for vt window */
-  int             Xdepth;
   int             sb_shadow;    /* scrollbar shadow width                    */
-  int             Xfd;          /* file descriptor of X server connection    */
-  int             cmd_fd;       /* pty file descriptor; connected to command */
-  int             tty_fd;       /* tty file descriptor; connected to child   */
-  int             num_fds;      /* number of file descriptors being used     */
+  rxvt_ptytty     pty;
   int             numlock_state;
   text_t        **drawn_text;   /* text drawn on screen (characters)         */
   rend_t        **drawn_rend;   /* text drawn on screen (rendition)          */
@@ -309,10 +272,9 @@ struct rxvt_vars {
   screen_t        screen;
   screen_t        swap;
   selection_t     selection;
-  sstyle_t        selection_style;
 };
 
-rxvt_t rxvt_init (int argc, const char *const *argv);
+void rxvt_init ();
 
 #endif                          /* _RXVTLIB_H_ */