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.18 by pcg, Thu Dec 18 13:33:03 2003 UTC vs.
Revision 1.19 by pcg, Fri Dec 19 09:41:09 2003 UTC

1/* 1/*
2 * $Id: rxvt.h,v 1.18 2003/12/18 13:33:03 pcg Exp $ 2 * $Id: rxvt.h,v 1.19 2003/12/19 09:41:09 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
1079#endif 1079#endif
1080 const char *rs[NUM_RESOURCES]; 1080 const char *rs[NUM_RESOURCES];
1081/* command input buffering */ 1081/* command input buffering */
1082 unsigned char *cmdbuf_ptr, *cmdbuf_endp; 1082 unsigned char *cmdbuf_ptr, *cmdbuf_endp;
1083 unsigned char cmdbuf_base[BUFSIZ]; 1083 unsigned char cmdbuf_base[BUFSIZ];
1084 unsigned char kbuf[KBUFSZ];
1085 1084
1086 rxvt_salloc *ralloc; 1085 rxvt_salloc *ralloc;
1087 rxvt_salloc *talloc; 1086 rxvt_salloc *talloc;
1088 1087
1089 void paste (const unsigned char *data, unsigned int len); 1088 void paste (const unsigned char *data, unsigned int len);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines