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.399 by sf-exg, Thu Apr 1 16:34:41 2010 UTC vs.
Revision 1.402 by sf-exg, Sun Apr 4 18:59:19 2010 UTC

251#ifndef TERMENV 251#ifndef TERMENV
252# ifdef USE_256_COLORS 252# ifdef USE_256_COLORS
253# define TERMENV "rxvt-unicode-256color" 253# define TERMENV "rxvt-unicode-256color"
254# else 254# else
255# define TERMENV "rxvt-unicode" 255# define TERMENV "rxvt-unicode"
256#endif 256# endif
257#endif 257#endif
258 258
259#if defined (NO_MOUSE_REPORT) && !defined (NO_MOUSE_REPORT_SCROLLBAR) 259#if defined (NO_MOUSE_REPORT) && !defined (NO_MOUSE_REPORT_SCROLLBAR)
260# define NO_MOUSE_REPORT_SCROLLBAR 1 260# define NO_MOUSE_REPORT_SCROLLBAR 1
261#endif 261#endif
489#if ENABLE_FRILLS 489#if ENABLE_FRILLS
490 Color_underline, 490 Color_underline,
491#endif 491#endif
492#ifdef OPTION_HC 492#ifdef OPTION_HC
493 Color_HC, 493 Color_HC,
494 Color_HTC,
494#endif 495#endif
495 Color_scroll, 496 Color_scroll,
496#ifdef RXVT_SCROLLBAR 497#ifdef RXVT_SCROLLBAR
497 Color_trough, 498 Color_trough,
498#endif 499#endif
961 scrollBar_t scrollBar; 962 scrollBar_t scrollBar;
962 uint8_t options[(Opt_count + 7) >> 3]; 963 uint8_t options[(Opt_count + 7) >> 3];
963 XSizeHints szHint; 964 XSizeHints szHint;
964 rxvt_color *pix_colors; 965 rxvt_color *pix_colors;
965 Cursor TermWin_cursor; /* cursor for vt window */ 966 Cursor TermWin_cursor; /* cursor for vt window */
966 int numlock_state;
967 line_t *row_buf; // all lines, scrollback + terminal, circular, followed by temp_buf 967 line_t *row_buf; // all lines, scrollback + terminal, circular, followed by temp_buf
968 line_t *drawn_buf; // text on screen 968 line_t *drawn_buf; // text on screen
969 line_t *swap_buf; // lines for swap buffer 969 line_t *swap_buf; // lines for swap buffer
970 char *tabs; /* per location: 1 == tab-stop */ 970 char *tabs; /* per location: 1 == tab-stop */
971 screen_t screen; 971 screen_t screen;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines