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.44 by root, Sun Feb 13 08:56:28 2005 UTC

20@include_sys_strredir_h@ 20@include_sys_strredir_h@
21 21
22#include <sys/wait.h> 22#include <sys/wait.h>
23#include <sys/stat.h> 23#include <sys/stat.h>
24 24
25#if HAVE_CWCHAR
25#include <cwchar> 26# include <cwchar>
27#elsif HAVE_WCHAR_H
28# include <wchar.h>
29#else
30// stdlib.h might provide it
31#endif
26 32
27#include "ptytty.h" 33#include "ptytty.h"
28 34
29extern "C" { 35extern "C" {
30#include <X11/Intrinsic.h> /* Xlib, Xutil, Xresource, Xfuncproto */ 36#include <X11/Intrinsic.h> /* Xlib, Xutil, Xresource, Xfuncproto */
54 60
55typedef struct rxvt_term *rxvt_t; 61typedef struct rxvt_term *rxvt_t;
56 62
57extern rxvt_t rxvt_current_term; 63extern rxvt_t rxvt_current_term;
58 64
59# define SET_R(r) rxvt_current_term = (r) 65#define SET_R(r) rxvt_current_term = (r)
60# define GET_R rxvt_current_term 66#define GET_R rxvt_current_term
61 67
62#define scrollbar_visible() scrollBar.state 68#define scrollbar_visible() scrollBar.state
63#define menubar_visible() menuBar.state 69#define menubar_visible() menuBar.state
64 70
65typedef struct { 71typedef struct {
213# define Opt_borderLess (1UL<<24) // mem borderless hints 219# define Opt_borderLess (1UL<<24) // mem borderless hints
214#else 220#else
215# define Opt_insecure 0 221# define Opt_insecure 0
216# define Opt_borderLess 0 222# define Opt_borderLess 0
217#endif 223#endif
224#define Opt_pastableTabs (1UL<<25)
218/* place holder used for parsing command-line options */ 225/* place holder used for parsing command-line options */
219#define Opt_Reverse (1UL<<30) 226#define Opt_Reverse (1UL<<30)
220#define Opt_Boolean (1UL<<31) 227#define Opt_Boolean (1UL<<31)
221 228
222#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput | \ 229#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \
223 Opt_jumpScroll | Opt_secondaryScreen) 230 | Opt_jumpScroll | Opt_secondaryScreen \
231 | Opt_pastableTabs)
224 232
225/* ------------------------------------------------------------------------- */ 233/* ------------------------------------------------------------------------- */
226 234
227typedef struct { 235typedef struct {
228 short state; 236 short state;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines