tty                82 lib/global.c       .tty =
tty               209 lib/global.h       } tty;
tty               277 lib/shell.c            mc_global.tty.use_subshell = FALSE;
tty               198 lib/skin/colors-old.c     mc_skin_colors_old_configure_one (mc_skin, mc_global.tty.setup_color_string);
tty               199 lib/skin/colors-old.c     mc_skin_colors_old_configure_one (mc_skin, mc_global.tty.term_color_string);
tty               201 lib/skin/colors-old.c     mc_skin_colors_old_configure_one (mc_skin, mc_global.tty.command_line_colors);
tty               343 lib/skin/colors.c     if (tty_use_colors () && !mc_global.tty.disable_colors)
tty                73 lib/skin/common.c     if (mc_global.tty.skin != NULL)
tty                74 lib/skin/common.c         return g_strdup (mc_global.tty.skin);
tty               203 lib/skin/common.c     if (mc_global.tty.ugly_line_drawing)
tty                67 lib/skin/lines.c     if (mc_global.tty.slow_terminal)
tty                69 lib/skin/lines.c     else if (mc_global.tty.ugly_line_drawing)
tty                71 lib/tty/color-slang.c         char *cts = mc_global.tty.color_terminal_string;
tty               704 lib/tty/key.c      if (getenv ("DISPLAY") != NULL && !mc_global.tty.disable_x11)
tty              1131 lib/tty/key.c      if (!mc_global.tty.alternate_plus_minus)
tty              1324 lib/tty/key.c      if (mc_global.tty.xterm_flag
tty              2169 lib/tty/key.c      if (mc_global.tty.console_flag != '\0' || mc_global.tty.xterm_flag)
tty              2181 lib/tty/key.c      if (mc_global.tty.console_flag != '\0' || mc_global.tty.xterm_flag)
tty               288 lib/tty/tty-ncurses.c     if (mc_global.tty.xterm_flag && smcup != NULL)
tty               300 lib/tty/tty-ncurses.c     if (mc_global.tty.xterm_flag && rmcup != NULL)
tty               337 lib/tty/tty-ncurses.c     if (mc_global.tty.use_subshell)
tty               338 lib/tty/tty-ncurses.c         tty_resize (mc_global.tty.subshell_pty);
tty               307 lib/tty/tty-slang.c     if (mc_global.tty.ugly_line_drawing)
tty               394 lib/tty/tty-slang.c     if (mc_global.tty.use_subshell)
tty               395 lib/tty/tty-slang.c         tty_resize (mc_global.tty.subshell_pty);
tty               400 lib/tty/tty.c              if (mc_global.tty.old_mouse)
tty               165 lib/tty/win.c          mc_global.tty.console_flag = '\004';
tty                95 lib/util.c         if (mc_global.tty.xterm_flag)
tty                77 lib/widget/frame.c     if (mc_global.tty.shadows)
tty               573 lib/widget/listbox.c     l->scrollbar = !mc_global.tty.slow_terminal;
tty               193 lib/widget/menu.c     if (mc_global.tty.shadows)
tty               163 src/args.c             &mc_global.tty.use_subshell,
tty               236 src/args.c             &mc_global.tty.disable_x11,
tty               246 src/args.c             &mc_global.tty.old_mouse,
tty               271 src/args.c             &mc_global.tty.slow_terminal,
tty               281 src/args.c             &mc_global.tty.ugly_line_drawing,
tty               326 src/args.c             &mc_global.tty.disable_colors,
tty               346 src/args.c             &mc_global.tty.command_line_colors,
tty               356 src/args.c             &mc_global.tty.skin,
tty               789 src/args.c             mc_global.tty.disable_colors = FALSE;
tty               793 src/args.c             mc_global.tty.use_subshell = FALSE;
tty               100 src/cons.handler.c     if (mc_global.tty.console_flag == '\0')
tty               106 src/cons.handler.c         mc_global.tty.console_flag = '\0';
tty               154 src/cons.handler.c             mc_global.tty.console_flag = '\0';
tty               167 src/cons.handler.c             mc_global.tty.console_flag = '\0';
tty               176 src/cons.handler.c             status = read (pipefd2[0], &mc_global.tty.console_flag, 1);
tty               177 src/cons.handler.c             if (mc_global.tty.console_flag == '\0')
tty               228 src/cons.handler.c             mc_global.tty.console_flag = '\0';
tty               229 src/cons.handler.c             status = write (1, &mc_global.tty.console_flag, 1);
tty               238 src/cons.handler.c         if (mc_global.tty.console_flag == '\0')
tty               244 src/cons.handler.c             mc_global.tty.console_flag = '\0';
tty               258 src/cons.handler.c             status = read (pipefd2[0], &mc_global.tty.console_flag, 1);
tty               260 src/cons.handler.c         if (action == CONSOLE_DONE || mc_global.tty.console_flag == '\0')
tty               268 src/cons.handler.c             mc_global.tty.console_flag = '\0';
tty               287 src/cons.handler.c     if (mc_global.tty.console_flag != '\0')
tty               299 src/cons.handler.c         mc_global.tty.console_flag = '\001';
tty               328 src/cons.handler.c     if (mc_global.tty.console_flag == '\0')
tty               352 src/cons.handler.c     if (mc_global.tty.console_flag == '\0')
tty               357 src/cons.handler.c     mc_global.tty.console_flag = '\0';
tty               369 src/cons.handler.c     if (mc_global.tty.console_flag == '\0')
tty               419 src/cons.handler.c     if (mc_global.tty.console_flag == '\0')
tty               480 src/cons.handler.c     mc_global.tty.console_flag = '\0';
tty                94 src/execute.c      if (mc_global.tty.alternate_plus_minus)
tty               107 src/execute.c          if (!(mc_global.tty.console_flag != '\0' || mc_global.tty.xterm_flag))
tty               152 src/execute.c      if (mc_global.tty.console_flag != '\0' && !mc_global.tty.use_subshell)
tty               172 src/execute.c      if (mc_global.tty.console_flag != '\0' && !mc_global.tty.use_subshell)
tty               308 src/execute.c      if (mc_global.tty.console_flag != '\0')
tty               311 src/execute.c      if (!mc_global.tty.use_subshell && (flags & EXECUTE_INTERNAL) == 0 && argv != NULL
tty               318 src/execute.c      if (mc_global.tty.use_subshell && (flags & EXECUTE_INTERNAL) == 0 && argv != NULL)
tty               332 src/execute.c               || (pause_after_run == pause_on_dumb_terminals && !mc_global.tty.xterm_flag
tty               333 src/execute.c                   && mc_global.tty.console_flag == '\0'))
tty               347 src/execute.c          if (mc_global.tty.console_flag != '\0' && output_lines != 0 && mc_global.keybar_visible)
tty               354 src/execute.c      if (mc_global.tty.console_flag != '\0')
tty               436 src/execute.c      if (mc_global.tty.use_subshell)
tty               464 src/execute.c      if (!(mc_global.tty.xterm_flag || mc_global.tty.console_flag != '\0'
tty               465 src/execute.c            || mc_global.tty.use_subshell || output_starts_shell))
tty               479 src/execute.c      if (mc_global.tty.alternate_plus_minus)
tty               492 src/execute.c      if (mc_global.tty.console_flag != '\0')
tty               496 src/execute.c      if (mc_global.tty.use_subshell)
tty               517 src/execute.c      if (mc_global.tty.console_flag != '\0')
tty               536 src/execute.c          if (mc_global.tty.use_subshell)
tty               544 src/execute.c      if (mc_global.tty.alternate_plus_minus)
tty               554 src/execute.c      if (mc_global.tty.use_subshell)
tty               287 src/filemanager/boxes.c             mc_global.tty.shadows = CHECK (sender)->state;
tty               646 src/filemanager/boxes.c     const gboolean shadows = mc_global.tty.shadows;
tty               661 src/filemanager/boxes.c             QUICK_CHECKBOX (N_ ("&Shadows"), &mc_global.tty.shadows, &shadows_id),
tty               684 src/filemanager/boxes.c             mc_global.tty.shadows = shadows;
tty               459 src/filemanager/chattr.c     if (!mc_global.tty.slow_terminal && check_attr_mod_num > w->rect.lines)
tty               125 src/filemanager/command.c         if (mc_global.tty.use_subshell && subshell_state != INACTIVE)
tty               162 src/filemanager/command.c             if (mc_global.tty.use_subshell)
tty               166 src/filemanager/command.c         if (mc_global.tty.use_subshell)
tty               512 src/filemanager/ext.c         if (mc_global.tty.console_flag != '\0')
tty               826 src/filemanager/filemanager.c     if ((baudrate > 0 && baudrate < 9600) || mc_global.tty.slow_terminal)
tty               908 src/filemanager/filemanager.c     if (mc_global.tty.use_subshell)
tty               909 src/filemanager/filemanager.c         add_select_channel (mc_global.tty.subshell_pty, load_prompt, NULL);
tty              1044 src/filemanager/filemanager.c         if (!mc_global.tty.use_subshell)
tty              1464 src/filemanager/filemanager.c         if (mc_global.tty.console_flag != '\0' && output_lines != 0)
tty              1511 src/filemanager/filemanager.c         if ((!mc_global.tty.alternate_plus_minus
tty              1512 src/filemanager/filemanager.c              || !(mc_global.tty.console_flag != '\0' || mc_global.tty.xterm_flag))
tty               329 src/filemanager/layout.c             tty_setcolor (mc_global.tty.console_flag != '\0' ? COLOR_NORMAL : DISABLED_COLOR);
tty               361 src/filemanager/layout.c         if (mc_global.tty.console_flag == '\0')
tty               383 src/filemanager/layout.c             tty_setcolor (mc_global.tty.console_flag != '\0' ? COLOR_NORMAL : DISABLED_COLOR);
tty               589 src/filemanager/layout.c         disabled = mc_global.tty.console_flag != '\0' ? 0 : WST_DISABLED;
tty               829 src/filemanager/layout.c     if (mc_global.tty.console_flag != '\0')
tty               876 src/filemanager/layout.c     if (mc_global.tty.console_flag != '\0' && output_lines != 0)
tty               888 src/filemanager/layout.c         if (!mc_global.tty.use_subshell || !do_load_prompt ())
tty               983 src/filemanager/layout.c     if (mc_global.tty.use_subshell)
tty              1007 src/filemanager/layout.c     if (mc_global.tty.use_subshell)
tty              1558 src/filemanager/layout.c     if (mc_global.tty.xterm_flag && xterm_title)
tty              1573 src/filemanager/layout.c         if (!mc_global.tty.alternate_plus_minus)
tty              1585 src/filemanager/layout.c     if (mc_global.tty.xterm_flag && vfs_current_is_local ())
tty               404 src/learn.c        gboolean save_alternate_plus_minus = mc_global.tty.alternate_plus_minus;
tty               413 src/learn.c        mc_global.tty.alternate_plus_minus = TRUE;
tty               420 src/learn.c        mc_global.tty.alternate_plus_minus = save_alternate_plus_minus;
tty               422 src/learn.c        if (!mc_global.tty.alternate_plus_minus)
tty               124 src/main.c         if (mc_global.tty.console_flag == '\0')
tty               147 src/main.c                 mc_global.tty.console_flag = '\0';
tty               166 src/main.c             mc_global.tty.use_subshell ? sigchld_handler :
tty               183 src/main.c             mc_global.tty.use_subshell = FALSE;
tty               258 src/main.c         mc_global.tty.xterm_flag = tty_check_xterm_compat (mc_args__force_xterm);
tty               342 src/main.c             mc_global.tty.use_subshell = FALSE;
tty               344 src/main.c         if (mc_global.tty.use_subshell)
tty               356 src/main.c         tty_init (!mc_args__nomouse, mc_global.tty.xterm_flag);
tty               367 src/main.c         tty_init_colors (mc_global.tty.disable_colors, mc_args__force_colors);
tty               380 src/main.c         if (mc_global.tty.use_subshell && mc_global.run_from_parent_mc)
tty               397 src/main.c             mc_global.tty.use_subshell = FALSE;
tty               400 src/main.c         if (mc_global.tty.use_subshell)
tty               407 src/main.c             if (mc_global.tty.console_flag != '\0')
tty               410 src/main.c             if (mc_global.tty.alternate_plus_minus)
tty               457 src/main.c         if (mc_global.tty.console_flag != '\0' && (quit & SUBSHELL_EXIT) == 0)
tty               459 src/main.c         if (mc_global.tty.alternate_plus_minus)
tty               464 src/main.c         if (mc_global.tty.console_flag != '\0')
tty               321 src/setup.c        { "alternate_plus_minus", &mc_global.tty.alternate_plus_minus },
tty               363 src/setup.c        { "shadows", &mc_global.tty.shadows },
tty               919 src/setup.c        mc_global.tty.setup_color_string =
tty               921 src/setup.c        mc_global.tty.term_color_string =
tty               923 src/setup.c        mc_global.tty.color_terminal_string =
tty              1050 src/setup.c        g_free (mc_global.tty.color_terminal_string);
tty              1051 src/setup.c        g_free (mc_global.tty.term_color_string);
tty              1052 src/setup.c        g_free (mc_global.tty.setup_color_string);
tty               456 src/subshell/common.c     close (mc_global.tty.subshell_pty);
tty               613 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, ESC_STR SHELL_BUFFER_KEYBINDING,
tty               645 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, ESC_STR SHELL_CURSOR_KEYBINDING,
tty               726 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, "\005", 1);
tty               735 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "\025", 1);
tty               858 src/subshell/common.c         FD_SET (mc_global.tty.subshell_pty, &read_set);
tty               860 src/subshell/common.c         maxfdp = MAX (mc_global.tty.subshell_pty, subshell_pipe[READ]);
tty               883 src/subshell/common.c         if (FD_ISSET (mc_global.tty.subshell_pty, &read_set))
tty               892 src/subshell/common.c                 read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));
tty               965 src/subshell/common.c                     write_all (mc_global.tty.subshell_pty, pty_buffer, i);
tty               976 src/subshell/common.c                                 write_all (mc_global.tty.subshell_pty, "\003", 1);
tty               992 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, pty_buffer, ubytes);
tty              1427 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "\003", 1);
tty              1442 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "\n", 1);
tty              1449 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, " cd ", 4);
tty              1452 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "/", 1);
tty              1458 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, ".", 1);
tty              1464 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, temp->str, temp->len);
tty              1469 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, "\n", 1);
tty              1520 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, " \n", 2);
tty              1554 src/subshell/common.c     if (mc_global.tty.subshell_pty == 0)
tty              1568 src/subshell/common.c                 mc_global.tty.use_subshell = FALSE;
tty              1579 src/subshell/common.c                 mc_global.tty.use_subshell = FALSE;
tty              1586 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1598 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1611 src/subshell/common.c         if (openpty (&mc_global.tty.subshell_pty, &subshell_pty_slave, NULL, NULL, NULL))
tty              1615 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1619 src/subshell/common.c         mc_global.tty.subshell_pty = pty_open_master (pty_name);
tty              1620 src/subshell/common.c         if (mc_global.tty.subshell_pty == -1)
tty              1623 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1632 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1662 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, precmd, strlen (precmd));
tty              1670 src/subshell/common.c         mc_global.tty.use_subshell = FALSE;
tty              1673 src/subshell/common.c         mc_global.tty.use_subshell = FALSE;  // Subshell died instantly, so don't use it
tty              1704 src/subshell/common.c                 write_all (mc_global.tty.subshell_pty, " \b", 2);  // Hack to make prompt reappear
tty              1717 src/subshell/common.c                 write_all (mc_global.tty.subshell_pty, s, cmdline->buffer->len);
tty              1723 src/subshell/common.c                     write_all (mc_global.tty.subshell_pty, ESC_STR "[D", 3);
tty              1741 src/subshell/common.c                 write_all (mc_global.tty.subshell_pty, "\003", 1);
tty              1748 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, " ", 1);
tty              1750 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, command, strlen (command));
tty              1751 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "\n", 1);
tty              1768 src/subshell/common.c     while (!subshell_alive && subshell_get_mainloop_quit () == 0 && mc_global.tty.use_subshell)
tty              1788 src/subshell/common.c     FD_SET (mc_global.tty.subshell_pty, &tmp);
tty              1791 src/subshell/common.c            && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0)
tty              1812 src/subshell/common.c         const ssize_t bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));
tty              1837 src/subshell/common.c     FD_SET (mc_global.tty.subshell_pty, &tmp);
tty              1840 src/subshell/common.c            && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0)
tty              1857 src/subshell/common.c         bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));
tty              1929 src/subshell/common.c     if (mc_global.tty.use_subshell && vfs_current_is_local ())
tty              1943 src/subshell/common.c         mc_global.tty.use_subshell = FALSE;
tty              1979 src/subshell/common.c             delete_select_channel (mc_global.tty.subshell_pty);
tty                90 src/subshell/proxyfunc.c             mc_global.tty.console_flag = '\0';