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.130 by root, Wed Jan 4 04:42:45 2006 UTC vs.
Revision 1.139 by root, Wed Jan 11 03:13:26 2006 UTC

9 * - extensive modifications 9 * - extensive modifications
10 * Copyright (c) 1998-2001 Geoff Wing <gcw@pobox.com> 10 * Copyright (c) 1998-2001 Geoff Wing <gcw@pobox.com>
11 * - extensive modifications 11 * - extensive modifications
12 * Copyright (c) 1999 D J Hawkey Jr <hawkeyd@visi.com> 12 * Copyright (c) 1999 D J Hawkey Jr <hawkeyd@visi.com>
13 * - QNX support 13 * - QNX support
14 * Copyright (c) 2003-2004 Marc Lehmann <pcg@goof.com> 14 * Copyright (c) 2003-2006 Marc Lehmann <pcg@goof.com>
15 * 15 *
16 * This program is free software; you can redistribute it and/or modify 16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License as published by 17 * it under the terms of the GNU General Public License as published by
18 * the Free Software Foundation; either version 2 of the License, or 18 * the Free Software Foundation; either version 2 of the License, or
19 * (at your option) any later version. 19 * (at your option) any later version.
44 { 44 {
45 COLOR_FOREGROUND, 45 COLOR_FOREGROUND,
46 COLOR_BACKGROUND, 46 COLOR_BACKGROUND,
47 /* low-intensity colors */ 47 /* low-intensity colors */
48 "Black", /* 0: black (#000000) */ 48 "Black", /* 0: black (#000000) */
49#ifndef NO_BRIGHTCOLOR
50 "Red3", /* 1: red (#CD0000) */ 49 "Red3", /* 1: red (#CD0000) */
51 "Green3", /* 2: green (#00CD00) */ 50 "Green3", /* 2: green (#00CD00) */
52 "Yellow3", /* 3: yellow (#CDCD00) */ 51 "Yellow3", /* 3: yellow (#CDCD00) */
53 "Blue3", /* 4: blue (#0000CD) */ 52 "Blue3", /* 4: blue (#0000CD) */
54 "Magenta3", /* 5: magenta (#CD00CD) */ 53 "Magenta3", /* 5: magenta (#CD00CD) */
62# ifdef XTERM_COLORS 61# ifdef XTERM_COLORS
63 "Grey30", /* 8: bright black (#4D4D4D) */ 62 "Grey30", /* 8: bright black (#4D4D4D) */
64# else 63# else
65 "Grey25", /* 8: bright black (#404040) */ 64 "Grey25", /* 8: bright black (#404040) */
66# endif 65# endif
67#endif /* NO_BRIGHTCOLOR */
68 "Red", /* 1/9: bright red (#FF0000) */ 66 "Red", /* 1/9: bright red (#FF0000) */
69 "Green", /* 2/10: bright green (#00FF00) */ 67 "Green", /* 2/10: bright green (#00FF00) */
70 "Yellow", /* 3/11: bright yellow (#FFFF00) */ 68 "Yellow", /* 3/11: bright yellow (#FFFF00) */
71 "Blue", /* 4/12: bright blue (#0000FF) */ 69 "Blue", /* 4/12: bright blue (#0000FF) */
72 "Magenta", /* 5/13: bright magenta (#FF00FF) */ 70 "Magenta", /* 5/13: bright magenta (#FF00FF) */
341 rs[Rs_name] = rxvt_r_basename (argv[0]); 339 rs[Rs_name] = rxvt_r_basename (argv[0]);
342 340
343 /* 341 /*
344 * Open display, get options/resources and create the window 342 * Open display, get options/resources and create the window
345 */ 343 */
344 {
345 TEMP_ENV;
346
346 if ((rs[Rs_display_name] = getenv ("DISPLAY")) == NULL) 347 if ((rs[Rs_display_name] = getenv ("DISPLAY")) == NULL)
347 rs[Rs_display_name] = ":0"; 348 rs[Rs_display_name] = ":0";
348 349
349 get_options (r_argc, r_argv); 350 get_options (r_argc, r_argv);
350 351
351 if (!(display = displays.get (rs[Rs_display_name]))) 352 if (!(display = displays.get (rs[Rs_display_name])))
352 rxvt_fatal ("can't open display %s, aborting.\n", rs[Rs_display_name]); 353 rxvt_fatal ("can't open display %s, aborting.\n", rs[Rs_display_name]);
353 354
354 extract_resources (); 355 extract_resources ();
356 }
357
355 free (r_argv); 358 free (r_argv);
356 359
357 /* 360 /*
358 * set any defaults not already set 361 * set any defaults not already set
359 */ 362 */
393 pointerBlankDelay = 2; 396 pointerBlankDelay = 2;
394#endif 397#endif
395 398
396 /* no point having a scrollbar without having any scrollback! */ 399 /* no point having a scrollbar without having any scrollback! */
397 if (!saveLines) 400 if (!saveLines)
398 CLR_OPTION (Opt_scrollBar); 401 set_option (Opt_scrollBar, 0);
399 402
400#ifdef PRINTPIPE 403#ifdef PRINTPIPE
401 if (!rs[Rs_print_pipe]) 404 if (!rs[Rs_print_pipe])
402 rs[Rs_print_pipe] = PRINTPIPE; 405 rs[Rs_print_pipe] = PRINTPIPE;
403#endif 406#endif
578 * This should support all European type languages. 581 * This should support all European type languages.
579 */ 582 */
580void 583void
581rxvt_term::set_locale (const char *locale) 584rxvt_term::set_locale (const char *locale)
582{ 585{
586 TEMP_ENV;
587
583#if HAVE_XSETLOCALE || HAVE_SETLOCALE 588#if HAVE_XSETLOCALE || HAVE_SETLOCALE
584 free (this->locale); 589 free (this->locale);
585 this->locale = setlocale (LC_CTYPE, locale); 590 this->locale = setlocale (LC_CTYPE, locale);
586 591
587 if (!this->locale) 592 if (!this->locale)
588 { 593 {
589 if (*locale) 594 if (*locale)
590 { 595 {
591 rxvt_warn ("unable to set locale \"%s\", using default locale instead.\n", locale); 596 rxvt_warn ("unable to set locale \"%s\", using C locale instead.\n", locale);
592 setlocale (LC_CTYPE, ""); 597 setlocale (LC_CTYPE, "C");
593 } 598 }
594 else 599 else
595 rxvt_warn ("default locale unavailable, check LC_* and LANG variables. Continuing.\n"); 600 rxvt_warn ("default locale unavailable, check LC_* and LANG variables. Continuing.\n");
596 601
597 this->locale = ""; 602 this->locale = "C";
598 } 603 }
599 604
600 605
601 this->locale = rxvt_strdup (this->locale); 606 this->locale = rxvt_strdup (this->locale);
602 SET_LOCALE (this->locale); 607 SET_LOCALE (this->locale);
617} 622}
618 623
619void 624void
620rxvt_term::init_xlocale () 625rxvt_term::init_xlocale ()
621{ 626{
627 TEMP_ENV;
628
622#ifdef USE_XIM 629#ifdef USE_XIM
623 if (!locale) 630 if (!locale)
624 rxvt_warn ("setting locale failed, working without locale support.\n"); 631 rxvt_warn ("setting locale failed, working without locale support.\n");
625 else 632 else
626 { 633 {
808 int i = atoi (rs[Rs_color + idx]); 815 int i = atoi (rs[Rs_color + idx]);
809 816
810 if (i >= 8 && i <= 15) 817 if (i >= 8 && i <= 15)
811 { /* bright colors */ 818 { /* bright colors */
812 i -= 8; 819 i -= 8;
813#ifndef NO_BRIGHTCOLOR
814 rs[Rs_color + idx] = rs[Rs_color + minBrightCOLOR + i]; 820 rs[Rs_color + idx] = rs[Rs_color + minBrightCOLOR + i];
815 return; 821 return;
816#endif
817 } 822 }
818 823
819 if (i >= 0 && i <= 7) /* normal colors */ 824 if (i >= 0 && i <= 7) /* normal colors */
820 rs[Rs_color + idx] = rs[Rs_color + minCOLOR + i]; 825 rs[Rs_color + idx] = rs[Rs_color + minCOLOR + i];
821 } 826 }
1036#endif 1041#endif
1037 }; 1042 };
1038 1043
1039 XSetWMProtocols (disp, top, protocols, sizeof (protocols) / sizeof (protocols[0])); 1044 XSetWMProtocols (disp, top, protocols, sizeof (protocols) / sizeof (protocols[0]));
1040 1045
1046#if ENABLE_FRILLS
1047 if (rs[Rs_transient_for])
1048 XSetTransientForHint (disp, top, (Window)strtol (rs[Rs_transient_for], 0, 0));
1049#endif
1050
1041#if ENABLE_EWMH 1051#if ENABLE_EWMH
1042 long pid = getpid (); 1052 long pid = getpid ();
1043 1053
1044 XChangeProperty (disp, top, 1054 XChangeProperty (disp, top,
1045 xa[XA_NET_WM_PID], XA_CARDINAL, 32, 1055 xa[XA_NET_WM_PID], XA_CARDINAL, 32,
1088 attributes.bit_gravity = NorthWestGravity; 1098 attributes.bit_gravity = NorthWestGravity;
1089 XChangeWindowAttributes (disp, vt, CWBitGravity, &attributes); 1099 XChangeWindowAttributes (disp, vt, CWBitGravity, &attributes);
1090 1100
1091 vt_emask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask; 1101 vt_emask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask;
1092 1102
1093#ifdef POINTER_BLANK
1094 if (OPTION (Opt_pointerBlank)) 1103 if (OPTION (Opt_pointerBlank)
1104#ifdef ENABLE_PERL
1105 || perl.self
1106#endif
1107 )
1095 vt_emask |= PointerMotionMask; 1108 vt_emask |= PointerMotionMask;
1096 else 1109 else
1097#endif
1098 vt_emask |= Button1MotionMask | Button3MotionMask; 1110 vt_emask |= Button1MotionMask | Button3MotionMask;
1099 1111
1100 XSelectInput (disp, vt, vt_emask); 1112 XSelectInput (disp, vt, vt_emask);
1101 vt_ev.start (display, vt); 1113 vt_ev.start (display, vt);
1102 1114
1401 * the slave. 1413 * the slave.
1402 */ 1414 */
1403void 1415void
1404rxvt_term::run_command (const char *const *argv) 1416rxvt_term::run_command (const char *const *argv)
1405{ 1417{
1418 TEMP_ENV; // not very temporary...
1419
1406#if ENABLE_FRILLS 1420#if ENABLE_FRILLS
1407 if (rs[Rs_pty_fd]) 1421 if (rs[Rs_pty_fd])
1408 { 1422 {
1409 pty.pty = atoi (rs[Rs_pty_fd]); 1423 pty.pty = atoi (rs[Rs_pty_fd]);
1410 1424
1425 if (pty.pty >= 0)
1426 {
1411 if (getfd_hook) 1427 if (getfd_hook)
1412 pty.pty = (*getfd_hook) (pty.pty); 1428 pty.pty = (*getfd_hook) (pty.pty);
1413 1429
1414 if (pty.pty < 0 || fcntl (pty.pty, F_SETFL, O_NONBLOCK)) 1430 if (pty.pty < 0 || fcntl (pty.pty, F_SETFL, O_NONBLOCK))
1415 rxvt_fatal ("unusable pty-fd filehandle, aborting.\n"); 1431 rxvt_fatal ("unusable pty-fd filehandle, aborting.\n");
1432 }
1416 } 1433 }
1417 else 1434 else
1418#endif 1435#endif
1419 if (!pty.get ()) 1436 if (!pty.get ())
1420 rxvt_fatal ("can't initialize pseudo-tty, aborting.\n"); 1437 rxvt_fatal ("can't initialize pseudo-tty, aborting.\n");
1574 execvp (argv[0], (char *const *)argv); 1591 execvp (argv[0], (char *const *)argv);
1575 /* no error message: STDERR is closed! */ 1592 /* no error message: STDERR is closed! */
1576 } 1593 }
1577 else 1594 else
1578 { 1595 {
1579 const char *argv0, *shell; 1596 const char *argv0, *shell;
1580 1597
1581 if ((shell = getenv ("SHELL")) == NULL || *shell == '\0') 1598 if ((shell = getenv ("SHELL")) == NULL || *shell == '\0')
1582 shell = "/bin/sh"; 1599 shell = "/bin/sh";
1583 1600
1584 argv0 = (const char *)rxvt_r_basename (shell); 1601 argv0 = (const char *)rxvt_r_basename (shell);
1589 1606
1590 login[0] = '-'; 1607 login[0] = '-';
1591 strcpy (&login[1], argv0); 1608 strcpy (&login[1], argv0);
1592 argv0 = login; 1609 argv0 = login;
1593 } 1610 }
1611
1594 execlp (shell, argv0, NULL); 1612 execlp (shell, argv0, NULL);
1595 /* no error message: STDERR is closed! */ 1613 /* no error message: STDERR is closed! */
1596 } 1614 }
1597 1615
1598#else /* __QNX__ uses qnxspawn () */ 1616#else /* __QNX__ uses qnxspawn () */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines