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.19 by pcg, Fri Dec 19 09:41:09 2003 UTC vs.
Revision 1.20 by pcg, Wed Dec 24 09:22:29 2003 UTC

1/* 1/*
2 * $Id: rxvt.h,v 1.19 2003/12/19 09:41:09 pcg Exp $ 2 * $Id: rxvt.h,v 1.20 2003/12/24 09:22:29 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
885#ifdef GREEK_SUPPORT 885#ifdef GREEK_SUPPORT
886 short greek_mode; /* greek keyboard mode */ 886 short greek_mode; /* greek keyboard mode */
887#endif 887#endif
888 short rvideo; 888 short rvideo;
889 int16_t num_scr; /* screen: number lines scrolled */ 889 int16_t num_scr; /* screen: number lines scrolled */
890 uint16_t prev_ncol, /* screen: previous number of columns */ 890 unsigned int prev_ncol, /* screen: previous number of columns */
891 prev_nrow; /* screen: previous number of rows */ 891 prev_nrow; /* screen: previous number of rows */
892#ifdef RXVT_GRAPHICS 892#ifdef RXVT_GRAPHICS
893 uint16_t gr_prev_start; 893 uint16_t gr_prev_start;
894#endif 894#endif
895/* ---------- */ 895/* ---------- */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines