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.21 by pcg, Sat Jan 17 01:20:01 2004 UTC

1/*
2 * $Id: rxvt.h,v 1.19 2003/12/19 09:41:09 pcg Exp $
3 */
4
5#ifndef _RXVT_H_ /* include once only */ 1#ifndef RXVT_H_ /* include once only */
6#define _RXVT_H_ 2#define RXVT_H_
7 3
8#include "rxvtlib.h" 4#include "rxvtlib.h"
9 5
10#include "feature.h" 6#include "feature.h"
11 7
885#ifdef GREEK_SUPPORT 881#ifdef GREEK_SUPPORT
886 short greek_mode; /* greek keyboard mode */ 882 short greek_mode; /* greek keyboard mode */
887#endif 883#endif
888 short rvideo; 884 short rvideo;
889 int16_t num_scr; /* screen: number lines scrolled */ 885 int16_t num_scr; /* screen: number lines scrolled */
890 uint16_t prev_ncol, /* screen: previous number of columns */ 886 unsigned int prev_ncol, /* screen: previous number of columns */
891 prev_nrow; /* screen: previous number of rows */ 887 prev_nrow; /* screen: previous number of rows */
892#ifdef RXVT_GRAPHICS 888#ifdef RXVT_GRAPHICS
893 uint16_t gr_prev_start; 889 uint16_t gr_prev_start;
894#endif 890#endif
895/* ---------- */ 891/* ---------- */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines