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.128 by root, Sat Dec 11 23:01:36 2004 UTC vs.
Revision 1.131 by root, Mon Dec 13 19:16:36 2004 UTC

1102#endif 1102#endif
1103/* ---------- */ 1103/* ---------- */
1104 Time selection_time, 1104 Time selection_time,
1105 selection_request_time; 1105 selection_request_time;
1106 pid_t cmd_pid; /* process id of child */ 1106 pid_t cmd_pid; /* process id of child */
1107 char * incr_buf;
1108 size_t incr_buf_size, incr_buf_fill;
1107/* ---------- */ 1109/* ---------- */
1108 Cursor leftptr_cursor; 1110 Cursor leftptr_cursor;
1109#ifdef POINTER_BLANK 1111#ifdef POINTER_BLANK
1110 Cursor blank_cursor; 1112 Cursor blank_cursor;
1111#endif 1113#endif
1198 void iso14755_51 (unicode_t ch, rend_t r = DEFAULT_RSTYLE); 1200 void iso14755_51 (unicode_t ch, rend_t r = DEFAULT_RSTYLE);
1199 void iso14755_54 (int x, int y); 1201 void iso14755_54 (int x, int y);
1200# endif 1202# endif
1201#endif 1203#endif
1202 1204
1205 // modifies first argument(!)
1203 void paste (const unsigned char *data, unsigned int len); 1206 void paste (unsigned char *data, unsigned int len);
1204 1207
1205 void flush (); 1208 void flush ();
1206 1209
1207#if TRANSPARENT 1210#if TRANSPARENT
1208 void rootwin_cb (XEvent &xev); 1211 void rootwin_cb (XEvent &xev);
1254#endif 1257#endif
1255 void pointer_unblank (); 1258 void pointer_unblank ();
1256 1259
1257 void tt_printf (const char *fmt,...); 1260 void tt_printf (const char *fmt,...);
1258 void tt_write (const unsigned char *data, unsigned int len); 1261 void tt_write (const unsigned char *data, unsigned int len);
1262 void pty_write ();
1259 1263
1260 void tt_winch (); 1264 void tt_winch ();
1261 1265
1262 rxvt_term (); 1266 rxvt_term ();
1263 ~rxvt_term (); 1267 ~rxvt_term ();
1448 void scr_bell (); 1452 void scr_bell ();
1449 void scr_printscreen (int fullhist); 1453 void scr_printscreen (int fullhist);
1450 void scr_reverse_selection (); 1454 void scr_reverse_selection ();
1451 void scr_dump (int fd); 1455 void scr_dump (int fd);
1452 void selection_check (int check_more); 1456 void selection_check (int check_more);
1453 int selection_paste (Window win, Atom prop, bool delete_prop); 1457 void selection_paste (Window win, Atom prop, bool delete_prop);
1454 void selection_property (Window win, Atom prop); 1458 void selection_property (Window win, Atom prop);
1455 void selection_request (Time tm, int x, int y); 1459 void selection_request (Time tm, int x, int y);
1456 int selection_request_other (Atom target, int selnum); 1460 int selection_request_other (Atom target, int selnum);
1457 void selection_clear (); 1461 void selection_clear ();
1458 void selection_make (Time tm); 1462 void selection_make (Time tm);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines