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.138 by root, Wed Jan 11 02:24:12 2006 UTC vs.
Revision 1.150 by root, Fri Jan 20 11:02:46 2006 UTC

203#endif 203#endif
204#ifdef TRANSPARENT 204#ifdef TRANSPARENT
205 "_XROOTPMAP_ID", 205 "_XROOTPMAP_ID",
206 "ESETROOT_PMAP_ID", 206 "ESETROOT_PMAP_ID",
207#endif 207#endif
208#ifdef OFFIX_DND
209 "DndProtocol",
210 "DndSelection",
211#endif
212#if ENABLE_XEMBED 208#if ENABLE_XEMBED
213 "_XEMBED", 209 "_XEMBED",
214 "_XEMBED_INFO", 210 "_XEMBED_INFO",
215#endif 211#endif
216 }; 212 };
256 bgPixmap.pixmap = None; 252 bgPixmap.pixmap = None;
257#endif 253#endif
258 254
259 last_bot = last_state = -1; 255 last_bot = last_state = -1;
260 256
261#ifdef MENUBAR
262 menu_readonly = 1;
263# if ! (MENUBAR_MAX > 1)
264 CurrentBar = &BarList;
265# endif /* (MENUBAR_MAX > 1) */
266#endif
267
268 return true; 257 return true;
269} 258}
270 259
271void 260void
272rxvt_term::init_secondary () 261rxvt_term::init_secondary ()
339 rs[Rs_name] = rxvt_r_basename (argv[0]); 328 rs[Rs_name] = rxvt_r_basename (argv[0]);
340 329
341 /* 330 /*
342 * Open display, get options/resources and create the window 331 * Open display, get options/resources and create the window
343 */ 332 */
344 {
345 TEMP_ENV;
346 333
347 if ((rs[Rs_display_name] = getenv ("DISPLAY")) == NULL) 334 if ((rs[Rs_display_name] = getenv ("DISPLAY")) == NULL)
348 rs[Rs_display_name] = ":0"; 335 rs[Rs_display_name] = ":0";
349 336
350 get_options (r_argc, r_argv); 337 get_options (r_argc, r_argv);
351 338
352 if (!(display = displays.get (rs[Rs_display_name]))) 339 if (!(display = displays.get (rs[Rs_display_name])))
353 rxvt_fatal ("can't open display %s, aborting.\n", rs[Rs_display_name]); 340 rxvt_fatal ("can't open display %s, aborting.\n", rs[Rs_display_name]);
354 }
355 341
356 extract_resources (); 342 extract_resources ();
343
357 free (r_argv); 344 free (r_argv);
358 345
359 /* 346 /*
360 * set any defaults not already set 347 * set any defaults not already set
361 */ 348 */
580 * This should support all European type languages. 567 * This should support all European type languages.
581 */ 568 */
582void 569void
583rxvt_term::set_locale (const char *locale) 570rxvt_term::set_locale (const char *locale)
584{ 571{
585 TEMP_ENV; 572 set_environ (envv);
586 573
587#if HAVE_XSETLOCALE || HAVE_SETLOCALE 574#if HAVE_XSETLOCALE || HAVE_SETLOCALE
588 free (this->locale); 575 free (this->locale);
589 this->locale = setlocale (LC_CTYPE, locale); 576 this->locale = setlocale (LC_CTYPE, locale);
590 577
621} 608}
622 609
623void 610void
624rxvt_term::init_xlocale () 611rxvt_term::init_xlocale ()
625{ 612{
626 TEMP_ENV; 613 set_environ (envv);
627 614
628#ifdef USE_XIM 615#ifdef USE_XIM
629 if (!locale) 616 if (!locale)
630 rxvt_warn ("setting locale failed, working without locale support.\n"); 617 rxvt_warn ("setting locale failed, working without locale support.\n");
631 else 618 else
672 if (strcmp (key_backspace, "DEC") == 0) 659 if (strcmp (key_backspace, "DEC") == 0)
673 priv_modes |= PrivMode_HaveBackSpace; 660 priv_modes |= PrivMode_HaveBackSpace;
674#endif 661#endif
675 662
676 /* add value for scrollBar */ 663 /* add value for scrollBar */
677 if (scrollbar_visible ()) 664 if (scrollBar.state)
678 { 665 {
679 priv_modes |= PrivMode_scrollBar; 666 priv_modes |= PrivMode_scrollBar;
680 SavedModes |= PrivMode_scrollBar; 667 SavedModes |= PrivMode_scrollBar;
681 }
682
683 if (menubar_visible ())
684 {
685 priv_modes |= PrivMode_menuBar;
686 SavedModes |= PrivMode_menuBar;
687 } 668 }
688 669
689 run_command (argv); 670 run_command (argv);
690} 671}
691 672
759 if (!rs[Rs_color + Color_pointer_bg]) pix_colors[Color_pointer_bg] = pix_colors[Color_bg]; 740 if (!rs[Rs_color + Color_pointer_bg]) pix_colors[Color_pointer_bg] = pix_colors[Color_bg];
760 if (!rs[Rs_color + Color_border] ) pix_colors[Color_border] = pix_colors[Color_fg]; 741 if (!rs[Rs_color + Color_border] ) pix_colors[Color_border] = pix_colors[Color_fg];
761 } 742 }
762 743
763 /* 744 /*
764 * get scrollBar/menuBar shadow colors 745 * get scrollBar shadow colors
765 * 746 *
766 * The calculations of topShadow/bottomShadow values are adapted 747 * The calculations of topShadow/bottomShadow values are adapted
767 * from the fvwm window manager. 748 * from the fvwm window manager.
768 */ 749 */
769#ifdef KEEP_SCROLLCOLOR 750#ifdef KEEP_SCROLLCOLOR
924#if ENABLE_FRILLS 905#if ENABLE_FRILLS
925 Atom prop = None; 906 Atom prop = None;
926 MWMHints mwmhints; 907 MWMHints mwmhints;
927#endif 908#endif
928 XGCValues gcvalue; 909 XGCValues gcvalue;
929 long vt_emask;
930 XSetWindowAttributes attributes; 910 XSetWindowAttributes attributes;
931 XWindowAttributes gattr; 911 XWindowAttributes gattr;
932 Window top, parent; 912 Window top, parent;
933 dDisp; 913 dDisp;
934 914
944 { 924 {
945 XGetWindowAttributes (disp, RootWindow (disp, display->screen), &gattr); 925 XGetWindowAttributes (disp, RootWindow (disp, display->screen), &gattr);
946 display->depth = gattr.depth; // doh //TODO, per-term not per-display? 926 display->depth = gattr.depth; // doh //TODO, per-term not per-display?
947 } 927 }
948 928
929 /* grab colors before netscape does */
930 Get_Colours ();
931
932 if (!set_fonts ())
933 rxvt_fatal ("unable to load base fontset, please specify a valid one using -fn, aborting.\n");
934
935 parent = DefaultRootWindow (disp);
936
937 attributes.override_redirect = !!OPTION (Opt_override_redirect);
938
949#if ENABLE_FRILLS 939#if ENABLE_FRILLS
950 if (OPTION (Opt_borderLess)) 940 if (OPTION (Opt_borderLess))
951 { 941 {
952 prop = XInternAtom(disp, "_MOTIF_WM_INFO", True); 942 prop = XInternAtom (disp, "_MOTIF_WM_INFO", True);
953 943
954 if (prop == None) 944 if (prop == None)
955 { 945 {
956 /* print_warning("Window Manager does not support MWM hints. Bypassing window manager control for borderless window.\n");*/ 946 /* print_warning("Window Manager does not support MWM hints. Bypassing window manager control for borderless window.\n");*/
957#ifdef PREFER_24BIT
958 attributes.override_redirect = TRUE; 947 attributes.override_redirect = TRUE;
959#endif
960 mwmhints.flags = 0; 948 mwmhints.flags = 0;
961 } 949 }
962 else 950 else
963 { 951 {
964 mwmhints.flags = MWM_HINTS_DECORATIONS; 952 mwmhints.flags = MWM_HINTS_DECORATIONS;
967 } 955 }
968 else 956 else
969 mwmhints.flags = 0; 957 mwmhints.flags = 0;
970#endif 958#endif
971 959
972 /* grab colors before netscape does */
973 Get_Colours ();
974
975 if (!set_fonts ())
976 rxvt_fatal ("unable to load base fontset, please specify a valid one using -fn, aborting.\n");
977
978 parent = DefaultRootWindow (disp);
979
980#if ENABLE_XEMBED 960#if ENABLE_XEMBED
981 if (rs[Rs_embed]) 961 if (rs[Rs_embed])
982 { 962 {
983 XWindowAttributes wattr; 963 XWindowAttributes wattr;
984 964
992#endif 972#endif
993 973
994 window_calc (0, 0); 974 window_calc (0, 0);
995 975
996 /* sub-window placement & size in rxvt_resize_subwindows () */ 976 /* sub-window placement & size in rxvt_resize_subwindows () */
997#ifdef PREFER_24BIT
998 attributes.background_pixel = pix_colors_focused[Color_border]; 977 attributes.background_pixel = pix_colors_focused[Color_border];
999 attributes.border_pixel = pix_colors_focused[Color_border]; 978 attributes.border_pixel = pix_colors_focused[Color_border];
1000 attributes.colormap = display->cmap; 979 attributes.colormap = display->cmap;
1001 top = XCreateWindow (disp, parent, 980 top = XCreateWindow (disp, parent,
1002 szHint.x, szHint.y, 981 szHint.x, szHint.y,
1003 szHint.width, szHint.height, 982 szHint.width, szHint.height,
1004 ext_bwidth, 983 ext_bwidth,
1005 display->depth, InputOutput, 984 display->depth, InputOutput,
1006 display->visual, 985 display->visual,
1007 CWColormap | CWBackPixel | CWBorderPixel, &attributes); 986 CWColormap | CWBackPixel | CWBorderPixel | CWOverrideRedirect,
1008#else 987 &attributes);
1009 top = XCreateSimpleWindow (disp, parent,
1010 szHint.x, szHint.y,
1011 szHint.width, szHint.height,
1012 ext_bwidth,
1013 pix_colors_focused[Color_border],
1014 pix_colors_focused[Color_border]);
1015#endif
1016 988
1017 this->parent[0] = top; 989 this->parent[0] = top;
1018 990
1019 old_width = szHint.width; 991 old_width = szHint.width;
1020 old_height = szHint.height; 992 old_height = szHint.height;
1074#endif 1046#endif
1075 1047
1076 /* vt cursor: Black-on-White is standard, but this is more popular */ 1048 /* vt cursor: Black-on-White is standard, but this is more popular */
1077 TermWin_cursor = XCreateFontCursor (disp, XC_xterm); 1049 TermWin_cursor = XCreateFontCursor (disp, XC_xterm);
1078 1050
1079#if defined(HAVE_SCROLLBARS) || defined(MENUBAR) 1051#ifdef HAVE_SCROLLBARS
1080 /* cursor (menuBar/scrollBar): Black-on-White */ 1052 /* cursor scrollBar: Black-on-White */
1081 leftptr_cursor = XCreateFontCursor (disp, XC_left_ptr); 1053 leftptr_cursor = XCreateFontCursor (disp, XC_left_ptr);
1082#endif 1054#endif
1083 1055
1084 /* the vt window */ 1056 /* the vt window */
1085 vt = XCreateSimpleWindow (disp, top, 1057 vt = XCreateSimpleWindow (disp, top,
1097 attributes.bit_gravity = NorthWestGravity; 1069 attributes.bit_gravity = NorthWestGravity;
1098 XChangeWindowAttributes (disp, vt, CWBitGravity, &attributes); 1070 XChangeWindowAttributes (disp, vt, CWBitGravity, &attributes);
1099 1071
1100 vt_emask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask; 1072 vt_emask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask;
1101 1073
1102 if (OPTION (Opt_pointerBlank) 1074 if (OPTION (Opt_pointerBlank))
1103#ifdef ENABLE_PERL
1104 || perl.self
1105#endif
1106 )
1107 vt_emask |= PointerMotionMask; 1075 vt_emask |= PointerMotionMask;
1108 else 1076 else
1109 vt_emask |= Button1MotionMask | Button3MotionMask; 1077 vt_emask |= Button1MotionMask | Button3MotionMask;
1110 1078
1111 XSelectInput (disp, vt, vt_emask); 1079 vt_select_input ();
1080
1112 vt_ev.start (display, vt); 1081 vt_ev.start (display, vt);
1113
1114#if defined(MENUBAR) && (MENUBAR_MAX > 1)
1115 if (menuBar_height ())
1116 {
1117 menuBar.win = XCreateSimpleWindow (disp, top,
1118 window_vt_x, 0,
1119 width,
1120 menuBar_TotalHeight (),
1121 0,
1122 pix_colors_focused[Color_fg],
1123 pix_colors_focused[Color_scroll]);
1124
1125#ifdef DEBUG_X
1126 XStoreName (disp, menuBar.win, "menubar");
1127#endif
1128
1129 menuBar.drawable = new rxvt_drawable (display, menuBar.win);
1130
1131 XDefineCursor (disp, menuBar.win,
1132 XCreateFontCursor (disp, XC_left_ptr));
1133
1134 XSelectInput (disp, menuBar.win,
1135 (ExposureMask | ButtonPressMask | ButtonReleaseMask | Button1MotionMask));
1136 menubar_ev.start (display, menuBar.win);
1137 }
1138#endif
1139 1082
1140#ifdef XPM_BACKGROUND 1083#ifdef XPM_BACKGROUND
1141 if (rs[Rs_backgroundPixmap] != NULL 1084 if (rs[Rs_backgroundPixmap] != NULL
1142 && ! OPTION (Opt_transparent)) 1085 && ! OPTION (Opt_transparent))
1143 { 1086 {
1162 GCForeground | GCBackground | GCGraphicsExposures, 1105 GCForeground | GCBackground | GCGraphicsExposures,
1163 &gcvalue); 1106 &gcvalue);
1164 1107
1165 drawable = new rxvt_drawable (display, vt); 1108 drawable = new rxvt_drawable (display, vt);
1166 1109
1167#if defined(MENUBAR) || defined(RXVT_SCROLLBAR) 1110#ifdef RXVT_SCROLLBAR
1168 gcvalue.foreground = pix_colors[Color_topShadow]; 1111 gcvalue.foreground = pix_colors[Color_topShadow];
1169 topShadowGC = XCreateGC (disp, vt, GCForeground, &gcvalue); 1112 topShadowGC = XCreateGC (disp, vt, GCForeground, &gcvalue);
1170 gcvalue.foreground = pix_colors[Color_bottomShadow]; 1113 gcvalue.foreground = pix_colors[Color_bottomShadow];
1171 botShadowGC = XCreateGC (disp, vt, GCForeground, &gcvalue); 1114 botShadowGC = XCreateGC (disp, vt, GCForeground, &gcvalue);
1172 gcvalue.foreground = pix_colors[ (display->depth <= 2 ? Color_fg : Color_scroll)]; 1115 gcvalue.foreground = pix_colors[ (display->depth <= 2 ? Color_fg : Color_scroll)];
1412 * the slave. 1355 * the slave.
1413 */ 1356 */
1414void 1357void
1415rxvt_term::run_command (const char *const *argv) 1358rxvt_term::run_command (const char *const *argv)
1416{ 1359{
1417 TEMP_ENV; // not very temporary...
1418
1419#if ENABLE_FRILLS 1360#if ENABLE_FRILLS
1420 if (rs[Rs_pty_fd]) 1361 if (rs[Rs_pty_fd])
1421 { 1362 {
1422 pty.pty = atoi (rs[Rs_pty_fd]); 1363 pty->pty = atoi (rs[Rs_pty_fd]);
1423 1364
1424 if (pty.pty >= 0) 1365 if (pty->pty >= 0)
1425 { 1366 {
1426 if (getfd_hook) 1367 if (getfd_hook)
1427 pty.pty = (*getfd_hook) (pty.pty); 1368 pty->pty = (*getfd_hook) (pty->pty);
1428 1369
1429 if (pty.pty < 0 || fcntl (pty.pty, F_SETFL, O_NONBLOCK)) 1370 if (pty->pty < 0 || fcntl (pty->pty, F_SETFL, O_NONBLOCK))
1430 rxvt_fatal ("unusable pty-fd filehandle, aborting.\n"); 1371 rxvt_fatal ("unusable pty-fd filehandle, aborting.\n");
1431 } 1372 }
1432 } 1373 }
1433 else 1374 else
1434#endif 1375#endif
1435 if (!pty.get ()) 1376 if (!pty->get ())
1436 rxvt_fatal ("can't initialize pseudo-tty, aborting.\n"); 1377 rxvt_fatal ("can't initialize pseudo-tty, aborting.\n");
1437 1378
1438 pty.set_utf8_mode (enc_utf8); 1379 pty->set_utf8_mode (enc_utf8);
1439 1380
1440 /* set initial window size */ 1381 /* set initial window size */
1441 tt_winch (); 1382 tt_winch ();
1442 1383
1443 int er; 1384 int er;
1456#if ENABLE_FRILLS 1397#if ENABLE_FRILLS
1457 if (rs[Rs_pty_fd]) 1398 if (rs[Rs_pty_fd])
1458 return; 1399 return;
1459#endif 1400#endif
1460 1401
1461#ifndef __QNX__
1462 /* spin off the command interpreter */ 1402 /* spin off the command interpreter */
1463 switch (cmd_pid = fork ()) 1403 switch (cmd_pid = fork ())
1464 { 1404 {
1465 case -1: 1405 case -1:
1466 { 1406 {
1468 rxvt_fatal ("can't fork, aborting.\n"); 1408 rxvt_fatal ("can't fork, aborting.\n");
1469 } 1409 }
1470 case 0: 1410 case 0:
1471 init_env (); 1411 init_env ();
1472 1412
1473 if (!pty.make_controlling_tty ()) 1413 if (!pty->make_controlling_tty ())
1474 fprintf (stderr, "%s: could not obtain control of tty.", RESNAME); 1414 fprintf (stderr, "%s: could not obtain control of tty.", RESNAME);
1475 else 1415 else
1476 { 1416 {
1477 /* Reopen stdin, stdout and stderr over the tty file descriptor */ 1417 /* Reopen stdin, stdout and stderr over the tty file descriptor */
1478 dup2 (pty.tty, STDIN_FILENO); 1418 dup2 (pty->tty, STDIN_FILENO);
1479 dup2 (pty.tty, STDOUT_FILENO); 1419 dup2 (pty->tty, STDOUT_FILENO);
1480 dup2 (pty.tty, STDERR_FILENO); 1420 dup2 (pty->tty, STDERR_FILENO);
1481 1421
1482 // close all our file handles that we do no longer need 1422 // close all our file handles that we do no longer need
1483 for (rxvt_term **t = termlist.begin (); t < termlist.end (); t++) 1423 for (rxvt_term **t = termlist.begin (); t < termlist.end (); t++)
1484 { 1424 {
1485 if ((*t)->pty.pty > 2) close ((*t)->pty.pty); 1425 if ((*t)->pty->pty > 2) close ((*t)->pty->pty);
1486 if ((*t)->pty.tty > 2) close ((*t)->pty.tty); 1426 if ((*t)->pty->tty > 2) close ((*t)->pty->tty);
1487 } 1427 }
1488 1428
1489 run_child (argv); 1429 run_child (argv);
1490 fprintf (stderr, "%s: unable to exec child.", RESNAME); 1430 fprintf (stderr, "%s: unable to exec child.", RESNAME);
1491 } 1431 }
1492 1432
1493 _exit (EXIT_FAILURE); 1433 _exit (EXIT_FAILURE);
1494 1434
1495 default: 1435 default:
1496 {
1497#if defined(HAVE_STRUCT_UTMP) && defined(HAVE_TTYSLOT)
1498 int fdstdin;
1499
1500 fdstdin = dup (STDIN_FILENO);
1501 dup2 (pty.tty, STDIN_FILENO);
1502#endif
1503
1504#ifdef UTMP_SUPPORT 1436#if UTMP_SUPPORT
1505 privileged_utmp (SAVE); 1437 if (!OPTION (Opt_utmpInhibit))
1438 pty->login (cmd_pid, OPTION (Opt_loginShell), rs[Rs_display_name]);
1506#endif 1439#endif
1507 1440
1508#if defined(HAVE_STRUCT_UTMP) && defined(HAVE_TTYSLOT) 1441 pty->close_tty ();
1509 1442
1510 dup2 (fdstdin, STDIN_FILENO); 1443 child_ev.start (cmd_pid);
1511 close (fdstdin);
1512#endif
1513 }
1514 1444
1515 pty.close_tty (); /* keep STDERR_FILENO, pty.pty, display->fd () open */ 1445 HOOK_INVOKE ((this, HOOK_CHILD_START, DT_INT, cmd_pid, DT_END));
1516 break; 1446 break;
1517 } 1447 }
1518#else /* __QNX__ uses qnxspawn () */
1519 fchmod (pty.tty, 0622);
1520 fcntl (pty.tty, F_SETFD, FD_CLOEXEC);
1521 fcntl (pty.pty, F_SETFD, FD_CLOEXEC);
1522
1523 if (run_child (argv) == -1)
1524 exit (EXIT_FAILURE);
1525#endif
1526} 1448}
1527 1449
1528/* ------------------------------------------------------------------------- * 1450/* ------------------------------------------------------------------------- *
1529 * CHILD PROCESS OPERATIONS * 1451 * CHILD PROCESS OPERATIONS *
1530 * ------------------------------------------------------------------------- */ 1452 * ------------------------------------------------------------------------- */
1574 // unblock signals (signals are blocked by iom.C 1496 // unblock signals (signals are blocked by iom.C
1575 sigset_t ss; 1497 sigset_t ss;
1576 sigemptyset (&ss); 1498 sigemptyset (&ss);
1577 sigprocmask (SIG_SETMASK, &ss, 0); 1499 sigprocmask (SIG_SETMASK, &ss, 0);
1578 1500
1579#ifndef __QNX__
1580 /* command interpreter path */ 1501 /* command interpreter path */
1581 if (argv != NULL) 1502 if (argv != NULL)
1582 { 1503 {
1583# ifdef DEBUG_CMD 1504# ifdef DEBUG_CMD
1584 int i; 1505 int i;
1610 1531
1611 execlp (shell, argv0, NULL); 1532 execlp (shell, argv0, NULL);
1612 /* no error message: STDERR is closed! */ 1533 /* no error message: STDERR is closed! */
1613 } 1534 }
1614 1535
1615#else /* __QNX__ uses qnxspawn () */
1616
1617 char iov_a[10] = { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 };
1618 char *command = NULL, fullcommand[_MAX_PATH];
1619 char **arg_v, *arg_a[2] = { NULL, NULL };
1620
1621 if (argv != NULL)
1622 {
1623 if (access (argv[0], X_OK) == -1)
1624 {
1625 if (strchr (argv[0], '/') == NULL)
1626 {
1627 searchenv (argv[0], "PATH", fullcommand);
1628
1629 if (fullcommand[0] != '\0')
1630 command = fullcommand;
1631 }
1632
1633 if (access (command, X_OK) == -1)
1634 return -1;
1635 }
1636 else
1637 command = argv[0];
1638
1639 arg_v = argv;
1640 }
1641 else
1642 {
1643 if ((command = getenv ("SHELL")) == NULL || *command == '\0')
1644 command = "/bin/sh";
1645
1646 arg_a[0] = my_basename (command);
1647
1648 if (OPTION (Opt_loginShell))
1649 {
1650 login = rxvt_malloc ((strlen (arg_a[0]) + 2) * sizeof (char));
1651
1652 login[0] = '-';
1653 strcpy (&login[1], arg_a[0]);
1654 arg_a[0] = login;
1655 }
1656
1657 arg_v = arg_a;
1658 }
1659
1660 iov_a[0] = iov_a[1] = iov_a[2] = pty.tty;
1661 cmd_pid = qnx_spawn (0, 0, 0, -1, -1,
1662 _SPAWN_SETSID | _SPAWN_TCSETPGRP,
1663 command, arg_v, environ, iov_a, 0);
1664 if (login)
1665 free (login);
1666
1667 pty.close_tty ();
1668 return pty.pty;
1669#endif
1670
1671 return -1; 1536 return -1;
1672} 1537}
1673 1538
1674/*----------------------- end-of-file (C source) -----------------------*/ 1539/*----------------------- end-of-file (C source) -----------------------*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines