ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.220 by root, Tue Jan 17 15:17:39 2006 UTC vs.
Revision 1.223 by root, Thu Jan 19 16:22:13 2006 UTC

184 { 184 {
185 // 185 //
186 } 186 }
187 187
188 virtual bool get () = 0; 188 virtual bool get () = 0;
189#if UTMP_SUPPORT
189 virtual void login (int cmd_pid, bool login_shell, const char *hostname) = 0; 190 virtual void login (int cmd_pid, bool login_shell, const char *hostname) = 0;
191#endif
190 192
191 void close_tty (); 193 void close_tty ();
192 bool make_controlling_tty (); 194 bool make_controlling_tty ();
193 void set_utf8_mode (bool on); 195 void set_utf8_mode (bool on);
194}; 196};
1185 xevent_watcher vt_ev; 1187 xevent_watcher vt_ev;
1186#ifdef HAVE_SCROLLBARS 1188#ifdef HAVE_SCROLLBARS
1187 xevent_watcher scrollbar_ev; 1189 xevent_watcher scrollbar_ev;
1188#endif 1190#endif
1189 1191
1192 void child_cb (child_watcher &w, int status); child_watcher child_ev;
1190 void check_cb (check_watcher &w); check_watcher check_ev; 1193 void check_cb (check_watcher &w); check_watcher check_ev;
1191 void destroy_cb (time_watcher &w); time_watcher destroy_ev; 1194 void destroy_cb (time_watcher &w); time_watcher destroy_ev;
1192 void flush_cb (time_watcher &w); time_watcher flush_ev; 1195 void flush_cb (time_watcher &w); time_watcher flush_ev;
1193 1196
1194 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;
1224 1227
1225 void tt_winch (); 1228 void tt_winch ();
1226 1229
1227 rxvt_term (); 1230 rxvt_term ();
1228 ~rxvt_term (); 1231 ~rxvt_term ();
1229 void child_exit (); // child has exited, usually destroys
1230 void destroy (); 1232 void destroy ();
1231 void emergency_cleanup (); 1233 void emergency_cleanup ();
1232 1234
1233 bool init (int argc, const char *const *argv); 1235 bool init (int argc, const char *const *argv);
1234 bool init_vars (); 1236 bool init_vars ();
1465 void scr_reverse_selection (); 1467 void scr_reverse_selection ();
1466 void scr_dump (int fd); 1468 void scr_dump (int fd);
1467 void selection_check (int check_more); 1469 void selection_check (int check_more);
1468 void selection_paste (Window win, Atom prop, bool delete_prop); 1470 void selection_paste (Window win, Atom prop, bool delete_prop);
1469 void selection_property (Window win, Atom prop); 1471 void selection_property (Window win, Atom prop);
1470 void selection_request (Time tm, int x, int y); 1472 void selection_request (Time tm);
1471 int selection_request_other (Atom target, int selnum); 1473 int selection_request_other (Atom target, int selnum);
1472 void selection_clear (); 1474 void selection_clear ();
1473 void selection_make (Time tm); 1475 void selection_make (Time tm);
1474 bool selection_grab (Time tm); 1476 bool selection_grab (Time tm);
1475 void selection_start_colrow (int col, int row); 1477 void selection_start_colrow (int col, int row);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines