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.130 by root, Mon Dec 13 07:18:52 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
1254#endif 1256#endif
1255 void pointer_unblank (); 1257 void pointer_unblank ();
1256 1258
1257 void tt_printf (const char *fmt,...); 1259 void tt_printf (const char *fmt,...);
1258 void tt_write (const unsigned char *data, unsigned int len); 1260 void tt_write (const unsigned char *data, unsigned int len);
1261 void pty_write ();
1259 1262
1260 void tt_winch (); 1263 void tt_winch ();
1261 1264
1262 rxvt_term (); 1265 rxvt_term ();
1263 ~rxvt_term (); 1266 ~rxvt_term ();
1448 void scr_bell (); 1451 void scr_bell ();
1449 void scr_printscreen (int fullhist); 1452 void scr_printscreen (int fullhist);
1450 void scr_reverse_selection (); 1453 void scr_reverse_selection ();
1451 void scr_dump (int fd); 1454 void scr_dump (int fd);
1452 void selection_check (int check_more); 1455 void selection_check (int check_more);
1453 int selection_paste (Window win, Atom prop, bool delete_prop); 1456 void selection_paste (Window win, Atom prop, bool delete_prop);
1454 void selection_property (Window win, Atom prop); 1457 void selection_property (Window win, Atom prop);
1455 void selection_request (Time tm, int x, int y); 1458 void selection_request (Time tm, int x, int y);
1456 int selection_request_other (Atom target, int selnum); 1459 int selection_request_other (Atom target, int selnum);
1457 void selection_clear (); 1460 void selection_clear ();
1458 void selection_make (Time tm); 1461 void selection_make (Time tm);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines