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.7 by pcg, Wed Nov 26 10:42:34 2003 UTC vs.
Revision 1.8 by pcg, Thu Nov 27 10:12:10 2003 UTC

1/* 1/*
2 * $Id: rxvt.h,v 1.7 2003/11/26 10:42:34 pcg Exp $ 2 * $Id: rxvt.h,v 1.8 2003/11/27 10:12:10 pcg Exp $
3 */ 3 */
4 4
5#ifndef _RXVT_H_ /* include once only */ 5#ifndef _RXVT_H_ /* include once only */
6#define _RXVT_H_ 6#define _RXVT_H_
7 7
1113/* command input buffering */ 1113/* command input buffering */
1114 unsigned char *cmdbuf_ptr, *cmdbuf_endp; 1114 unsigned char *cmdbuf_ptr, *cmdbuf_endp;
1115 unsigned char cmdbuf_base[BUFSIZ]; 1115 unsigned char cmdbuf_base[BUFSIZ];
1116 unsigned char kbuf[KBUFSZ]; 1116 unsigned char kbuf[KBUFSZ];
1117 1117
1118 void destroy_cb (time_watcher &w); time_watcher destroy_ev;
1119
1118 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev; 1120 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev;
1119 void x_cb (io_watcher &w, short revents); io_watcher x_ev; 1121 void x_cb (io_watcher &w, short revents); io_watcher x_ev;
1120 1122
1121#ifdef CURSOR_BLINK 1123#ifdef CURSOR_BLINK
1122 void blink_cb (time_watcher &w); time_watcher blink_ev; 1124 void blink_cb (time_watcher &w); time_watcher blink_ev;
1130 1132
1131 void flush (); 1133 void flush ();
1132 1134
1133 rxvt_term (); 1135 rxvt_term ();
1134 ~rxvt_term (); 1136 ~rxvt_term ();
1137 void destroy ();
1135 1138
1136 bool init (int argc, const char *const *argv); 1139 bool init (int argc, const char *const *argv);
1137 bool init_vars (); 1140 bool init_vars ();
1138 1141
1139 uint32_t next_char (); 1142 uint32_t next_char ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines