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.306 by sf-exg, Tue Dec 6 11:39:30 2011 UTC vs.
Revision 1.313 by sf-exg, Sat Jan 7 17:48:56 2012 UTC

567 567
568/*----------------------------------------------------------------------*/ 568/*----------------------------------------------------------------------*/
569const char ** 569const char **
570rxvt_term::init_resources (int argc, const char *const *argv) 570rxvt_term::init_resources (int argc, const char *const *argv)
571{ 571{
572 int i, r_argc; 572 int i;
573 const char **cmd_argv; 573 const char **cmd_argv;
574
575 /*
576 * Look for -e option. Find => split and make cmd_argv[] of command args
577 */
578 for (r_argc = 0; r_argc < argc; r_argc++)
579 if (!strcmp (argv[r_argc], "-e"))
580 break;
581
582 if (r_argc == argc)
583 cmd_argv = NULL;
584 else if (!argv[r_argc + 1])
585 rxvt_fatal ("option '-e' requires an argument, aborting.\n");
586 else
587 cmd_argv = (const char **)argv + r_argc + 1;
588 574
589 rs[Rs_name] = rxvt_basename (argv[0]); 575 rs[Rs_name] = rxvt_basename (argv[0]);
590 576
591 /* 577 /*
592 * Open display, get options/resources and create the window 578 * Open display, get options/resources and create the window
593 */ 579 */
594 580
595 if ((rs[Rs_display_name] = getenv ("DISPLAY")) == NULL) 581 if ((rs[Rs_display_name] = getenv ("DISPLAY")) == NULL)
596 rs[Rs_display_name] = ":0"; 582 rs[Rs_display_name] = ":0";
597 583
598 get_options (r_argc, argv); 584 cmd_argv = get_options (argc, argv);
599 585
600 if (!(display = displays.get (rs[Rs_display_name]))) 586 if (!(display = displays.get (rs[Rs_display_name])))
601 rxvt_fatal ("can't open display %s, aborting.\n", rs[Rs_display_name]); 587 rxvt_fatal ("can't open display %s, aborting.\n", rs[Rs_display_name]);
602 588
603 // using a local pointer decreases code size a lot 589 // using a local pointer decreases code size a lot
747 return cmd_argv; 733 return cmd_argv;
748} 734}
749 735
750/*----------------------------------------------------------------------*/ 736/*----------------------------------------------------------------------*/
751void 737void
738rxvt_term::init (stringvec *argv, stringvec *envv)
739{
740 argv->push_back (0);
741 envv->push_back (0);
742
743 this->argv = argv;
744 this->envv = envv;
745
746 init2 (argv->size () - 1, argv->begin ());
747}
748
749void
750rxvt_term::init (int argc, const char *const *argv, const char *const *envv)
751{
752#if ENABLE_PERL
753 // perl might want to access the stringvecs later, so we need to copy them
754 stringvec *args = new stringvec;
755 for (int i = 0; i < argc; i++)
756 args->push_back (strdup (argv [i]));
757
758 stringvec *envs = new stringvec;
759 for (const char *const *var = envv; *var; var++)
760 envs->push_back (strdup (*var));
761
762 init (args, envs);
763#else
764 init2 (argc, argv);
765#endif
766}
767
768void
752rxvt_term::init (int argc, const char *const *argv) 769rxvt_term::init2 (int argc, const char *const *argv)
753{ 770{
754 SET_R (this); 771 SET_R (this);
755 set_locale (""); 772 set_locale ("");
756 set_environ (envv); // a few things in X do not call setlocale :( 773 set_environ (envv); // a few things in X do not call setlocale :(
757 774
824 } 841 }
825#endif 842#endif
826 843
827#ifdef BG_IMAGE_FROM_FILE 844#ifdef BG_IMAGE_FROM_FILE
828 if (rs[Rs_backgroundPixmap]) 845 if (rs[Rs_backgroundPixmap])
829 {
830 if (bg_set_file (rs[Rs_backgroundPixmap])) 846 if (bg_set_file (rs[Rs_backgroundPixmap]))
831 if (!bg_window_position_sensitive ()) 847 if (!bg_window_position_sensitive ())
832 update_background (); 848 update_background ();
833 }
834#endif 849#endif
835 } 850 }
836#endif 851#endif
837 852
838#if ENABLE_PERL 853#if ENABLE_PERL
960 unsetenv ("TERMCAP"); /* terminfo should be okay */ 975 unsetenv ("TERMCAP"); /* terminfo should be okay */
961#endif /* HAVE_UNSETENV */ 976#endif /* HAVE_UNSETENV */
962} 977}
963 978
964/*----------------------------------------------------------------------*/ 979/*----------------------------------------------------------------------*/
965/*
966 * This is more or less stolen straight from XFree86 xterm.
967 * This should support all European type languages.
968 */
969void 980void
970rxvt_term::set_locale (const char *locale) 981rxvt_term::set_locale (const char *locale)
971{ 982{
972 set_environ (envv); 983 set_environ (envv);
973 984
993 SET_LOCALE (this->locale); 1004 SET_LOCALE (this->locale);
994 mbstate.reset (); 1005 mbstate.reset ();
995#endif 1006#endif
996 1007
997#if HAVE_NL_LANGINFO 1008#if HAVE_NL_LANGINFO
998 char *codeset = strdup (nl_langinfo (CODESET)); 1009 char *codeset = nl_langinfo (CODESET);
999 // /^UTF.?8/i 1010 // /^UTF.?8/i
1000 enc_utf8 = (codeset[0] == 'U' || codeset[0] == 'u') 1011 enc_utf8 = (codeset[0] == 'U' || codeset[0] == 'u')
1001 && (codeset[1] == 'T' || codeset[1] == 't') 1012 && (codeset[1] == 'T' || codeset[1] == 't')
1002 && (codeset[2] == 'F' || codeset[2] == 'f') 1013 && (codeset[2] == 'F' || codeset[2] == 'f')
1003 && (codeset[3] == '8' || codeset[4] == '8'); 1014 && (codeset[3] == '8' || codeset[4] == '8');
1004 free (codeset);
1005#else 1015#else
1006 enc_utf8 = 0; 1016 enc_utf8 = 0;
1007#endif 1017#endif
1008} 1018}
1009 1019
1012{ 1022{
1013 set_environ (envv); 1023 set_environ (envv);
1014 1024
1015#ifdef USE_XIM 1025#ifdef USE_XIM
1016 if (!locale) 1026 if (!locale)
1017 rxvt_warn ("setting locale failed, working without locale support.\n"); 1027 rxvt_warn ("setting locale failed, continuing without locale support.\n");
1018 else 1028 else
1019 { 1029 {
1020 set_string_property (xa[XA_WM_LOCALE_NAME], locale); 1030 set_string_property (xa[XA_WM_LOCALE_NAME], locale);
1021 1031
1022 if (!XSupportsLocale ()) 1032 if (!XSupportsLocale ())
1023 { 1033 {
1024 rxvt_warn ("the locale is not supported by Xlib, working without locale support.\n"); 1034 rxvt_warn ("the locale is not supported by Xlib, continuing without locale support.\n");
1025 return; 1035 return;
1026 } 1036 }
1027 1037
1028 im_ev.start (display); 1038 im_ev.start (display);
1029 1039
1464 CWColormap | CWBackPixel | CWBorderPixel | CWOverrideRedirect, 1474 CWColormap | CWBackPixel | CWBorderPixel | CWOverrideRedirect,
1465 &attributes); 1475 &attributes);
1466 1476
1467 this->parent = top; 1477 this->parent = top;
1468 1478
1469 old_width = szHint.width;
1470 old_height = szHint.height;
1471
1472 set_title (rs [Rs_title]); 1479 set_title (rs [Rs_title]);
1473 set_icon_name (rs [Rs_iconName]); 1480 set_icon_name (rs [Rs_iconName]);
1474 1481
1475 classHint.res_name = (char *)rs[Rs_name]; 1482 classHint.res_name = (char *)rs[Rs_name];
1476 classHint.res_class = (char *)RESCLASS; 1483 classHint.res_class = (char *)RESCLASS;
1597 if (pty->pty >= 0) 1604 if (pty->pty >= 0)
1598 { 1605 {
1599 if (getfd_hook) 1606 if (getfd_hook)
1600 pty->pty = (*getfd_hook) (pty->pty); 1607 pty->pty = (*getfd_hook) (pty->pty);
1601 1608
1602 if (pty->pty < 0 || fcntl (pty->pty, F_SETFL, O_NONBLOCK)) 1609 if (pty->pty < 0)
1603 rxvt_fatal ("unusable pty-fd filehandle, aborting.\n"); 1610 rxvt_fatal ("unusable pty-fd filehandle, aborting.\n");
1604 } 1611 }
1605 } 1612 }
1606 else 1613 else
1607#endif 1614#endif
1608 if (!pty->get ()) 1615 if (!pty->get ())
1609 rxvt_fatal ("can't initialize pseudo-tty, aborting.\n"); 1616 rxvt_fatal ("can't initialize pseudo-tty, aborting.\n");
1617
1618 fcntl (pty->pty, F_SETFL, O_NONBLOCK);
1610 1619
1611 struct termios tio = def_tio; 1620 struct termios tio = def_tio;
1612 1621
1613#ifndef NO_BACKSPACE_KEY 1622#ifndef NO_BACKSPACE_KEY
1614 if (rs[Rs_backspace_key][0] && !rs[Rs_backspace_key][1]) 1623 if (rs[Rs_backspace_key][0] && !rs[Rs_backspace_key][1])
1664 1673
1665 _exit (EXIT_FAILURE); 1674 _exit (EXIT_FAILURE);
1666 1675
1667 default: 1676 default:
1668 if (!option (Opt_utmpInhibit)) 1677 if (!option (Opt_utmpInhibit))
1678 {
1679#ifdef LOG_ONLY_ON_LOGIN
1680 bool login_shell = option (Opt_loginShell);
1681#else
1682 bool login_shell = true;
1683#endif
1669 pty->login (cmd_pid, option (Opt_loginShell), rs[Rs_display_name]); 1684 pty->login (cmd_pid, login_shell, rs[Rs_display_name]);
1685 }
1670 1686
1671 pty->close_tty (); 1687 pty->close_tty ();
1672 1688
1673 child_ev.start (cmd_pid); 1689 child_ev.start (cmd_pid);
1674 1690
1699#elif defined (SRIOCSREDIR) 1715#elif defined (SRIOCSREDIR)
1700 int fd; 1716 int fd;
1701 1717
1702 fd = open (CONSOLE, O_WRONLY, 0); 1718 fd = open (CONSOLE, O_WRONLY, 0);
1703 if (fd >= 0) 1719 if (fd >= 0)
1704 if (ioctl (fd, SRIOCSREDIR, NULL) < 0) 1720 {
1721 ioctl (fd, SRIOCSREDIR, STDIN_FILENO);
1705 close (fd); 1722 close (fd);
1723 }
1706#endif /* SRIOCSREDIR */ 1724#endif /* SRIOCSREDIR */
1707 } 1725 }
1708 1726
1709 /* reset signals and spin off the command interpreter */ 1727 /* reset signals and spin off the command interpreter */
1710 signal (SIGINT, SIG_DFL); 1728 signal (SIGINT, SIG_DFL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines