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.154 by root, Mon Feb 21 19:30:58 2005 UTC vs.
Revision 1.157 by root, Mon Jun 13 05:30:26 2005 UTC

22#include "salloc.h" 22#include "salloc.h"
23 23
24#if ENABLE_FRILLS 24#if ENABLE_FRILLS
25# define ENABLE_XEMBED 1 25# define ENABLE_XEMBED 1
26# define ENABLE_EWMH 1 26# define ENABLE_EWMH 1
27# define CURSOR_BLINK 1
27#endif 28#endif
28 29
29/* 30/*
30 ***************************************************************************** 31 *****************************************************************************
31 * SYSTEM HACKS 32 * SYSTEM HACKS
136#endif 137#endif
137 138
138/* If we're using either the rxvt scrollbar or menu bars, keep the 139/* If we're using either the rxvt scrollbar or menu bars, keep the
139 * scrollColor resource. 140 * scrollColor resource.
140 */ 141 */
141#if defined(RXVT_SCROLLBAR) || defined(MENUBAR) || defined(PLAIN_SCROLLBAR) 142#if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(MENUBAR) || defined(PLAIN_SCROLLBAR)
142# define KEEP_SCROLLCOLOR 1 143# define KEEP_SCROLLCOLOR 1
143#else 144#else
144# undef KEEP_SCROLLCOLOR 145# undef KEEP_SCROLLCOLOR
145#endif 146#endif
146 147
266 267
267#define R_SB_ALIGN_CENTRE 0 268#define R_SB_ALIGN_CENTRE 0
268#define R_SB_ALIGN_TOP 1 269#define R_SB_ALIGN_TOP 1
269#define R_SB_ALIGN_BOTTOM 2 270#define R_SB_ALIGN_BOTTOM 2
270 271
271#define R_SB_RXVT 0
272#define R_SB_NEXT 1 272#define R_SB_NEXT 1
273#define R_SB_XTERM 2 273#define R_SB_XTERM 2
274#define R_SB_PLAIN 4 274#define R_SB_PLAIN 4
275#define R_SB_RXVT 8
275 276
276#define SB_WIDTH_NEXT 19 277#define SB_WIDTH_NEXT 19
277#define SB_WIDTH_XTERM 15 278#define SB_WIDTH_XTERM 15
278#define SB_WIDTH_PLAIN 7 279#define SB_WIDTH_PLAIN 7
279#ifndef SB_WIDTH_RXVT 280#ifndef SB_WIDTH_RXVT
643 Rs_ext_bwidth, 644 Rs_ext_bwidth,
644 Rs_int_bwidth, 645 Rs_int_bwidth,
645 Rs_borderLess, 646 Rs_borderLess,
646 Rs_lineSpace, 647 Rs_lineSpace,
647 Rs_pty_fd, 648 Rs_pty_fd,
649 Rs_cursorUnderline,
650#endif
651#if CURSOR_BLINK
652 Rs_cursorBlink,
648#endif 653#endif
649#if ENABLE_XEMBED 654#if ENABLE_XEMBED
650 Rs_embed, 655 Rs_embed,
651#endif 656#endif
652 Rs_cutchars, 657 Rs_cutchars,
653 Rs_modifier, 658 Rs_modifier,
654 Rs_answerbackstring, 659 Rs_answerbackstring,
655 Rs_tripleclickwords, 660 Rs_tripleclickwords,
656 Rs_insecure, 661 Rs_insecure,
657 Rs_cursorBlink,
658 Rs_pointerBlank, 662 Rs_pointerBlank,
659 Rs_pointerBlankDelay, 663 Rs_pointerBlankDelay,
660 Rs_imLocale, 664 Rs_imLocale,
661 Rs_imFont, 665 Rs_imFont,
662 Rs_pastableTabs, 666 Rs_pastableTabs,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines