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.213 by root, Tue Jan 17 06:06:42 2006 UTC vs.
Revision 1.224 by root, Thu Jan 19 19:51:08 2006 UTC

106RETSIGTYPE rxvt_Exit_signal (int sig); 106RETSIGTYPE rxvt_Exit_signal (int sig);
107void rxvt_clean_exit (); 107void rxvt_clean_exit ();
108void * rxvt_malloc (size_t size); 108void * rxvt_malloc (size_t size);
109void * rxvt_calloc (size_t number, size_t size); 109void * rxvt_calloc (size_t number, size_t size);
110void * rxvt_realloc (void *ptr, size_t size); 110void * rxvt_realloc (void *ptr, size_t size);
111void rxvt_privileges (rxvt_privaction action);
112 111
113// util.C 112// util.C
114char * rxvt_wcstombs (const wchar_t *str, int len = -1); 113char * rxvt_wcstombs (const wchar_t *str, int len = -1);
115wchar_t * rxvt_mbstowcs (const char *str, int len = -1); 114wchar_t * rxvt_mbstowcs (const char *str, int len = -1);
116char * rxvt_wcstoutf8 (const wchar_t *str, int len = -1); 115char * rxvt_wcstoutf8 (const wchar_t *str, int len = -1);
171typedef struct { 170typedef struct {
172 short w, h, x, y; 171 short w, h, x, y;
173 Pixmap pixmap; 172 Pixmap pixmap;
174} bgPixmap_t; 173} bgPixmap_t;
175#endif 174#endif
175
176struct rxvt_ptytty {
177 int pty; // pty file descriptor; connected to rxvt
178 int tty; // tty file descriptor; connected to child
179
180 virtual ~rxvt_ptytty ()
181 {
182 //
183 }
184
185 virtual bool get () = 0;
186#if UTMP_SUPPORT
187 virtual void login (int cmd_pid, bool login_shell, const char *hostname) = 0;
188#endif
189
190 void close_tty ();
191 bool make_controlling_tty ();
192 void set_utf8_mode (bool on);
193};
194
195rxvt_ptytty *rxvt_new_ptytty (); // create a new pty object
196void rxvt_ptytty_server (); // start the ptytty server process
176 197
177/* 198/*
178 * the 'essential' information for reporting Mouse Events 199 * the 'essential' information for reporting Mouse Events
179 * pared down from XButtonEvent 200 * pared down from XButtonEvent
180 */ 201 */
1122 const char *rs[NUM_RESOURCES]; 1143 const char *rs[NUM_RESOURCES];
1123 /* command input buffering */ 1144 /* command input buffering */
1124 char *cmdbuf_ptr, *cmdbuf_endp; 1145 char *cmdbuf_ptr, *cmdbuf_endp;
1125 char cmdbuf_base[CBUFSIZ]; 1146 char cmdbuf_base[CBUFSIZ];
1126 1147
1127 rxvt_ptytty pty; 1148 rxvt_ptytty *pty;
1128 rxvt_session session;
1129 1149
1130 rxvt_salloc *talloc; // text line allocator 1150 rxvt_salloc *talloc; // text line allocator
1131 rxvt_salloc *ralloc; // rend line allocator 1151 rxvt_salloc *ralloc; // rend line allocator
1132 1152
1133 static vector<rxvt_term *> termlist; // a vector of all running rxvt_term's 1153 static vector<rxvt_term *> termlist; // a vector of all running rxvt_term's
1164 xevent_watcher vt_ev; 1184 xevent_watcher vt_ev;
1165#ifdef HAVE_SCROLLBARS 1185#ifdef HAVE_SCROLLBARS
1166 xevent_watcher scrollbar_ev; 1186 xevent_watcher scrollbar_ev;
1167#endif 1187#endif
1168 1188
1189 void child_cb (child_watcher &w, int status); child_watcher child_ev;
1169 void check_cb (check_watcher &w); check_watcher check_ev; 1190 void check_cb (check_watcher &w); check_watcher check_ev;
1170 void destroy_cb (time_watcher &w); time_watcher destroy_ev; 1191 void destroy_cb (time_watcher &w); time_watcher destroy_ev;
1171 void flush_cb (time_watcher &w); time_watcher flush_ev; 1192 void flush_cb (time_watcher &w); time_watcher flush_ev;
1172 1193
1173 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev; 1194 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev;
1203 1224
1204 void tt_winch (); 1225 void tt_winch ();
1205 1226
1206 rxvt_term (); 1227 rxvt_term ();
1207 ~rxvt_term (); 1228 ~rxvt_term ();
1208 void child_exit (); // child has exited, usually destroys
1209 void destroy (); 1229 void destroy ();
1210 void emergency_cleanup (); 1230 void emergency_cleanup ();
1211 1231
1212 bool init (int argc, const char *const *argv); 1232 bool init (int argc, const char *const *argv);
1213 bool init_vars (); 1233 bool init_vars ();
1303 void process_graphics (); 1323 void process_graphics ();
1304 // init.C 1324 // init.C
1305 void Get_Colours (); 1325 void Get_Colours ();
1306 void get_ourmods (); 1326 void get_ourmods ();
1307 // main.C 1327 // main.C
1308 void privileged_utmp (rxvt_privaction action);
1309 bool set_fonts (); 1328 bool set_fonts ();
1310 void set_string_property (Atom prop, const char *str, int len = -1); 1329 void set_string_property (Atom prop, const char *str, int len = -1);
1311 void set_utf8_property (Atom prop, const char *str, int len = -1); 1330 void set_utf8_property (Atom prop, const char *str, int len = -1);
1312 void set_title (const char *str); 1331 void set_title (const char *str);
1313 void set_icon_name (const char *str); 1332 void set_icon_name (const char *str);
1406 rxvt_fontset *scr_find_fontset (rend_t r = DEFAULT_RSTYLE); 1425 rxvt_fontset *scr_find_fontset (rend_t r = DEFAULT_RSTYLE);
1407 void scr_recolour (); 1426 void scr_recolour ();
1408 void scr_remap_chars (); 1427 void scr_remap_chars ();
1409 void scr_remap_chars (line_t &l); 1428 void scr_remap_chars (line_t &l);
1410 1429
1430 enum cursor_mode { SAVE, RESTORE };
1431
1411 void scr_poweron (); 1432 void scr_poweron ();
1412 void scr_cursor (int mode); 1433 void scr_cursor (cursor_mode mode);
1413 void scr_do_wrap (); 1434 void scr_do_wrap ();
1414 int scr_change_screen (int scrn); 1435 int scr_change_screen (int scrn);
1415 void scr_color (unsigned int color, int fgbg); 1436 void scr_color (unsigned int color, int fgbg);
1416 void scr_rendition (int set, int style); 1437 void scr_rendition (int set, int style);
1417 void scr_add_lines (const wchar_t *str, int len, int minlines = 0); 1438 void scr_add_lines (const wchar_t *str, int len, int minlines = 0);
1444 void scr_reverse_selection (); 1465 void scr_reverse_selection ();
1445 void scr_dump (int fd); 1466 void scr_dump (int fd);
1446 void selection_check (int check_more); 1467 void selection_check (int check_more);
1447 void selection_paste (Window win, Atom prop, bool delete_prop); 1468 void selection_paste (Window win, Atom prop, bool delete_prop);
1448 void selection_property (Window win, Atom prop); 1469 void selection_property (Window win, Atom prop);
1449 void selection_request (Time tm, int x, int y); 1470 void selection_request (Time tm);
1450 int selection_request_other (Atom target, int selnum); 1471 int selection_request_other (Atom target, int selnum);
1451 void selection_clear (); 1472 void selection_clear ();
1452 void selection_make (Time tm); 1473 void selection_make (Time tm);
1453 bool selection_grab (Time tm); 1474 bool selection_grab (Time tm);
1454 void selection_start_colrow (int col, int row); 1475 void selection_start_colrow (int col, int row);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines