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

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.150 by root, Fri Jan 20 11:02:46 2006 UTC vs.
Revision 1.155 by root, Wed Jan 25 02:53:13 2006 UTC

174#if OFF_FOCUS_FADING 174#if OFF_FOCUS_FADING
175 "black", 175 "black",
176#endif 176#endif
177 }; 177 };
178 178
179const char *const xa_names[] =
180 {
181 "TEXT",
182 "COMPOUND_TEXT",
183 "UTF8_STRING",
184 "MULTIPLE",
185 "TARGETS",
186 "TIMESTAMP",
187 "VT_SELECTION",
188 "INCR",
189 "WM_PROTOCOLS",
190 "WM_DELETE_WINDOW",
191 "CLIPBOARD",
192#if ENABLE_FRILLS
193 "_MOTIF_WM_HINTS",
194#endif
195#if ENABLE_EWMH
196 "_NET_WM_PID",
197 "_NET_WM_NAME",
198 "_NET_WM_ICON_NAME",
199 "_NET_WM_PING",
200#endif
201#if USE_XIM
202 "WM_LOCALE_NAME",
203#endif
204#ifdef TRANSPARENT
205 "_XROOTPMAP_ID",
206 "ESETROOT_PMAP_ID",
207#endif
208#if ENABLE_XEMBED
209 "_XEMBED",
210 "_XEMBED_INFO",
211#endif
212 };
213
214bool 179bool
215rxvt_term::init_vars () 180rxvt_term::init_vars ()
216{ 181{
182 pix_colors = //
217 pix_colors_focused = new rxvt_color [TOTAL_COLORS]; 183 pix_colors_focused = new rxvt_color [TOTAL_COLORS];
218#ifdef OFF_FOCUS_FADING 184#ifdef OFF_FOCUS_FADING
219 pix_colors_unfocused = new rxvt_color [TOTAL_COLORS]; 185 pix_colors_unfocused = new rxvt_color [TOTAL_COLORS];
220#endif 186#endif
221 pix_colors = pix_colors_focused;
222
223 if (pix_colors == NULL)
224 return false;
225 187
226#if defined(XPM_BACKGROUND) || defined(TRANSPARENT) 188#if defined(XPM_BACKGROUND) || defined(TRANSPARENT)
227 pixmap = None; 189 pixmap = None;
228#endif 190#endif
229 191
230 MEvent.time = CurrentTime; 192 MEvent.time = CurrentTime;
231 MEvent.button = AnyButton; 193 MEvent.button = AnyButton;
232 options = DEFAULT_OPTIONS; 194 options = DEFAULT_OPTIONS;
233 want_refresh = 1; 195 want_refresh = 1;
234 priv_modes = SavedModes = PrivMode_Default; 196 priv_modes = SavedModes = PrivMode_Default;
235 focus = 0;
236 ncol = 80; 197 ncol = 80;
237 nrow = 24; 198 nrow = 24;
238 int_bwidth = INTERNALBORDERWIDTH; 199 int_bwidth = INTERNALBORDERWIDTH;
239 ext_bwidth = EXTERNALBORDERWIDTH; 200 ext_bwidth = EXTERNALBORDERWIDTH;
240 lineSpace = LINESPACE; 201 lineSpace = LINESPACE;
241 saveLines = SAVELINES; 202 saveLines = SAVELINES;
242 numpix_colors = TOTAL_COLORS; 203 numpix_colors = TOTAL_COLORS;
243 204
244 refresh_limit = 1; 205 refresh_limit = 1;
245 refresh_type = SLOW_REFRESH; 206 refresh_type = SLOW_REFRESH;
246 prev_nrow = prev_ncol = 0;
247 207
248 oldcursor.row = oldcursor.col = -1; 208 oldcursor.row = oldcursor.col = -1;
249#ifdef XPM_BACKGROUND 209#ifdef XPM_BACKGROUND
250 /* bgPixmap.w = bgPixmap.h = 0; */ 210 /* bgPixmap.w = bgPixmap.h = 0; */
251 bgPixmap.x = bgPixmap.y = 50; 211 bgPixmap.x = bgPixmap.y = 50;
340 rxvt_fatal ("can't open display %s, aborting.\n", rs[Rs_display_name]); 300 rxvt_fatal ("can't open display %s, aborting.\n", rs[Rs_display_name]);
341 301
342 extract_resources (); 302 extract_resources ();
343 303
344 free (r_argv); 304 free (r_argv);
305
306#if ENABLE_PERL
307 if (!rs[Rs_perl_ext_1])
308 rs[Rs_perl_ext_1] = "default";
309
310 if ((rs[Rs_perl_ext_1] && *rs[Rs_perl_ext_1])
311 || (rs[Rs_perl_ext_2] && *rs[Rs_perl_ext_2])
312 || (rs[Rs_perl_eval] && *rs[Rs_perl_eval]))
313 {
314 rxvt_perl.init (this);
315 HOOK_INVOKE ((this, HOOK_INIT, DT_END));
316 }
317#endif
345 318
346 /* 319 /*
347 * set any defaults not already set 320 * set any defaults not already set
348 */ 321 */
349 if (cmd_argv && cmd_argv[0]) 322 if (cmd_argv && cmd_argv[0])
510 i = strlen (val); 483 i = strlen (val);
511 env_display = (char *)rxvt_malloc ((i + 9) * sizeof (char)); 484 env_display = (char *)rxvt_malloc ((i + 9) * sizeof (char));
512 485
513 sprintf (env_display, "DISPLAY=%s", val); 486 sprintf (env_display, "DISPLAY=%s", val);
514 487
515 /* avoiding the math library: 488 sprintf (env_windowid, "WINDOWID=%lu", (unsigned long)parent[0]);
516 * i = (int) (ceil (log10 ((unsigned int)parent[0]))) */
517 for (i = 0, u = (unsigned int)parent[0]; u; u /= 10, i++)
518 ;
519 max_it (i, 1);
520 env_windowid = (char *)rxvt_malloc ((i + 10) * sizeof (char));
521
522 sprintf (env_windowid, "WINDOWID=%u",
523 (unsigned int)parent[0]);
524 489
525 /* add entries to the environment: 490 /* add entries to the environment:
526 * @ DISPLAY: in case we started with -display 491 * @ DISPLAY: in case we started with -display
527 * @ WINDOWID: X window id number of the window 492 * @ WINDOWID: X window id number of the window
528 * @ COLORTERM: terminal sub-name and also indicates its color 493 * @ COLORTERM: terminal sub-name and also indicates its color
530 * @ TERMINFO: path to terminfo directory 495 * @ TERMINFO: path to terminfo directory
531 * @ COLORFGBG: fg;bg color codes 496 * @ COLORFGBG: fg;bg color codes
532 */ 497 */
533 putenv (env_display); 498 putenv (env_display);
534 putenv (env_windowid); 499 putenv (env_windowid);
500
535 if (env_colorfgbg) 501 if (env_colorfgbg)
536 putenv (env_colorfgbg); 502 putenv (env_colorfgbg);
537 503
538#ifdef RXVT_TERMINFO 504#ifdef RXVT_TERMINFO
539 putenv ("TERMINFO=" RXVT_TERMINFO); 505 putenv ("TERMINFO=" RXVT_TERMINFO);
901rxvt_term::create_windows (int argc, const char *const *argv) 867rxvt_term::create_windows (int argc, const char *const *argv)
902{ 868{
903 XClassHint classHint; 869 XClassHint classHint;
904 XWMHints wmHint; 870 XWMHints wmHint;
905#if ENABLE_FRILLS 871#if ENABLE_FRILLS
906 Atom prop = None;
907 MWMHints mwmhints; 872 MWMHints mwmhints;
908#endif 873#endif
909 XGCValues gcvalue; 874 XGCValues gcvalue;
910 XSetWindowAttributes attributes; 875 XSetWindowAttributes attributes;
911 XWindowAttributes gattr;
912 Window top, parent; 876 Window top, parent;
913 dDisp; 877 dDisp;
914 878
915#ifdef USING_W11LIB 879 xa = display->xa;
916 /* enable W11 callbacks */
917 W11AddEventHandler (disp, rxvt_W11_process_x_event);
918#endif
919
920 assert (sizeof (xa_names) / sizeof (char *) == NUM_XA);
921 XInternAtoms (disp, (char **)xa_names, NUM_XA, False, xa);
922
923 if (OPTION (Opt_transparent))
924 {
925 XGetWindowAttributes (disp, RootWindow (disp, display->screen), &gattr);
926 display->depth = gattr.depth; // doh //TODO, per-term not per-display?
927 }
928 880
929 /* grab colors before netscape does */ 881 /* grab colors before netscape does */
930 Get_Colours (); 882 Get_Colours ();
931 883
932 if (!set_fonts ()) 884 if (!set_fonts ())
933 rxvt_fatal ("unable to load base fontset, please specify a valid one using -fn, aborting.\n"); 885 rxvt_fatal ("unable to load base fontset, please specify a valid one using -fn, aborting.\n");
934 886
935 parent = DefaultRootWindow (disp); 887 parent = display->root;
936 888
937 attributes.override_redirect = !!OPTION (Opt_override_redirect); 889 attributes.override_redirect = !!OPTION (Opt_override_redirect);
938 890
939#if ENABLE_FRILLS 891#if ENABLE_FRILLS
940 if (OPTION (Opt_borderLess)) 892 if (OPTION (Opt_borderLess))
941 { 893 {
942 prop = XInternAtom (disp, "_MOTIF_WM_INFO", True); 894 if (XInternAtom (disp, "_MOTIF_WM_INFO", True) == None)
943
944 if (prop == None)
945 { 895 {
946 /* print_warning("Window Manager does not support MWM hints. Bypassing window manager control for borderless window.\n");*/ 896 /* print_warning("Window Manager does not support MWM hints. Bypassing window manager control for borderless window.\n");*/
947 attributes.override_redirect = TRUE; 897 attributes.override_redirect = TRUE;
948 mwmhints.flags = 0; 898 mwmhints.flags = 0;
949 } 899 }
973 923
974 window_calc (0, 0); 924 window_calc (0, 0);
975 925
976 /* sub-window placement & size in rxvt_resize_subwindows () */ 926 /* sub-window placement & size in rxvt_resize_subwindows () */
977 attributes.background_pixel = pix_colors_focused[Color_border]; 927 attributes.background_pixel = pix_colors_focused[Color_border];
978 attributes.border_pixel = pix_colors_focused[Color_border]; 928 attributes.border_pixel = pix_colors_focused[Color_border];
979 attributes.colormap = display->cmap; 929 attributes.colormap = display->cmap;
930
980 top = XCreateWindow (disp, parent, 931 top = XCreateWindow (disp, parent,
981 szHint.x, szHint.y, 932 szHint.x, szHint.y,
982 szHint.width, szHint.height, 933 szHint.width, szHint.height,
983 ext_bwidth, 934 ext_bwidth,
984 display->depth, InputOutput, 935 display->depth, InputOutput,
989 this->parent[0] = top; 940 this->parent[0] = top;
990 941
991 old_width = szHint.width; 942 old_width = szHint.width;
992 old_height = szHint.height; 943 old_height = szHint.height;
993 944
994 process_xterm_seq (XTerm_title, rs[Rs_title], CHAR_ST); 945 process_xterm_seq (XTerm_title, rs[Rs_title], CHAR_ST);
995 process_xterm_seq (XTerm_iconName, rs[Rs_iconName], CHAR_ST); 946 process_xterm_seq (XTerm_iconName, rs[Rs_iconName], CHAR_ST);
996 947
997 classHint.res_name = (char *)rs[Rs_name]; 948 classHint.res_name = (char *)rs[Rs_name];
998 classHint.res_class = (char *)RESCLASS; 949 classHint.res_class = (char *)RESCLASS;
999 950
1000 wmHint.flags = InputHint | StateHint | WindowGroupHint; 951 wmHint.flags = InputHint | StateHint | WindowGroupHint;
1001 wmHint.input = True; 952 wmHint.input = True;
1002 wmHint.initial_state = OPTION (Opt_iconic) ? IconicState : NormalState; 953 wmHint.initial_state = OPTION (Opt_iconic) ? IconicState : NormalState;
1003 wmHint.window_group = top; 954 wmHint.window_group = top;
1004 955
1005 XmbSetWMProperties (disp, top, NULL, NULL, (char **)argv, argc, 956 XmbSetWMProperties (disp, top, NULL, NULL, (char **)argv, argc,
1006 &szHint, &wmHint, &classHint); 957 &szHint, &wmHint, &classHint);
958
959#if ENABLE_FRILLS
960 if (mwmhints.flags)
961 XChangeProperty (disp, top, xa[XA_MOTIF_WM_HINTS], xa[XA_MOTIF_WM_HINTS], 32,
962 PropModeReplace, (unsigned char *)&mwmhints, PROP_MWM_HINTS_ELEMENTS);
963#endif
1007 964
1008 Atom protocols[] = { 965 Atom protocols[] = {
1009 xa[XA_WM_DELETE_WINDOW], 966 xa[XA_WM_DELETE_WINDOW],
1010#if ENABLE_EWMH 967#if ENABLE_EWMH
1011 xa[XA_NET_WM_PING], 968 xa[XA_NET_WM_PING],
1037 | FocusChangeMask | VisibilityChangeMask 994 | FocusChangeMask | VisibilityChangeMask
1038 | ExposureMask | StructureNotifyMask); 995 | ExposureMask | StructureNotifyMask);
1039 996
1040 termwin_ev.start (display, top); 997 termwin_ev.start (display, top);
1041 998
1042#if ENABLE_FRILLS
1043 if (mwmhints.flags)
1044 XChangeProperty (disp, top, xa[XA_MOTIF_WM_HINTS], xa[XA_MOTIF_WM_HINTS], 32,
1045 PropModeReplace, (unsigned char *)&mwmhints, PROP_MWM_HINTS_ELEMENTS);
1046#endif
1047
1048 /* vt cursor: Black-on-White is standard, but this is more popular */ 999 /* vt cursor: Black-on-White is standard, but this is more popular */
1049 TermWin_cursor = XCreateFontCursor (disp, XC_xterm); 1000 TermWin_cursor = XCreateFontCursor (disp, XC_xterm);
1050 1001
1051#ifdef HAVE_SCROLLBARS 1002#ifdef HAVE_SCROLLBARS
1052 /* cursor scrollBar: Black-on-White */ 1003 /* cursor scrollBar: Black-on-White */
1053 leftptr_cursor = XCreateFontCursor (disp, XC_left_ptr); 1004 leftptr_cursor = XCreateFontCursor (disp, XC_left_ptr);
1054#endif 1005#endif
1055 1006
1056 /* the vt window */ 1007 /* the vt window */
1057 vt = XCreateSimpleWindow (disp, top, 1008 vt = XCreateSimpleWindow (disp, top,
1058 window_vt_x,
1059 window_vt_y, 1009 window_vt_x, window_vt_y,
1060 width,
1061 height, 1010 width, height,
1062 0, 1011 0,
1063 pix_colors_focused[Color_fg], 1012 pix_colors_focused[Color_fg],
1064 pix_colors_focused[Color_bg]); 1013 pix_colors_focused[Color_bg]);
1065#ifdef DEBUG_X
1066 XStoreName (disp, vt, "vt window");
1067#endif
1068 1014
1069 attributes.bit_gravity = NorthWestGravity; 1015 attributes.bit_gravity = NorthWestGravity;
1070 XChangeWindowAttributes (disp, vt, CWBitGravity, &attributes); 1016 XChangeWindowAttributes (disp, vt, CWBitGravity, &attributes);
1071 1017
1072 vt_emask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask; 1018 vt_emask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask;
1080 1026
1081 vt_ev.start (display, vt); 1027 vt_ev.start (display, vt);
1082 1028
1083#ifdef XPM_BACKGROUND 1029#ifdef XPM_BACKGROUND
1084 if (rs[Rs_backgroundPixmap] != NULL 1030 if (rs[Rs_backgroundPixmap] != NULL
1085 && ! OPTION (Opt_transparent)) 1031 && !OPTION (Opt_transparent))
1086 { 1032 {
1087 const char *p = rs[Rs_backgroundPixmap]; 1033 const char *p = rs[Rs_backgroundPixmap];
1088 1034
1089 if ((p = strchr (p, ';')) != NULL) 1035 if ((p = strchr (p, ';')) != NULL)
1090 { 1036 {
1096 scr_touch (true); 1042 scr_touch (true);
1097 } 1043 }
1098#endif 1044#endif
1099 1045
1100 /* graphics context for the vt window */ 1046 /* graphics context for the vt window */
1101 gcvalue.foreground = pix_colors[Color_fg]; 1047 gcvalue.foreground = pix_colors[Color_fg];
1102 gcvalue.background = pix_colors[Color_bg]; 1048 gcvalue.background = pix_colors[Color_bg];
1103 gcvalue.graphics_exposures = 1; 1049 gcvalue.graphics_exposures = 1;
1050
1104 gc = XCreateGC (disp, vt, 1051 gc = XCreateGC (disp, vt,
1105 GCForeground | GCBackground | GCGraphicsExposures, 1052 GCForeground | GCBackground | GCGraphicsExposures,
1106 &gcvalue); 1053 &gcvalue);
1107 1054
1108 drawable = new rxvt_drawable (display, vt); 1055 drawable = new rxvt_drawable (display, vt);
1109 1056
1110#ifdef RXVT_SCROLLBAR 1057#ifdef RXVT_SCROLLBAR
1111 gcvalue.foreground = pix_colors[Color_topShadow]; 1058 gcvalue.foreground = pix_colors[Color_topShadow];
1122 pix_colors = pix_colors_unfocused; 1069 pix_colors = pix_colors_unfocused;
1123#endif 1070#endif
1124 1071
1125 pointer_unblank (); 1072 pointer_unblank ();
1126 scr_recolour (); 1073 scr_recolour ();
1127
1128#if ENABLE_XEMBED
1129 if (rs[Rs_embed])
1130 {
1131 long info[2] = { 0, XEMBED_MAPPED };
1132
1133 XChangeProperty (disp, parent, xa[XA_XEMBED_INFO], xa[XA_XEMBED_INFO],
1134 32, PropModeReplace, (unsigned char *)&info, 2);
1135 }
1136#endif
1137} 1074}
1138 1075
1139/* ------------------------------------------------------------------------- * 1076/* ------------------------------------------------------------------------- *
1140 * GET TTY CURRENT STATE * 1077 * GET TTY CURRENT STATE *
1141 * ------------------------------------------------------------------------- */ 1078 * ------------------------------------------------------------------------- */
1431 } 1368 }
1432 1369
1433 _exit (EXIT_FAILURE); 1370 _exit (EXIT_FAILURE);
1434 1371
1435 default: 1372 default:
1436#if UTMP_SUPPORT
1437 if (!OPTION (Opt_utmpInhibit)) 1373 if (!OPTION (Opt_utmpInhibit))
1438 pty->login (cmd_pid, OPTION (Opt_loginShell), rs[Rs_display_name]); 1374 pty->login (cmd_pid, OPTION (Opt_loginShell), rs[Rs_display_name]);
1439#endif
1440 1375
1441 pty->close_tty (); 1376 pty->close_tty ();
1442 1377
1443 child_ev.start (cmd_pid); 1378 child_ev.start (cmd_pid);
1444 1379

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines