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

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.12 by pcg, Wed Dec 17 09:00:35 2003 UTC vs.
Revision 1.16 by pcg, Thu Dec 18 05:45:11 2003 UTC

1/* 1/*
2 * $Id: rxvt.h,v 1.12 2003/12/17 09:00:35 pcg Exp $ 2 * $Id: rxvt.h,v 1.16 2003/12/18 05:45:11 pcg Exp $
3 */ 3 */
4 4
5#ifndef _RXVT_H_ /* include once only */ 5#ifndef _RXVT_H_ /* include once only */
6#define _RXVT_H_ 6#define _RXVT_H_
7 7
481 Rs_backgroundPixmap, 481 Rs_backgroundPixmap,
482#endif 482#endif
483#if (MENUBAR_MAX) 483#if (MENUBAR_MAX)
484 Rs_menu, 484 Rs_menu,
485#endif 485#endif
486#ifndef NO_BOLDFONT
487 Rs_boldFont,
488#endif
489#ifdef GREEK_SUPPORT 486#ifdef GREEK_SUPPORT
490 Rs_greek_keyboard, 487 Rs_greek_keyboard,
491 Rs_greektoggle_key, 488 Rs_greektoggle_key,
492#endif 489#endif
493 Rs_loginShell, 490 Rs_loginShell,
552 Rs_answerbackstring, 549 Rs_answerbackstring,
553 Rs_tripleclickwords, 550 Rs_tripleclickwords,
554 Rs_cursorBlink, 551 Rs_cursorBlink,
555 Rs_pointerBlank, 552 Rs_pointerBlank,
556 Rs_pointerBlankDelay, 553 Rs_pointerBlankDelay,
554 Rs_imLocale,
557 NUM_RESOURCES 555 NUM_RESOURCES
558}; 556};
559 557
560enum { 558enum {
561 XA_COMPOUND_TEXT = 0, 559 XA_COMPOUND_TEXT = 0,
724#define scrollbar_isUp() (R->scrollBar.state == 'U') 722#define scrollbar_isUp() (R->scrollBar.state == 'U')
725#define scrollbar_isDn() (R->scrollBar.state == 'D') 723#define scrollbar_isDn() (R->scrollBar.state == 'D')
726#define scrollbar_isUpDn() isupper (R->scrollBar.state) 724#define scrollbar_isUpDn() isupper (R->scrollBar.state)
727#define isScrollbarWindow(w) (R->scrollBar.state && (w) == R->scrollBar.win) 725#define isScrollbarWindow(w) (R->scrollBar.state && (w) == R->scrollBar.win)
728 726
729#define scrollbar_setIdle() R->scrollBar.state = 1
730#define scrollbar_setMotion() R->scrollBar.state = 'm'
731#define scrollbar_setUp() R->scrollBar.state = 'U'
732#define scrollbar_setDn() R->scrollBar.state = 'D'
733
734#define scrollbarnext_dnval() (R->scrollBar.end + (R->scrollBar.width + 1)) 727#define scrollbarnext_dnval() (R->scrollBar.end + (R->scrollBar.width + 1))
735#define scrollbarnext_upButton(y) ((y) > R->scrollBar.end \ 728#define scrollbarnext_upButton(y) ((y) > R->scrollBar.end \
736 && (y) <= scrollbarnext_dnval()) 729 && (y) <= scrollbarnext_dnval())
737#define scrollbarnext_dnButton(y) ((y) > scrollbarnext_dnval()) 730#define scrollbarnext_dnButton(y) ((y) > scrollbarnext_dnval())
738#define SCROLLNEXT_MINHEIGHT SB_THUMB_MIN_HEIGHT 731#define SCROLLNEXT_MINHEIGHT SB_THUMB_MIN_HEIGHT
769 762
770#ifndef STRICT_FONT_CHECKING 763#ifndef STRICT_FONT_CHECKING
771# define rxvt_get_fontwidest(font) ((font)->max_bounds.width) 764# define rxvt_get_fontwidest(font) ((font)->max_bounds.width)
772#endif 765#endif
773 766
774#define rxvt_Gr_ButtonPress(x,y) rxvt_Gr_ButtonReport (r, 'P',(x),(y)) 767#define rxvt_Gr_ButtonPress(x,y) rxvt_Gr_ButtonReport (R, 'P',(x),(y))
775#define rxvt_Gr_ButtonRelease(x,y) rxvt_Gr_ButtonReport (r, 'R',(x),(y)) 768#define rxvt_Gr_ButtonRelease(x,y) rxvt_Gr_ButtonReport (R, 'R',(x),(y))
776 769
777#ifdef UTMP_SUPPORT 770#ifdef UTMP_SUPPORT
778# if !defined(RXVT_UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX) 771# if !defined(RXVT_UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX)
779# undef HAVE_UTMPX_H 772# undef HAVE_UTMPX_H
780# undef HAVE_STRUCT_UTMPX 773# undef HAVE_STRUCT_UTMPX
1073 char *env_display; /* environmental variable DISPLAY */ 1066 char *env_display; /* environmental variable DISPLAY */
1074 char *env_term; /* environmental variable TERM */ 1067 char *env_term; /* environmental variable TERM */
1075 char *env_colorfgbg; 1068 char *env_colorfgbg;
1076 char *buffer; 1069 char *buffer;
1077 char *locale; 1070 char *locale;
1071 char *codeset;
1078 char charsets[4]; 1072 char charsets[4];
1079 unsigned char *v_buffer; /* pointer to physical buffer */ 1073 unsigned char *v_buffer; /* pointer to physical buffer */
1080 unsigned int v_buflen; /* size of area to write */ 1074 unsigned int v_buflen; /* size of area to write */
1081 char *newfont[MAX_NFONTS]; 1075 char *newfont[MAX_NFONTS];
1082#ifdef KEYSYM_RESOURCE 1076#ifdef KEYSYM_RESOURCE
1130 bool pty_fill (); 1124 bool pty_fill ();
1131 void process_x_events (); 1125 void process_x_events ();
1132 1126
1133 void *operator new (size_t s); 1127 void *operator new (size_t s);
1134 void operator delete (void *p, size_t s); 1128 void operator delete (void *p, size_t s);
1129
1130 void init_secondary ();
1131 const char **init_resources (int argc, const char *const *argv);
1132 void init_env ();
1133 void init_xlocale ();
1134 void init_command (const char *const *argv);
1135 int run_command (const char *const *argv);
1136 int run_child (const char *const *argv);
1137
1138 void color_aliases(int idx);
1139 void recolour_cursor ();
1135 1140
1136 /* screen(!) */ 1141 /* screen(!) */
1137 void scr_blank_line (text_t *et, rend_t *er, unsigned int width, rend_t efs); 1142 void scr_blank_line (text_t *et, rend_t *er, unsigned int width, rend_t efs);
1138 void scr_blank_screen_mem (text_t **tp, rend_t **rp, unsigned int row, rend_t efs); 1143 void scr_blank_screen_mem (text_t **tp, rend_t **rp, unsigned int row, rend_t efs);
1139 int scr_scroll_text (int row1, int row2, int count, int spec); 1144 int scr_scroll_text (int row1, int row2, int count, int spec);
1140 void scr_reset (); 1145 void scr_reset ();
1141 void scr_reset_realloc (); 1146 void scr_reset_realloc ();
1142 void scr_release (); 1147 void scr_release ();
1143}; 1148};
1144 1149
1150#define SET_LOCALE(locale) rxvt_set_locale (locale)
1151extern void rxvt_set_locale (const char *locale);
1152
1145#ifndef __attribute__ 1153#ifndef __attribute__
1146# ifdef __GNUC__ 1154# ifdef __GNUC__
1147# if (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || (__GNUC__ < 2) 1155# if (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || (__GNUC__ < 2)
1148# define __attribute__(x) 1156# define __attribute__(x)
1149# endif 1157# endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines