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.127 by root, Fri Dec 23 14:46:34 2005 UTC vs.
Revision 1.138 by root, Wed Jan 11 02:24:12 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]);
354 }
353 355
354 extract_resources (); 356 extract_resources ();
355 free (r_argv); 357 free (r_argv);
356 358
357 /* 359 /*
393 pointerBlankDelay = 2; 395 pointerBlankDelay = 2;
394#endif 396#endif
395 397
396 /* no point having a scrollbar without having any scrollback! */ 398 /* no point having a scrollbar without having any scrollback! */
397 if (!saveLines) 399 if (!saveLines)
398 options &= ~Opt_scrollBar; 400 set_option (Opt_scrollBar, 0);
399 401
400#ifdef PRINTPIPE 402#ifdef PRINTPIPE
401 if (!rs[Rs_print_pipe]) 403 if (!rs[Rs_print_pipe])
402 rs[Rs_print_pipe] = PRINTPIPE; 404 rs[Rs_print_pipe] = PRINTPIPE;
403#endif 405#endif
446 setup_scrollbar (rs[Rs_scrollBar_align], rs[Rs_scrollstyle], rs[Rs_scrollBar_thickness]); 448 setup_scrollbar (rs[Rs_scrollBar_align], rs[Rs_scrollstyle], rs[Rs_scrollBar_thickness]);
447#endif 449#endif
448 450
449#ifdef XTERM_REVERSE_VIDEO 451#ifdef XTERM_REVERSE_VIDEO
450 /* this is how xterm implements reverseVideo */ 452 /* this is how xterm implements reverseVideo */
451 if (options & Opt_reverseVideo) 453 if (OPTION (Opt_reverseVideo))
452 { 454 {
453 if (!rs[Rs_color + Color_fg]) 455 if (!rs[Rs_color + Color_fg])
454 rs[Rs_color + Color_fg] = def_colorName[Color_bg]; 456 rs[Rs_color + Color_fg] = def_colorName[Color_bg];
455 if (!rs[Rs_color + Color_bg]) 457 if (!rs[Rs_color + Color_bg])
456 rs[Rs_color + Color_bg] = def_colorName[Color_fg]; 458 rs[Rs_color + Color_bg] = def_colorName[Color_fg];
461 if (!rs[Rs_color + i]) 463 if (!rs[Rs_color + i])
462 rs[Rs_color + i] = def_colorName[i]; 464 rs[Rs_color + i] = def_colorName[i];
463 465
464#ifndef XTERM_REVERSE_VIDEO 466#ifndef XTERM_REVERSE_VIDEO
465 /* this is how we implement reverseVideo */ 467 /* this is how we implement reverseVideo */
466 if (options & Opt_reverseVideo) 468 if (OPTION (Opt_reverseVideo))
467 ::swap (rs[Rs_color + Color_fg], rs[Rs_color + Color_bg]); 469 ::swap (rs[Rs_color + Color_fg], rs[Rs_color + Color_bg]);
468#endif 470#endif
469 471
470 /* convenient aliases for setting fg/bg to colors */ 472 /* convenient aliases for setting fg/bg to colors */
471 color_aliases (Color_fg); 473 color_aliases (Color_fg);
578 * This should support all European type languages. 580 * This should support all European type languages.
579 */ 581 */
580void 582void
581rxvt_term::set_locale (const char *locale) 583rxvt_term::set_locale (const char *locale)
582{ 584{
585 TEMP_ENV;
586
583#if HAVE_XSETLOCALE || HAVE_SETLOCALE 587#if HAVE_XSETLOCALE || HAVE_SETLOCALE
584 free (this->locale); 588 free (this->locale);
585 this->locale = setlocale (LC_CTYPE, locale); 589 this->locale = setlocale (LC_CTYPE, locale);
586 590
587 if (!this->locale) 591 if (!this->locale)
588 { 592 {
589 if (*locale) 593 if (*locale)
590 { 594 {
591 rxvt_warn ("unable to set locale \"%s\", using default locale instead.\n", locale); 595 rxvt_warn ("unable to set locale \"%s\", using C locale instead.\n", locale);
592 setlocale (LC_CTYPE, ""); 596 setlocale (LC_CTYPE, "C");
593 } 597 }
594 else 598 else
595 rxvt_warn ("default locale unavailable, check LC_* and LANG variables. Continuing.\n"); 599 rxvt_warn ("default locale unavailable, check LC_* and LANG variables. Continuing.\n");
596 600
597 this->locale = ""; 601 this->locale = "C";
598 } 602 }
599 603
600 604
601 this->locale = rxvt_strdup (this->locale); 605 this->locale = rxvt_strdup (this->locale);
602 SET_LOCALE (this->locale); 606 SET_LOCALE (this->locale);
617} 621}
618 622
619void 623void
620rxvt_term::init_xlocale () 624rxvt_term::init_xlocale ()
621{ 625{
626 TEMP_ENV;
627
622#ifdef USE_XIM 628#ifdef USE_XIM
623 if (!locale) 629 if (!locale)
624 rxvt_warn ("setting locale failed, working without locale support.\n"); 630 rxvt_warn ("setting locale failed, working without locale support.\n");
625 else 631 else
626 { 632 {
648 * Initialize the command connection. 654 * Initialize the command connection.
649 * This should be called after the X server connection is established. 655 * This should be called after the X server connection is established.
650 */ 656 */
651 657
652#ifdef META8_OPTION 658#ifdef META8_OPTION
653 meta_char = (options & Opt_meta8 ? 0x80 : C0_ESC); 659 meta_char = OPTION (Opt_meta8) ? 0x80 : C0_ESC;
654#endif 660#endif
655 661
656 get_ourmods (); 662 get_ourmods ();
657 663
658 if (!(options & Opt_scrollTtyOutput)) 664 if (!OPTION (Opt_scrollTtyOutput))
659 priv_modes |= PrivMode_TtyOutputInh; 665 priv_modes |= PrivMode_TtyOutputInh;
660 if (options & Opt_scrollTtyKeypress) 666 if (OPTION (Opt_scrollTtyKeypress))
661 priv_modes |= PrivMode_Keypress; 667 priv_modes |= PrivMode_Keypress;
662 if (!(options & Opt_jumpScroll)) 668 if (!OPTION (Opt_jumpScroll))
663 priv_modes |= PrivMode_smoothScroll; 669 priv_modes |= PrivMode_smoothScroll;
664 670
665#ifndef NO_BACKSPACE_KEY 671#ifndef NO_BACKSPACE_KEY
666 if (strcmp (key_backspace, "DEC") == 0) 672 if (strcmp (key_backspace, "DEC") == 0)
667 priv_modes |= PrivMode_HaveBackSpace; 673 priv_modes |= PrivMode_HaveBackSpace;
677 if (menubar_visible ()) 683 if (menubar_visible ())
678 { 684 {
679 priv_modes |= PrivMode_menuBar; 685 priv_modes |= PrivMode_menuBar;
680 SavedModes |= PrivMode_menuBar; 686 SavedModes |= PrivMode_menuBar;
681 } 687 }
682
683#ifdef CURSOR_BLINK
684 if (options & Opt_cursorBlink)
685 (void)gettimeofday (&lastcursorchange, NULL);
686#endif
687 688
688 run_command (argv); 689 run_command (argv);
689} 690}
690 691
691/*----------------------------------------------------------------------*/ 692/*----------------------------------------------------------------------*/
706 continue; 707 continue;
707 708
708 if (!rXParseAllocColor (&xcol, rs[Rs_color + i])) 709 if (!rXParseAllocColor (&xcol, rs[Rs_color + i]))
709 { 710 {
710#ifndef XTERM_REVERSE_VIDEO 711#ifndef XTERM_REVERSE_VIDEO
711 if (i < 2 && (options & Opt_reverseVideo)) 712 if (i < 2 && OPTION (Opt_reverseVideo))
712 rs[Rs_color + i] = def_colorName[!i]; 713 rs[Rs_color + i] = def_colorName[!i];
713 else 714 else
714#endif 715#endif
715 rs[Rs_color + i] = def_colorName[i]; 716 rs[Rs_color + i] = def_colorName[i];
716 717
813 int i = atoi (rs[Rs_color + idx]); 814 int i = atoi (rs[Rs_color + idx]);
814 815
815 if (i >= 8 && i <= 15) 816 if (i >= 8 && i <= 15)
816 { /* bright colors */ 817 { /* bright colors */
817 i -= 8; 818 i -= 8;
818#ifndef NO_BRIGHTCOLOR
819 rs[Rs_color + idx] = rs[Rs_color + minBrightCOLOR + i]; 819 rs[Rs_color + idx] = rs[Rs_color + minBrightCOLOR + i];
820 return; 820 return;
821#endif
822 } 821 }
823 822
824 if (i >= 0 && i <= 7) /* normal colors */ 823 if (i >= 0 && i <= 7) /* normal colors */
825 rs[Rs_color + idx] = rs[Rs_color + minCOLOR + i]; 824 rs[Rs_color + idx] = rs[Rs_color + minCOLOR + i];
826 } 825 }
939#endif 938#endif
940 939
941 assert (sizeof (xa_names) / sizeof (char *) == NUM_XA); 940 assert (sizeof (xa_names) / sizeof (char *) == NUM_XA);
942 XInternAtoms (disp, (char **)xa_names, NUM_XA, False, xa); 941 XInternAtoms (disp, (char **)xa_names, NUM_XA, False, xa);
943 942
944 if (options & Opt_transparent) 943 if (OPTION (Opt_transparent))
945 { 944 {
946 XGetWindowAttributes (disp, RootWindow (disp, display->screen), &gattr); 945 XGetWindowAttributes (disp, RootWindow (disp, display->screen), &gattr);
947 display->depth = gattr.depth; // doh //TODO, per-term not per-display? 946 display->depth = gattr.depth; // doh //TODO, per-term not per-display?
948 } 947 }
949 948
950#if ENABLE_FRILLS 949#if ENABLE_FRILLS
951 if (options & Opt_borderLess) 950 if (OPTION (Opt_borderLess))
952 { 951 {
953 prop = XInternAtom(disp, "_MOTIF_WM_INFO", True); 952 prop = XInternAtom(disp, "_MOTIF_WM_INFO", True);
954 953
955 if (prop == None) 954 if (prop == None)
956 { 955 {
1026 classHint.res_name = (char *)rs[Rs_name]; 1025 classHint.res_name = (char *)rs[Rs_name];
1027 classHint.res_class = (char *)RESCLASS; 1026 classHint.res_class = (char *)RESCLASS;
1028 1027
1029 wmHint.flags = InputHint | StateHint | WindowGroupHint; 1028 wmHint.flags = InputHint | StateHint | WindowGroupHint;
1030 wmHint.input = True; 1029 wmHint.input = True;
1031 wmHint.initial_state = options & Opt_iconic ? IconicState : NormalState; 1030 wmHint.initial_state = OPTION (Opt_iconic) ? IconicState : NormalState;
1032 wmHint.window_group = top; 1031 wmHint.window_group = top;
1033 1032
1034 XmbSetWMProperties (disp, top, NULL, NULL, (char **)argv, argc, 1033 XmbSetWMProperties (disp, top, NULL, NULL, (char **)argv, argc,
1035 &szHint, &wmHint, &classHint); 1034 &szHint, &wmHint, &classHint);
1036 1035
1041#endif 1040#endif
1042 }; 1041 };
1043 1042
1044 XSetWMProtocols (disp, top, protocols, sizeof (protocols) / sizeof (protocols[0])); 1043 XSetWMProtocols (disp, top, protocols, sizeof (protocols) / sizeof (protocols[0]));
1045 1044
1045#if ENABLE_FRILLS
1046 if (rs[Rs_transient_for])
1047 XSetTransientForHint (disp, top, (Window)strtol (rs[Rs_transient_for], 0, 0));
1048#endif
1049
1046#if ENABLE_EWMH 1050#if ENABLE_EWMH
1047 long pid = getpid (); 1051 long pid = getpid ();
1048 1052
1049 XChangeProperty (disp, top, 1053 XChangeProperty (disp, top,
1050 xa[XA_NET_WM_PID], XA_CARDINAL, 32, 1054 xa[XA_NET_WM_PID], XA_CARDINAL, 32,
1079 1083
1080 /* the vt window */ 1084 /* the vt window */
1081 vt = XCreateSimpleWindow (disp, top, 1085 vt = XCreateSimpleWindow (disp, top,
1082 window_vt_x, 1086 window_vt_x,
1083 window_vt_y, 1087 window_vt_y,
1084 TermWin_TotalWidth (), 1088 width,
1085 TermWin_TotalHeight (), 1089 height,
1086 0, 1090 0,
1087 pix_colors_focused[Color_fg], 1091 pix_colors_focused[Color_fg],
1088 pix_colors_focused[Color_bg]); 1092 pix_colors_focused[Color_bg]);
1089#ifdef DEBUG_X 1093#ifdef DEBUG_X
1090 XStoreName (disp, vt, "vt window"); 1094 XStoreName (disp, vt, "vt window");
1093 attributes.bit_gravity = NorthWestGravity; 1097 attributes.bit_gravity = NorthWestGravity;
1094 XChangeWindowAttributes (disp, vt, CWBitGravity, &attributes); 1098 XChangeWindowAttributes (disp, vt, CWBitGravity, &attributes);
1095 1099
1096 vt_emask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask; 1100 vt_emask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask;
1097 1101
1098#ifdef POINTER_BLANK 1102 if (OPTION (Opt_pointerBlank)
1099 if (options & Opt_pointerBlank) 1103#ifdef ENABLE_PERL
1104 || perl.self
1105#endif
1106 )
1100 vt_emask |= PointerMotionMask; 1107 vt_emask |= PointerMotionMask;
1101 else 1108 else
1102#endif
1103 vt_emask |= Button1MotionMask | Button3MotionMask; 1109 vt_emask |= Button1MotionMask | Button3MotionMask;
1104 1110
1105 XSelectInput (disp, vt, vt_emask); 1111 XSelectInput (disp, vt, vt_emask);
1106 vt_ev.start (display, vt); 1112 vt_ev.start (display, vt);
1107 1113
1108#if defined(MENUBAR) && (MENUBAR_MAX > 1) 1114#if defined(MENUBAR) && (MENUBAR_MAX > 1)
1109 if (menuBar_height ()) 1115 if (menuBar_height ())
1110 { 1116 {
1111 menuBar.win = XCreateSimpleWindow (disp, top, 1117 menuBar.win = XCreateSimpleWindow (disp, top,
1112 window_vt_x, 0, 1118 window_vt_x, 0,
1113 TermWin_TotalWidth (), 1119 width,
1114 menuBar_TotalHeight (), 1120 menuBar_TotalHeight (),
1115 0, 1121 0,
1116 pix_colors_focused[Color_fg], 1122 pix_colors_focused[Color_fg],
1117 pix_colors_focused[Color_scroll]); 1123 pix_colors_focused[Color_scroll]);
1118 1124
1131 } 1137 }
1132#endif 1138#endif
1133 1139
1134#ifdef XPM_BACKGROUND 1140#ifdef XPM_BACKGROUND
1135 if (rs[Rs_backgroundPixmap] != NULL 1141 if (rs[Rs_backgroundPixmap] != NULL
1136 && ! (options & Opt_transparent)) 1142 && ! OPTION (Opt_transparent))
1137 { 1143 {
1138 const char *p = rs[Rs_backgroundPixmap]; 1144 const char *p = rs[Rs_backgroundPixmap];
1139 1145
1140 if ((p = strchr (p, ';')) != NULL) 1146 if ((p = strchr (p, ';')) != NULL)
1141 { 1147 {
1406 * the slave. 1412 * the slave.
1407 */ 1413 */
1408void 1414void
1409rxvt_term::run_command (const char *const *argv) 1415rxvt_term::run_command (const char *const *argv)
1410{ 1416{
1417 TEMP_ENV; // not very temporary...
1418
1411#if ENABLE_FRILLS 1419#if ENABLE_FRILLS
1412 if (rs[Rs_pty_fd]) 1420 if (rs[Rs_pty_fd])
1413 { 1421 {
1414 pty.pty = atoi (rs[Rs_pty_fd]); 1422 pty.pty = atoi (rs[Rs_pty_fd]);
1415 1423
1424 if (pty.pty >= 0)
1425 {
1416 if (getfd_hook) 1426 if (getfd_hook)
1417 pty.pty = (*getfd_hook) (pty.pty); 1427 pty.pty = (*getfd_hook) (pty.pty);
1418 1428
1419 if (pty.pty < 0 || fcntl (pty.pty, F_SETFL, O_NONBLOCK)) 1429 if (pty.pty < 0 || fcntl (pty.pty, F_SETFL, O_NONBLOCK))
1420 rxvt_fatal ("unusable pty-fd filehandle, aborting.\n"); 1430 rxvt_fatal ("unusable pty-fd filehandle, aborting.\n");
1431 }
1421 } 1432 }
1422 else 1433 else
1423#endif 1434#endif
1424 if (!pty.get ()) 1435 if (!pty.get ())
1425 rxvt_fatal ("can't initialize pseudo-tty, aborting.\n"); 1436 rxvt_fatal ("can't initialize pseudo-tty, aborting.\n");
1526{ 1537{
1527 char *login; 1538 char *login;
1528 1539
1529 SET_TTYMODE (STDIN_FILENO, &tio); /* init terminal attributes */ 1540 SET_TTYMODE (STDIN_FILENO, &tio); /* init terminal attributes */
1530 1541
1531 if (options & Opt_console) 1542 if (OPTION (Opt_console))
1532 { /* be virtual console, fail silently */ 1543 { /* be virtual console, fail silently */
1533#ifdef TIOCCONS 1544#ifdef TIOCCONS
1534 unsigned int on = 1; 1545 unsigned int on = 1;
1535 1546
1536 ioctl (STDIN_FILENO, TIOCCONS, &on); 1547 ioctl (STDIN_FILENO, TIOCCONS, &on);
1579 execvp (argv[0], (char *const *)argv); 1590 execvp (argv[0], (char *const *)argv);
1580 /* no error message: STDERR is closed! */ 1591 /* no error message: STDERR is closed! */
1581 } 1592 }
1582 else 1593 else
1583 { 1594 {
1584 const char *argv0, *shell; 1595 const char *argv0, *shell;
1585 1596
1586 if ((shell = getenv ("SHELL")) == NULL || *shell == '\0') 1597 if ((shell = getenv ("SHELL")) == NULL || *shell == '\0')
1587 shell = "/bin/sh"; 1598 shell = "/bin/sh";
1588 1599
1589 argv0 = (const char *)rxvt_r_basename (shell); 1600 argv0 = (const char *)rxvt_r_basename (shell);
1590 1601
1591 if (options & Opt_loginShell) 1602 if (OPTION (Opt_loginShell))
1592 { 1603 {
1593 login = (char *)rxvt_malloc ((strlen (argv0) + 2) * sizeof (char)); 1604 login = (char *)rxvt_malloc ((strlen (argv0) + 2) * sizeof (char));
1594 1605
1595 login[0] = '-'; 1606 login[0] = '-';
1596 strcpy (&login[1], argv0); 1607 strcpy (&login[1], argv0);
1597 argv0 = login; 1608 argv0 = login;
1598 } 1609 }
1610
1599 execlp (shell, argv0, NULL); 1611 execlp (shell, argv0, NULL);
1600 /* no error message: STDERR is closed! */ 1612 /* no error message: STDERR is closed! */
1601 } 1613 }
1602 1614
1603#else /* __QNX__ uses qnxspawn () */ 1615#else /* __QNX__ uses qnxspawn () */
1631 if ((command = getenv ("SHELL")) == NULL || *command == '\0') 1643 if ((command = getenv ("SHELL")) == NULL || *command == '\0')
1632 command = "/bin/sh"; 1644 command = "/bin/sh";
1633 1645
1634 arg_a[0] = my_basename (command); 1646 arg_a[0] = my_basename (command);
1635 1647
1636 if (options & Opt_loginShell) 1648 if (OPTION (Opt_loginShell))
1637 { 1649 {
1638 login = rxvt_malloc ((strlen (arg_a[0]) + 2) * sizeof (char)); 1650 login = rxvt_malloc ((strlen (arg_a[0]) + 2) * sizeof (char));
1639 1651
1640 login[0] = '-'; 1652 login[0] = '-';
1641 strcpy (&login[1], arg_a[0]); 1653 strcpy (&login[1], arg_a[0]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines