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.440 by sf-exg, Tue Apr 26 16:19:45 2011 UTC vs.
Revision 1.441 by sf-exg, Fri Apr 29 10:10:20 2011 UTC

307#ifdef NO_SECONDARY_SCREEN 307#ifdef NO_SECONDARY_SCREEN
308# define NSCREENS 0 308# define NSCREENS 0
309#else 309#else
310# define NSCREENS 1 310# define NSCREENS 1
311#endif 311#endif
312
313/* special (internal) prefix for font commands */
314#define FONT_CMD '#'
315#define FONT_DN "#-"
316#define FONT_UP "#+"
317 312
318/* flags for rxvt_term::scr_gotorc () */ 313/* flags for rxvt_term::scr_gotorc () */
319enum { 314enum {
320 C_RELATIVE = 1, /* col movement is relative */ 315 C_RELATIVE = 1, /* col movement is relative */
321 R_RELATIVE = 2, /* row movement is relative */ 316 R_RELATIVE = 2, /* row movement is relative */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines