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.209 by root, Mon Jan 16 15:12:48 2006 UTC vs.
Revision 1.222 by root, Thu Jan 19 09:47:15 2006 UTC

93#ifndef STDIN_FILENO 93#ifndef STDIN_FILENO
94# define STDIN_FILENO 0 94# define STDIN_FILENO 0
95# define STDOUT_FILENO 1 95# define STDOUT_FILENO 1
96# define STDERR_FILENO 2 96# define STDERR_FILENO 2
97#endif 97#endif
98
99enum rxvt_privaction { IGNORE = 'i', SAVE = 's', RESTORE = 'r' };//TODO
98 100
99/* 101/*
100 ***************************************************************************** 102 *****************************************************************************
101 * PROTOTYPES 103 * PROTOTYPES
102 ***************************************************************************** 104 *****************************************************************************
129char * rxvt_Str_trim (char *str); 131char * rxvt_Str_trim (char *str);
130int rxvt_Str_escaped (char *str); 132int rxvt_Str_escaped (char *str);
131char ** rxvt_splitcommastring (const char *cs); 133char ** rxvt_splitcommastring (const char *cs);
132void rxvt_freecommastring (char **cs); 134void rxvt_freecommastring (char **cs);
133char * rxvt_File_find (const char *file, const char *ext, const char *path); 135char * rxvt_File_find (const char *file, const char *ext, const char *path);
134void rxvt_Draw_Shadow (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int h);
135void rxvt_Draw_Triangle (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int type);
136void rxvt_usleep (int usecs); 136void rxvt_usleep (int usecs);
137 137
138///////////////////////////////////////////////////////////////////////////// 138/////////////////////////////////////////////////////////////////////////////
139 139
140// temporarily replace the process environment 140// temporarily replace the process environment
173typedef struct { 173typedef struct {
174 short w, h, x, y; 174 short w, h, x, y;
175 Pixmap pixmap; 175 Pixmap pixmap;
176} bgPixmap_t; 176} bgPixmap_t;
177#endif 177#endif
178
179struct rxvt_ptytty {
180 int pty; // pty file descriptor; connected to rxvt
181 int tty; // tty file descriptor; connected to child
182
183 virtual ~rxvt_ptytty ()
184 {
185 //
186 }
187
188 virtual bool get () = 0;
189#if UTMP_SUPPORT
190 virtual void login (int cmd_pid, bool login_shell, const char *hostname) = 0;
191#endif
192
193 void close_tty ();
194 bool make_controlling_tty ();
195 void set_utf8_mode (bool on);
196};
197
198rxvt_ptytty *rxvt_new_ptytty (); // create a new pty object
199void rxvt_ptytty_server (); // start the ptytty server process
178 200
179/* 201/*
180 * the 'essential' information for reporting Mouse Events 202 * the 'essential' information for reporting Mouse Events
181 * pared down from XButtonEvent 203 * pared down from XButtonEvent
182 */ 204 */
338 * | 360 * |
339 * +---< SB_WIDTH_NEXT 361 * +---< SB_WIDTH_NEXT
340 */ 362 */
341 363
342enum { 364enum {
343 NO_REFRESH = 0 , /* Window not visible at all! */ 365 NO_REFRESH = 0, /* Window not visible at all! */
344 FAST_REFRESH = 1<<0, /* Fully exposed window */ 366 FAST_REFRESH = 1, /* Fully exposed window */
345 SLOW_REFRESH = 1<<1, /* Partially exposed window */ 367 SLOW_REFRESH = 2, /* Partially exposed window */
346 SMOOTH_REFRESH = 1<<2, /* Do sync'ing to make it smooth */
347}; 368};
348 369
349#ifdef NO_SECONDARY_SCREEN 370#ifdef NO_SECONDARY_SCREEN
350# define NSCREENS 0 371# define NSCREENS 0
351#else 372#else
702/* 723/*
703 ***************************************************************************** 724 *****************************************************************************
704 * MACRO DEFINES 725 * MACRO DEFINES
705 ***************************************************************************** 726 *****************************************************************************
706 */ 727 */
728#define dLocal(type,name) type const name = this->name
707#define dDisp Display *disp = display->display 729#define dDisp Display *disp = this->display->display
708 730
709/* convert pixel dimensions to row/column values. Everything as int32_t */ 731/* convert pixel dimensions to row/column values. Everything as int32_t */
710#define Pixel2Col(x) Pixel2Width((int32_t)(x)) 732#define Pixel2Col(x) Pixel2Width((int32_t)(x))
711#define Pixel2Row(y) Pixel2Height((int32_t)(y)) 733#define Pixel2Row(y) Pixel2Height((int32_t)(y))
712#define Pixel2Width(x) ((int32_t)(x) / (int32_t)fwidth) 734#define Pixel2Width(x) ((int32_t)(x) / (int32_t)fwidth)
789 811
790#ifdef XPM_BACKGROUND 812#ifdef XPM_BACKGROUND
791# define XPMClearArea(a, b, c, d, e, f, g) XClearArea((a), (b), (c), (d), (e), (f), (g)) 813# define XPMClearArea(a, b, c, d, e, f, g) XClearArea((a), (b), (c), (d), (e), (f), (g))
792#else 814#else
793# define XPMClearArea(a, b, c, d, e, f, g) 815# define XPMClearArea(a, b, c, d, e, f, g)
794#endif
795
796#ifdef UTMP_SUPPORT
797# if !defined(RXVT_UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX)
798# undef HAVE_UTMPX_H
799# undef HAVE_STRUCT_UTMPX
800# endif
801# if !defined(RXVT_UTMP_FILE) || !defined(HAVE_STRUCT_UTMP)
802# undef HAVE_UTMP_H
803# undef HAVE_STRUCT_UTMP
804# endif
805
806# ifdef HAVE_UTMPX_H
807# include <utmpx.h>
808# endif
809# ifdef HAVE_UTMP_H
810# include <utmp.h>
811# endif
812#endif 816#endif
813 817
814#ifdef DEBUG_CMD 818#ifdef DEBUG_CMD
815# define D_CMD(x) fprintf x ; fputc('\n', stderr) 819# define D_CMD(x) fprintf x ; fputc('\n', stderr)
816#else 820#else
1100 const char *key_delete; 1104 const char *key_delete;
1101#endif 1105#endif
1102 struct mouse_event MEvent; 1106 struct mouse_event MEvent;
1103 XComposeStatus compose; 1107 XComposeStatus compose;
1104 ttymode_t tio; 1108 ttymode_t tio;
1105#ifdef UTMP_SUPPORT
1106# ifdef HAVE_STRUCT_UTMP
1107 struct utmp ut;
1108# endif
1109# ifdef HAVE_STRUCT_UTMPX
1110 struct utmpx utx;
1111# endif
1112# if (defined(HAVE_STRUCT_UTMP) && defined(HAVE_UTMP_PID)) || defined(HAVE_STRUCT_UTMPX)
1113 char ut_id[5];
1114# endif
1115 int utmp_pos;
1116#endif
1117 row_col_t oldcursor; 1109 row_col_t oldcursor;
1118#ifdef XPM_BACKGROUND 1110#ifdef XPM_BACKGROUND
1119 bgPixmap_t bgPixmap; 1111 bgPixmap_t bgPixmap;
1120 XpmAttributes xpmAttr; /* originally loaded pixmap and its scaling */ 1112 XpmAttributes xpmAttr; /* originally loaded pixmap and its scaling */
1121#endif 1113#endif
1154 const char *rs[NUM_RESOURCES]; 1146 const char *rs[NUM_RESOURCES];
1155 /* command input buffering */ 1147 /* command input buffering */
1156 char *cmdbuf_ptr, *cmdbuf_endp; 1148 char *cmdbuf_ptr, *cmdbuf_endp;
1157 char cmdbuf_base[CBUFSIZ]; 1149 char cmdbuf_base[CBUFSIZ];
1158 1150
1151 rxvt_ptytty *pty;
1152
1159 rxvt_salloc *talloc; // text line allocator 1153 rxvt_salloc *talloc; // text line allocator
1160 rxvt_salloc *ralloc; // rend line allocator 1154 rxvt_salloc *ralloc; // rend line allocator
1161 1155
1162 static vector<rxvt_term *> termlist; // a vector of all running rxvt_term's 1156 static vector<rxvt_term *> termlist; // a vector of all running rxvt_term's
1163 1157
1193 xevent_watcher vt_ev; 1187 xevent_watcher vt_ev;
1194#ifdef HAVE_SCROLLBARS 1188#ifdef HAVE_SCROLLBARS
1195 xevent_watcher scrollbar_ev; 1189 xevent_watcher scrollbar_ev;
1196#endif 1190#endif
1197 1191
1192 void child_cb (child_watcher &w, int status); child_watcher child_ev;
1198 void check_cb (check_watcher &w); check_watcher check_ev; 1193 void check_cb (check_watcher &w); check_watcher check_ev;
1199 void destroy_cb (time_watcher &w); time_watcher destroy_ev; 1194 void destroy_cb (time_watcher &w); time_watcher destroy_ev;
1200 void flush_cb (time_watcher &w); time_watcher flush_ev; 1195 void flush_cb (time_watcher &w); time_watcher flush_ev;
1201 1196
1202 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev; 1197 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev;
1232 1227
1233 void tt_winch (); 1228 void tt_winch ();
1234 1229
1235 rxvt_term (); 1230 rxvt_term ();
1236 ~rxvt_term (); 1231 ~rxvt_term ();
1237 void child_exit (); // child has exited, usually destroys
1238 void destroy (); 1232 void destroy ();
1239 void emergency_cleanup (); 1233 void emergency_cleanup ();
1240 1234
1241 bool init (int argc, const char *const *argv); 1235 bool init (int argc, const char *const *argv);
1242 bool init_vars (); 1236 bool init_vars ();
1331 void process_sgr_mode (unsigned int nargs, const int *arg); 1325 void process_sgr_mode (unsigned int nargs, const int *arg);
1332 void process_graphics (); 1326 void process_graphics ();
1333 // init.C 1327 // init.C
1334 void Get_Colours (); 1328 void Get_Colours ();
1335 void get_ourmods (); 1329 void get_ourmods ();
1336 // logging.C
1337 void makeutent (const char *pty, const char *hostname);
1338 void cleanutent ();
1339 // main.C 1330 // main.C
1340 void privileged_utmp (rxvt_privaction action); 1331 void privileged_utmp (rxvt_privaction action);
1341 bool set_fonts (); 1332 bool set_fonts ();
1342 void set_string_property (Atom prop, const char *str, int len = -1); 1333 void set_string_property (Atom prop, const char *str, int len = -1);
1343 void set_utf8_property (Atom prop, const char *str, int len = -1); 1334 void set_utf8_property (Atom prop, const char *str, int len = -1);
1423 void scr_blank_screen_mem (line_t &l, rend_t efs) const; 1414 void scr_blank_screen_mem (line_t &l, rend_t efs) const;
1424 int scr_scroll_text (int row1, int row2, int count); 1415 int scr_scroll_text (int row1, int row2, int count);
1425 void scr_reset (); 1416 void scr_reset ();
1426 void scr_release (); 1417 void scr_release ();
1427 void scr_clear (bool really = false); 1418 void scr_clear (bool really = false);
1428 void scr_refresh (unsigned char refresh_type); 1419 void scr_refresh ();
1429 bool scr_refresh_rend (rend_t mask, rend_t value); 1420 bool scr_refresh_rend (rend_t mask, rend_t value);
1430 void scr_erase_screen (int mode); 1421 void scr_erase_screen (int mode);
1431#if ENABLE_FRILLS 1422#if ENABLE_FRILLS
1432 void scr_erase_savelines (); 1423 void scr_erase_savelines ();
1433 void scr_backindex (); 1424 void scr_backindex ();
1497 int scrollbar_show_next (int update, int last_top, int last_bot, int scrollbar_len); 1488 int scrollbar_show_next (int update, int last_top, int last_bot, int scrollbar_len);
1498#endif 1489#endif
1499 1490
1500#if defined(RXVT_SCROLLBAR) 1491#if defined(RXVT_SCROLLBAR)
1501 // scrollbar-rxvt.C 1492 // scrollbar-rxvt.C
1502 void Draw_button (int x, int y, int state, int dirn);
1503 int scrollbar_show_rxvt (int update, int last_top, int last_bot, int scrollbar_len); 1493 int scrollbar_show_rxvt (int update, int last_top, int last_bot, int scrollbar_len);
1504#endif 1494#endif
1505 1495
1506#if defined(XTERM_SCROLLBAR) 1496#if defined(XTERM_SCROLLBAR)
1507 // scrollbar-xterm.C 1497 // scrollbar-xterm.C

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines