ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtlib.h.in
(Generate patch)

Comparing rxvt-unicode/src/rxvtlib.h.in (file contents):
Revision 1.41 by root, Tue Aug 31 07:55:15 2004 UTC vs.
Revision 1.43 by root, Fri Feb 4 11:41:23 2005 UTC

54 54
55typedef struct rxvt_term *rxvt_t; 55typedef struct rxvt_term *rxvt_t;
56 56
57extern rxvt_t rxvt_current_term; 57extern rxvt_t rxvt_current_term;
58 58
59# define SET_R(r) rxvt_current_term = (r) 59#define SET_R(r) rxvt_current_term = (r)
60# define GET_R rxvt_current_term 60#define GET_R rxvt_current_term
61 61
62#define scrollbar_visible() scrollBar.state 62#define scrollbar_visible() scrollBar.state
63#define menubar_visible() menuBar.state 63#define menubar_visible() menuBar.state
64 64
65typedef struct { 65typedef struct {
213# define Opt_borderLess (1UL<<24) // mem borderless hints 213# define Opt_borderLess (1UL<<24) // mem borderless hints
214#else 214#else
215# define Opt_insecure 0 215# define Opt_insecure 0
216# define Opt_borderLess 0 216# define Opt_borderLess 0
217#endif 217#endif
218#define Opt_pastableTabs (1UL<<25)
218/* place holder used for parsing command-line options */ 219/* place holder used for parsing command-line options */
219#define Opt_Reverse (1UL<<30) 220#define Opt_Reverse (1UL<<30)
220#define Opt_Boolean (1UL<<31) 221#define Opt_Boolean (1UL<<31)
221 222
222#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput | \ 223#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \
223 Opt_jumpScroll | Opt_secondaryScreen) 224 | Opt_jumpScroll | Opt_secondaryScreen \
225 | Opt_pastableTabs)
224 226
225/* ------------------------------------------------------------------------- */ 227/* ------------------------------------------------------------------------- */
226 228
227typedef struct { 229typedef struct {
228 short state; 230 short state;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines