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.8 by pcg, Thu Nov 27 10:12:10 2003 UTC vs.
Revision 1.9 by pcg, Thu Nov 27 16:49:45 2003 UTC

1/* 1/*
2 * $Id: rxvt.h,v 1.8 2003/11/27 10:12:10 pcg Exp $ 2 * $Id: rxvt.h,v 1.9 2003/11/27 16:49:45 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
1100 char *env_colorfgbg; 1100 char *env_colorfgbg;
1101 char *buffer; 1101 char *buffer;
1102 char *locale; 1102 char *locale;
1103 char charsets[4]; 1103 char charsets[4];
1104 unsigned char *v_buffer; /* pointer to physical buffer */ 1104 unsigned char *v_buffer; /* pointer to physical buffer */
1105 unsigned char *v_bufstr; /* beginning of area to write */
1106 unsigned char *v_bufptr; /* end of area to write */ 1105 unsigned int v_buflen; /* size of area to write */
1107 unsigned char *v_bufend; /* end of physical buffer */
1108 char *newfont[MAX_NFONTS]; 1106 char *newfont[MAX_NFONTS];
1109#ifdef KEYSYM_RESOURCE 1107#ifdef KEYSYM_RESOURCE
1110 const unsigned char *Keysym_map[256]; 1108 const unsigned char *Keysym_map[256];
1111#endif 1109#endif
1112 const char *rs[NUM_RESOURCES]; 1110 const char *rs[NUM_RESOURCES];
1128 void pointer_cb (time_watcher &w); time_watcher pointer_ev; 1126 void pointer_cb (time_watcher &w); time_watcher pointer_ev;
1129 void pointer_blank (); 1127 void pointer_blank ();
1130 void pointer_unblank (); 1128 void pointer_unblank ();
1131#endif 1129#endif
1132 1130
1131 void tt_printf (const char *fmt,...);
1132 void tt_write (const unsigned char *data, unsigned int len);
1133
1133 void flush (); 1134 void flush ();
1134 1135
1135 rxvt_term (); 1136 rxvt_term ();
1136 ~rxvt_term (); 1137 ~rxvt_term ();
1137 void destroy (); 1138 void destroy ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines