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.39 by pcg, Sun Mar 14 17:33:07 2004 UTC vs.
Revision 1.57 by root, Mon Jun 21 22:24:07 2004 UTC

1/*--------------------------------*-C-*---------------------------------* 1/*--------------------------------*-C-*---------------------------------*
2 * File: init.c 2 * File: init.C
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * 4 *
5 * All portions of code are copyright by their respective author/s. 5 * All portions of code are copyright by their respective author/s.
6 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk> 6 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk>
7 * - original version 7 * - original version
313#endif 313#endif
314#ifndef NO_CURSORCOLOR 314#ifndef NO_CURSORCOLOR
315 COLOR_CURSOR_BACKGROUND, 315 COLOR_CURSOR_BACKGROUND,
316 COLOR_CURSOR_FOREGROUND, 316 COLOR_CURSOR_FOREGROUND,
317#endif /* ! NO_CURSORCOLOR */ 317#endif /* ! NO_CURSORCOLOR */
318 NULL, /* Color_pointer */ 318 NULL, /* Color_pointer_fg */
319 NULL, /* Color_pointer_bg */
319 NULL, /* Color_border */ 320 NULL, /* Color_border */
320#ifndef NO_BOLD_UNDERLINE_REVERSE 321#ifndef NO_BOLD_UNDERLINE_REVERSE
321 NULL, /* Color_BD */ 322 NULL, /* Color_BD */
322 NULL, /* Color_UL */ 323 NULL, /* Color_UL */
323 NULL, /* Color_RV */ 324 NULL, /* Color_RV */
327#endif 328#endif
328#ifdef KEEP_SCROLLCOLOR 329#ifdef KEEP_SCROLLCOLOR
329 COLOR_SCROLLBAR, 330 COLOR_SCROLLBAR,
330 COLOR_SCROLLTROUGH, 331 COLOR_SCROLLTROUGH,
331#endif /* KEEP_SCROLLCOLOR */ 332#endif /* KEEP_SCROLLCOLOR */
332 333#if TINTING
334 NULL,
335#endif
333 }; 336 };
334 337
335const char *const xa_names[NUM_XA] = 338const char *const xa_names[NUM_XA] =
336 { 339 {
337 "TEXT", 340 "TEXT",
384 TermWin.ext_bwidth = EXTERNALBORDERWIDTH; 387 TermWin.ext_bwidth = EXTERNALBORDERWIDTH;
385 TermWin.lineSpace = LINESPACE; 388 TermWin.lineSpace = LINESPACE;
386 TermWin.saveLines = SAVELINES; 389 TermWin.saveLines = SAVELINES;
387 numPixColors = TOTAL_COLORS; 390 numPixColors = TOTAL_COLORS;
388 391
389#ifndef NO_NEW_SELECTION
390 selection_style = NEW_SELECT;
391#else
392 selection_style = OLD_SELECT;
393#endif
394
395#ifndef NO_BRIGHTCOLOR 392#ifndef NO_BRIGHTCOLOR
396 colorfgbg = DEFAULT_RSTYLE; 393 colorfgbg = DEFAULT_RSTYLE;
397#endif 394#endif
398 395
399 refresh_limit = 1; 396 refresh_limit = 1;
500 cmd_argv[i] = (const char *)argv[i + r_argc + 1]; 497 cmd_argv[i] = (const char *)argv[i + r_argc + 1];
501 498
502 cmd_argv[i] = NULL; 499 cmd_argv[i] = NULL;
503 } 500 }
504 501
505 /* clear all resources */
506 for (i = 0; i < NUM_RESOURCES;)
507 rs[i++] = NULL;
508
509 rs[Rs_name] = rxvt_r_basename (argv[0]); 502 rs[Rs_name] = rxvt_r_basename (argv[0]);
510 503
511 /* 504 /*
512 * Open display, get options/resources and create the window 505 * Open display, get options/resources and create the window
513 */ 506 */
528 } 521 }
529#endif 522#endif
530 523
531 if (!display 524 if (!display
532 && ! (display = displays.get (rs[Rs_display_name]))) 525 && ! (display = displays.get (rs[Rs_display_name])))
533 {
534 rxvt_print_error ("can't open display %s", rs[Rs_display_name]); 526 rxvt_fatal ("can't open display %s", rs[Rs_display_name]);
535 exit (EXIT_FAILURE);
536 }
537 527
538 extract_resources (display->display, rs[Rs_name]); 528 extract_resources (display->display, rs[Rs_name]);
539 529
540 /* 530 /*
541 * set any defaults not already set 531 * set any defaults not already set
622#endif 612#endif
623 if (rs[Rs_answerbackstring]) 613 if (rs[Rs_answerbackstring])
624 { 614 {
625 rxvt_Str_trim ((char *)rs[Rs_answerbackstring]); 615 rxvt_Str_trim ((char *)rs[Rs_answerbackstring]);
626 rxvt_Str_escaped ((char *)rs[Rs_answerbackstring]); 616 rxvt_Str_escaped ((char *)rs[Rs_answerbackstring]);
627 }
628
629 if (rs[Rs_selectstyle])
630 {
631 if (STRNCASECMP (rs[Rs_selectstyle], "oldword", 7) == 0)
632 selection_style = OLD_WORD_SELECT;
633#ifndef NO_OLD_SELECTION
634
635 else if (STRNCASECMP (rs[Rs_selectstyle], "old", 3) == 0)
636 selection_style = OLD_SELECT;
637#endif
638
639 } 617 }
640 618
641#ifdef HAVE_SCROLLBARS 619#ifdef HAVE_SCROLLBARS
642 setup_scrollbar (rs[Rs_scrollBar_align], rs[Rs_scrollstyle], 620 setup_scrollbar (rs[Rs_scrollBar_align], rs[Rs_scrollstyle],
643 rs[Rs_scrollBar_thickness]); 621 rs[Rs_scrollBar_thickness]);
669 color_aliases (Color_bg); 647 color_aliases (Color_bg);
670#ifndef NO_CURSORCOLOR 648#ifndef NO_CURSORCOLOR
671 color_aliases (Color_cursor); 649 color_aliases (Color_cursor);
672 color_aliases (Color_cursor2); 650 color_aliases (Color_cursor2);
673#endif /* NO_CURSORCOLOR */ 651#endif /* NO_CURSORCOLOR */
674 color_aliases (Color_pointer); 652 color_aliases (Color_pointer_fg);
653 color_aliases (Color_pointer_bg);
675 color_aliases (Color_border); 654 color_aliases (Color_border);
676#ifndef NO_BOLD_UNDERLINE_REVERSE 655#ifndef NO_BOLD_UNDERLINE_REVERSE
677 color_aliases (Color_BD); 656 color_aliases (Color_BD);
678 color_aliases (Color_UL); 657 color_aliases (Color_UL);
679 color_aliases (Color_RV); 658 color_aliases (Color_RV);
773void 752void
774rxvt_term::set_locale (const char *locale) 753rxvt_term::set_locale (const char *locale)
775{ 754{
776#if HAVE_XSETLOCALE || HAVE_SETLOCALE 755#if HAVE_XSETLOCALE || HAVE_SETLOCALE
777 free (this->locale); 756 free (this->locale);
778 this->locale = rxvt_strdup (setlocale (LC_CTYPE, locale)); 757 this->locale = setlocale (LC_CTYPE, locale);
758
759 if (!this->locale)
760 {
761 rxvt_warn ("unable to set locale \"%s\", using default locale instead.\n", locale);
762 setlocale (LC_CTYPE, "");
763 this->locale = "";
764 }
765
766 this->locale = rxvt_strdup (this->locale);
779 SET_LOCALE (this->locale); 767 SET_LOCALE (this->locale);
780 mbstate.reset (); 768 mbstate.reset ();
781#endif 769#endif
770#if 0
782#if HAVE_NL_LANGINFO 771#if HAVE_NL_LANGINFO
783 free (codeset); 772 free (codeset);
784 codeset = strdup (nl_langinfo (CODESET)); 773 codeset = strdup (nl_langinfo (CODESET));
785 enc_utf8 = !STRCASECMP (codeset, "UTF-8") 774 enc_utf8 = !STRCASECMP (codeset, "UTF-8")
786 || !STRCASECMP (codeset, "UTF8"); 775 || !STRCASECMP (codeset, "UTF8");
787#else 776#else
788 enc_utf8 = 1; 777 enc_utf8 = 1;
789#endif 778#endif
779#endif
790} 780}
791 781
792void 782void
793rxvt_term::init_xlocale () 783rxvt_term::init_xlocale ()
794{ 784{
795#ifdef USE_XIM 785#ifdef USE_XIM
796 if (!locale) 786 if (!locale)
797 rxvt_print_error ("Setting locale failed."); 787 rxvt_warn ("setting locale failed, working without locale support.\n");
798 else 788 else
799 { 789 {
800 Atom wmlocale; 790 Atom wmlocale;
801 791
802 wmlocale = XInternAtom (display->display, "WM_LOCALE_NAME", False); 792 wmlocale = XInternAtom (display->display, "WM_LOCALE_NAME", False);
804 XA_STRING, 8, PropModeReplace, 794 XA_STRING, 8, PropModeReplace,
805 (unsigned char *)locale, STRLEN (locale)); 795 (unsigned char *)locale, STRLEN (locale));
806 796
807 if (!XSupportsLocale ()) 797 if (!XSupportsLocale ())
808 { 798 {
809 rxvt_print_error ("The locale is not supported by Xlib"); 799 rxvt_warn ("the locale is not supported by Xlib, working withotu locale support.\n");
810 return; 800 return;
811 } 801 }
812 802
813 im_ev.start (display); 803 im_ev.start (display);
814 804
844 meta_char = (Options & Opt_meta8 ? 0x80 : C0_ESC); 834 meta_char = (Options & Opt_meta8 ? 0x80 : C0_ESC);
845#endif 835#endif
846 836
847 get_ourmods (); 837 get_ourmods ();
848 838
849 if (! (Options & Opt_scrollTtyOutput)) 839 if (!(Options & Opt_scrollTtyOutput))
850 PrivateModes |= PrivMode_TtyOutputInh; 840 PrivateModes |= PrivMode_TtyOutputInh;
851 if (Options & Opt_scrollTtyKeypress) 841 if (Options & Opt_scrollTtyKeypress)
852 PrivateModes |= PrivMode_Keypress; 842 PrivateModes |= PrivMode_Keypress;
853 if (! (Options & Opt_jumpScroll)) 843 if (!(Options & Opt_jumpScroll))
854 PrivateModes |= PrivMode_smoothScroll; 844 PrivateModes |= PrivMode_smoothScroll;
855 845
856#ifndef NO_BACKSPACE_KEY 846#ifndef NO_BACKSPACE_KEY
857 if (STRCMP (key_backspace, "DEC") == 0) 847 if (STRCMP (key_backspace, "DEC") == 0)
858 PrivateModes |= PrivMode_HaveBackSpace; 848 PrivateModes |= PrivMode_HaveBackSpace;
874 if (Options & Opt_cursorBlink) 864 if (Options & Opt_cursorBlink)
875 (void)gettimeofday (&lastcursorchange, NULL); 865 (void)gettimeofday (&lastcursorchange, NULL);
876#endif 866#endif
877 867
878 if ((cmd_fd = run_command (argv)) < 0) 868 if ((cmd_fd = run_command (argv)) < 0)
879 { 869 rxvt_fatal ("failure while running command, aborting");
880 rxvt_print_error ("aborting");
881 exit (EXIT_FAILURE);
882 }
883} 870}
884 871
885/*----------------------------------------------------------------------*/ 872/*----------------------------------------------------------------------*/
886void 873void
887rxvt_term::Get_Colours () 874rxvt_term::Get_Colours ()
912 switch (i) 899 switch (i)
913 { 900 {
914 case Color_fg: 901 case Color_fg:
915 case Color_bg: 902 case Color_bg:
916 /* fatal: need bg/fg color */ 903 /* fatal: need bg/fg color */
917 rxvt_print_error ("aborting"); 904 rxvt_fatal ("unable to get foreground/background colour, aborting");
918 exit (EXIT_FAILURE);
919 /* NOTREACHED */ 905 /* NOTREACHED */
920 break; 906 break;
921#ifndef NO_CURSORCOLOR 907#ifndef NO_CURSORCOLOR
922 case Color_cursor2: 908 case Color_cursor2:
923 xcol = PixColors[Color_fg]; 909 xcol = PixColors[Color_fg];
924 break; 910 break;
925#endif /* ! NO_CURSORCOLOR */ 911#endif /* ! NO_CURSORCOLOR */
926 case Color_pointer: 912 case Color_pointer_fg:
927 xcol = PixColors[Color_fg]; 913 xcol = PixColors[Color_fg];
928 break; 914 break;
929 default: 915 default:
930 xcol = PixColors[Color_bg]; /* None */ 916 xcol = PixColors[Color_bg]; /* None */
931 break; 917 break;
935 921
936 PixColors[i] = xcol; 922 PixColors[i] = xcol;
937 SET_PIXCOLOR (i); 923 SET_PIXCOLOR (i);
938 } 924 }
939 925
940 if (XDEPTH <= 2 || !rs[Rs_color + Color_pointer]) 926 if (XDEPTH <= 2)
941 PixColors[Color_pointer] = PixColors[Color_fg]; 927 {
942 if (XDEPTH <= 2 || !rs[Rs_color + Color_border]) 928 if (!rs[Rs_color + Color_pointer_fg]) PixColors[Color_pointer_fg] = PixColors[Color_fg];
943 PixColors[Color_border] = PixColors[Color_fg]; 929 if (!rs[Rs_color + Color_pointer_bg]) PixColors[Color_pointer_bg] = PixColors[Color_bg];
930 if (!rs[Rs_color + Color_border] ) PixColors[Color_border] = PixColors[Color_fg];
931 }
944 932
945 /* 933 /*
946 * get scrollBar/menuBar shadow colors 934 * get scrollBar/menuBar shadow colors
947 * 935 *
948 * The calculations of topShadow/bottomShadow values are adapted 936 * The calculations of topShadow/bottomShadow values are adapted
950 */ 938 */
951#ifdef KEEP_SCROLLCOLOR 939#ifdef KEEP_SCROLLCOLOR
952 940
953 if (XDEPTH <= 2) 941 if (XDEPTH <= 2)
954 { /* Monochrome */ 942 { /* Monochrome */
955 PixColors[Color_scroll] = PixColors[Color_fg]; 943 PixColors[Color_scroll] = PixColors[Color_fg];
956 PixColors[Color_topShadow] = PixColors[Color_bg]; 944 PixColors[Color_topShadow] = PixColors[Color_bg];
957 PixColors[Color_bottomShadow] = PixColors[Color_bg]; 945 PixColors[Color_bottomShadow] = PixColors[Color_bg];
958 } 946 }
959 else 947 else
960 { 948 {
961 rxvt_color xcol[3]; 949 rxvt_color xcol[3];
962 /* xcol[0] == white 950 /* xcol[0] == white
963 * xcol[1] == top shadow 951 * xcol[1] == top shadow
964 * xcol[2] == bot shadow */ 952 * xcol[2] == bot shadow */
965 953
966 xcol[1] = PixColors[Color_scroll]; 954 xcol[1] = PixColors[Color_scroll];
1092/*----------------------------------------------------------------------*/ 1080/*----------------------------------------------------------------------*/
1093/* rxvt_Create_Windows () - Open and map the window */ 1081/* rxvt_Create_Windows () - Open and map the window */
1094void 1082void
1095rxvt_term::create_windows (int argc, const char *const *argv) 1083rxvt_term::create_windows (int argc, const char *const *argv)
1096{ 1084{
1097 XClassHint classHint; 1085 XClassHint classHint;
1098 XWMHints wmHint; 1086 XWMHints wmHint;
1099 XGCValues gcvalue; 1087 XGCValues gcvalue;
1100 long vt_emask; 1088 long vt_emask;
1101 1089 XSetWindowAttributes attributes;
1102 XWindowAttributes gattr; 1090 XWindowAttributes gattr;
1103 1091
1104 if (Options & Opt_transparent) 1092 if (Options & Opt_transparent)
1105 { 1093 {
1106 XGetWindowAttributes (display->display, RootWindow (display->display, display->screen), &gattr); 1094 XGetWindowAttributes (display->display, RootWindow (display->display, display->screen), &gattr);
1119 1107
1120 window_calc (0, 0); 1108 window_calc (0, 0);
1121 old_width = szHint.width; 1109 old_width = szHint.width;
1122 old_height = szHint.height; 1110 old_height = szHint.height;
1123 1111
1124 /* parent window - reverse video so we can see placement errors
1125 * sub-window placement & size in rxvt_resize_subwindows () 1112 /* sub-window placement & size in rxvt_resize_subwindows () */
1126 */
1127 1113
1128#ifdef PREFER_24BIT 1114#ifdef PREFER_24BIT
1129 XSetWindowAttributes attributes;
1130
1131 attributes.background_pixel = PixColors[Color_fg]; 1115 attributes.background_pixel = PixColors[Color_bg];
1132 attributes.border_pixel = PixColors[Color_border]; 1116 attributes.border_pixel = PixColors[Color_border];
1133 attributes.colormap = display->cmap; 1117 attributes.colormap = display->cmap;
1134 TermWin.parent[0] = XCreateWindow (display->display, DefaultRootWindow (display->display), 1118 TermWin.parent[0] = XCreateWindow (display->display, DefaultRootWindow (display->display),
1135 szHint.x, szHint.y, 1119 szHint.x, szHint.y,
1136 szHint.width, szHint.height, 1120 szHint.width, szHint.height,
1137 TermWin.ext_bwidth, 1121 TermWin.ext_bwidth,
1138 display->depth, InputOutput, 1122 display->depth, InputOutput,
1139 display->visual, 1123 display->visual,
1140 CWBackPixel | CWBorderPixel | CWColormap, &attributes); 1124 CWColormap | CWBackPixel | CWBorderPixel, &attributes);
1141#else 1125#else
1142 TermWin.parent[0] = XCreateSimpleWindow (display->display, DefaultRootWindow (display->display), 1126 TermWin.parent[0] = XCreateSimpleWindow (display->display, DefaultRootWindow (display->display),
1143 szHint.x, szHint.y, 1127 szHint.x, szHint.y,
1144 szHint.width, 1128 szHint.width, szHint.height,
1145 szHint.height,
1146 TermWin.ext_bwidth, 1129 TermWin.ext_bwidth,
1147 PixColors[Color_border], 1130 PixColors[Color_border],
1148 PixColors[Color_fg]); 1131 PixColors[Color_bg]);
1149#endif 1132#endif
1150 1133
1151 xterm_seq (XTerm_title, rs[Rs_title], CHAR_ST); 1134 process_xterm_seq (XTerm_title, rs[Rs_title], CHAR_ST);
1152 xterm_seq (XTerm_iconName, rs[Rs_iconName], CHAR_ST); 1135 process_xterm_seq (XTerm_iconName, rs[Rs_iconName], CHAR_ST);
1153 1136
1154 classHint.res_name = (char *)rs[Rs_name]; 1137 classHint.res_name = (char *)rs[Rs_name];
1155 classHint.res_class = (char *)RESCLASS; 1138 classHint.res_class = (char *)RESCLASS;
1156 1139
1157 wmHint.flags = (InputHint | StateHint | WindowGroupHint); 1140 wmHint.flags = InputHint | StateHint | WindowGroupHint;
1158 wmHint.input = True; 1141 wmHint.input = True;
1159 wmHint.initial_state = (Options & Opt_iconic ? IconicState 1142 wmHint.initial_state = Options & Opt_iconic ? IconicState : NormalState;
1160 : NormalState);
1161 wmHint.window_group = TermWin.parent[0]; 1143 wmHint.window_group = TermWin.parent[0];
1162 1144
1163 XSetWMProperties (display->display, TermWin.parent[0], NULL, NULL, 1145 XSetWMProperties (display->display, TermWin.parent[0], NULL, NULL,
1164 (char **)argv, argc, &szHint, &wmHint, &classHint); 1146 (char **)argv, argc, &szHint, &wmHint, &classHint);
1147
1148#ifndef NO_FRILLS
1149 long pid = getpid ();
1150 XChangeProperty (display->display, TermWin.parent[0],
1151 display->atom ("_NET_WM_PID"), XA_CARDINAL, 32,
1152 PropModeReplace, (unsigned char *)&pid, 1);
1153#endif
1165 1154
1166 XSelectInput (display->display, TermWin.parent[0], 1155 XSelectInput (display->display, TermWin.parent[0],
1167 KeyPressMask 1156 KeyPressMask
1168#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 1157#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
1169 | KeyReleaseMask 1158 | KeyReleaseMask
1193 } 1182 }
1194#endif 1183#endif
1195 1184
1196 /* the vt window */ 1185 /* the vt window */
1197 TermWin.vt = XCreateSimpleWindow (display->display, TermWin.parent[0], 1186 TermWin.vt = XCreateSimpleWindow (display->display, TermWin.parent[0],
1198 window_vt_x, window_vt_y, 1187 window_vt_x,
1188 window_vt_y,
1199 TermWin_TotalWidth (), 1189 TermWin_TotalWidth (),
1200 TermWin_TotalHeight (), 1190 TermWin_TotalHeight (),
1201 0, 1191 0,
1202 PixColors[Color_fg], 1192 PixColors[Color_fg],
1203 PixColors[Color_bg]); 1193 PixColors[Color_bg]);
1204 1194
1205#ifdef DEBUG_X 1195#ifdef DEBUG_X
1206 XStoreName (display->display, TermWin.vt, "vt window"); 1196 XStoreName (display->display, TermWin.vt, "vt window");
1207#endif 1197#endif
1208 1198
1199 attributes.bit_gravity = NorthWestGravity;
1200 XChangeWindowAttributes (display->display, TermWin.vt, CWBitGravity, &attributes);
1201
1209 vt_emask = (ExposureMask | ButtonPressMask | ButtonReleaseMask 1202 vt_emask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask;
1210 | PropertyChangeMask);
1211 1203
1212#ifdef POINTER_BLANK 1204#ifdef POINTER_BLANK
1213 pointer_unblank (); 1205 pointer_unblank ();
1214 1206
1215 if ((Options & Opt_pointerBlank)) 1207 if (Options & Opt_pointerBlank)
1216 vt_emask |= PointerMotionMask; 1208 vt_emask |= PointerMotionMask;
1217 else 1209 else
1218#endif 1210#endif
1219 vt_emask |= (Button1MotionMask | Button3MotionMask); 1211 vt_emask |= Button1MotionMask | Button3MotionMask;
1220 1212
1221 XSelectInput (display->display, TermWin.vt, vt_emask); 1213 XSelectInput (display->display, TermWin.vt, vt_emask);
1222 vt_ev.start (display, TermWin.vt); 1214 vt_ev.start (display, TermWin.vt);
1223 1215
1224#if defined(MENUBAR) && (MENUBAR_MAX > 1) 1216#if defined(MENUBAR) && (MENUBAR_MAX > 1)
1267 /* graphics context for the vt window */ 1259 /* graphics context for the vt window */
1268 gcvalue.foreground = PixColors[Color_fg]; 1260 gcvalue.foreground = PixColors[Color_fg];
1269 gcvalue.background = PixColors[Color_bg]; 1261 gcvalue.background = PixColors[Color_bg];
1270 gcvalue.graphics_exposures = 1; 1262 gcvalue.graphics_exposures = 1;
1271 TermWin.gc = XCreateGC (display->display, TermWin.vt, 1263 TermWin.gc = XCreateGC (display->display, TermWin.vt,
1272 GCForeground | GCBackground 1264 GCForeground | GCBackground | GCGraphicsExposures,
1273 | GCGraphicsExposures, &gcvalue); 1265 &gcvalue);
1274 1266
1275 TermWin.drawable = new rxvt_drawable (display, TermWin.vt); 1267 TermWin.drawable = new rxvt_drawable (display, TermWin.vt);
1276 1268
1277#if defined(MENUBAR) || defined(RXVT_SCROLLBAR) 1269#if defined(MENUBAR) || defined(RXVT_SCROLLBAR)
1278 gcvalue.foreground = PixColors[Color_topShadow]; 1270 gcvalue.foreground = PixColors[Color_topShadow];
1295{ 1287{
1296 int cfd, er; 1288 int cfd, er;
1297 1289
1298 /* get master (pty) */ 1290 /* get master (pty) */
1299 if ((cfd = rxvt_get_pty (& (tty_fd), & (ttydev))) < 0) 1291 if ((cfd = rxvt_get_pty (& (tty_fd), & (ttydev))) < 0)
1300 {
1301 rxvt_print_error ("can't open pseudo-tty"); 1292 rxvt_fatal ("can't open pseudo-tty");
1302 return -1;
1303 }
1304 1293
1305 fcntl (cfd, F_SETFL, O_NONBLOCK); 1294 fcntl (cfd, F_SETFL, O_NONBLOCK);
1306 1295
1307 /* get slave (tty) */ 1296 /* get slave (tty) */
1308 if (tty_fd < 0) 1297 if (tty_fd < 0)
1312#endif 1301#endif
1313 1302
1314 if ((tty_fd = rxvt_get_tty (ttydev)) < 0) 1303 if ((tty_fd = rxvt_get_tty (ttydev)) < 0)
1315 { 1304 {
1316 close (cfd); 1305 close (cfd);
1317 rxvt_print_error ("can't open slave tty %s", ttydev); 1306 rxvt_fatal ("can't open slave tty %s", ttydev);
1318 return -1;
1319 } 1307 }
1320 } 1308 }
1321#ifndef NO_BACKSPACE_KEY 1309#ifndef NO_BACKSPACE_KEY
1322 if (key_backspace[0] && !key_backspace[1]) 1310 if (key_backspace[0] && !key_backspace[1])
1323 er = key_backspace[0]; 1311 er = key_backspace[0];
1333#ifndef __QNX__ 1321#ifndef __QNX__
1334 /* spin off the command interpreter */ 1322 /* spin off the command interpreter */
1335 switch (cmd_pid = fork ()) 1323 switch (cmd_pid = fork ())
1336 { 1324 {
1337 case -1: 1325 case -1:
1338 rxvt_print_error ("can't fork"); 1326 rxvt_fatal ("can't fork");
1339 return -1;
1340 case 0: 1327 case 0:
1341 close (cfd); /* only keep tty_fd and STDERR open */ 1328 close (cfd); /* only keep tty_fd and STDERR open */
1342 1329
1343 init_env (); 1330 init_env ();
1344 1331
1345 if (rxvt_control_tty (tty_fd, ttydev) < 0) 1332 if (rxvt_control_tty (tty_fd, ttydev) < 0)
1346 rxvt_print_error ("could not obtain control of tty"); 1333 fprintf (stderr, "%s: could not obtain control of tty.", RESNAME);
1347 else 1334 else
1348 { 1335 {
1349 /* Reopen stdin, stdout and stderr over the tty file descriptor */ 1336 /* Reopen stdin, stdout and stderr over the tty file descriptor */
1350 dup2 (tty_fd, STDIN_FILENO); 1337 dup2 (tty_fd, STDIN_FILENO);
1351 dup2 (tty_fd, STDOUT_FILENO); 1338 dup2 (tty_fd, STDOUT_FILENO);
1353 1340
1354 if (tty_fd > 2) 1341 if (tty_fd > 2)
1355 close (tty_fd); 1342 close (tty_fd);
1356 1343
1357 run_child (argv); 1344 run_child (argv);
1345 fprintf (stderr, "%s: unable to exec child.", RESNAME);
1358 } 1346 }
1347
1359 exit (EXIT_FAILURE); 1348 _exit (EXIT_FAILURE);
1360 /* NOTREACHED */ 1349
1361 default: 1350 default:
1362 { 1351 {
1363#if defined(HAVE_STRUCT_UTMP) && defined(HAVE_TTYSLOT) 1352#if defined(HAVE_STRUCT_UTMP) && defined(HAVE_TTYSLOT)
1364 int fdstdin; 1353 int fdstdin;
1365 1354
1374#if defined(HAVE_STRUCT_UTMP) && defined(HAVE_TTYSLOT) 1363#if defined(HAVE_STRUCT_UTMP) && defined(HAVE_TTYSLOT)
1375 1364
1376 dup2 (fdstdin, STDIN_FILENO); 1365 dup2 (fdstdin, STDIN_FILENO);
1377 close (fdstdin); 1366 close (fdstdin);
1378#endif 1367#endif
1379
1380 } 1368 }
1369
1381 close (tty_fd); /* keep STDERR_FILENO, cmd_fd, display->fd () open */ 1370 close (tty_fd); /* keep STDERR_FILENO, cmd_fd, display->fd () open */
1382 break; 1371 break;
1383 } 1372 }
1384#else /* __QNX__ uses qnxspawn () */ 1373#else /* __QNX__ uses qnxspawn () */
1385 fchmod (tty_fd, 0622); 1374 fchmod (tty_fd, 0622);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines