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.437 by root, Fri Feb 25 07:07:41 2011 UTC vs.
Revision 1.438 by root, Thu Mar 24 17:34:28 2011 UTC

1289 void child_cb (ev::child &w, int revents); ev::child child_ev; 1289 void child_cb (ev::child &w, int revents); ev::child child_ev;
1290 void destroy_cb (ev::idle &w, int revents); ev::idle destroy_ev; 1290 void destroy_cb (ev::idle &w, int revents); ev::idle destroy_ev;
1291 void refresh_check (); 1291 void refresh_check ();
1292 void flush (); 1292 void flush ();
1293 void flush_cb (ev::timer &w, int revents); ev::timer flush_ev; 1293 void flush_cb (ev::timer &w, int revents); ev::timer flush_ev;
1294 void cmdbuf_reify ();
1295 void cmdbuf_append (const char *str, size_t count);
1294 bool pty_fill (); 1296 bool pty_fill ();
1295 void pty_cb (ev::io &w, int revents); ev::io pty_ev; 1297 void pty_cb (ev::io &w, int revents); ev::io pty_ev;
1296 1298
1297#ifdef CURSOR_BLINK 1299#ifdef CURSOR_BLINK
1298 void cursor_blink_cb (ev::timer &w, int revents); ev::timer cursor_blink_ev; 1300 void cursor_blink_cb (ev::timer &w, int revents); ev::timer cursor_blink_ev;
1357#endif 1359#endif
1358 1360
1359 // command.C 1361 // command.C
1360 void key_press (XKeyEvent &ev); 1362 void key_press (XKeyEvent &ev);
1361 void key_release (XKeyEvent &ev); 1363 void key_release (XKeyEvent &ev);
1362 unsigned int cmd_write (const char *str, unsigned int count);
1363 1364
1364 wchar_t next_char () NOTHROW; 1365 wchar_t next_char () NOTHROW;
1365 wchar_t cmd_getc () THROW ((class out_of_input)); 1366 wchar_t cmd_getc () THROW ((class out_of_input));
1366 uint32_t next_octet () NOTHROW; 1367 uint32_t next_octet () NOTHROW;
1367 uint32_t cmd_get8 () THROW ((class out_of_input)); 1368 uint32_t cmd_get8 () THROW ((class out_of_input));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines