tty                90 lib/global.c       .tty =
tty               210 lib/global.h       } tty;
tty               247 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               340 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               707 lib/tty/key.c      if (getenv ("DISPLAY") != NULL && !mc_global.tty.disable_x11)
tty              1134 lib/tty/key.c      if (!mc_global.tty.alternate_plus_minus)
tty              1327 lib/tty/key.c      if (mc_global.tty.xterm_flag
tty              2206 lib/tty/key.c      if (mc_global.tty.console_flag != '\0' || mc_global.tty.xterm_flag)
tty              2218 lib/tty/key.c      if (mc_global.tty.console_flag != '\0' || mc_global.tty.xterm_flag)
tty               294 lib/tty/tty-ncurses.c     if (mc_global.tty.xterm_flag && smcup != NULL)
tty               306 lib/tty/tty-ncurses.c     if (mc_global.tty.xterm_flag && rmcup != NULL)
tty               343 lib/tty/tty-ncurses.c     if (mc_global.tty.use_subshell)
tty               344 lib/tty/tty-ncurses.c         tty_resize (mc_global.tty.subshell_pty);
tty               306 lib/tty/tty-slang.c     if (mc_global.tty.ugly_line_drawing)
tty               393 lib/tty/tty-slang.c     if (mc_global.tty.use_subshell)
tty               394 lib/tty/tty-slang.c         tty_resize (mc_global.tty.subshell_pty);
tty               389 lib/tty/tty.c              if (mc_global.tty.old_mouse)
tty               163 lib/tty/win.c          mc_global.tty.console_flag = '\004';
tty               105 lib/util.c         if (mc_global.tty.xterm_flag)
tty                77 lib/widget/frame.c     if (mc_global.tty.shadows)
tty               571 lib/widget/listbox.c     l->scrollbar = !mc_global.tty.slow_terminal;
tty               193 lib/widget/menu.c     if (mc_global.tty.shadows)
tty               146 src/args.c          &mc_global.tty.use_subshell,
tty               203 src/args.c          &mc_global.tty.disable_x11,
tty               210 src/args.c          &mc_global.tty.old_mouse,
tty               233 src/args.c          &mc_global.tty.slow_terminal,
tty               240 src/args.c          &mc_global.tty.ugly_line_drawing,
tty               282 src/args.c          &mc_global.tty.disable_colors,
tty               296 src/args.c          &mc_global.tty.command_line_colors,
tty               303 src/args.c          &mc_global.tty.skin,
tty               742 src/args.c             mc_global.tty.disable_colors = FALSE;
tty               746 src/args.c             mc_global.tty.use_subshell = FALSE;
tty                99 src/cons.handler.c     if (mc_global.tty.console_flag == '\0')
tty               105 src/cons.handler.c         mc_global.tty.console_flag = '\0';
tty               153 src/cons.handler.c             mc_global.tty.console_flag = '\0';
tty               166 src/cons.handler.c             mc_global.tty.console_flag = '\0';
tty               175 src/cons.handler.c             status = read (pipefd2[0], &mc_global.tty.console_flag, 1);
tty               176 src/cons.handler.c             if (mc_global.tty.console_flag == '\0')
tty               227 src/cons.handler.c             mc_global.tty.console_flag = '\0';
tty               228 src/cons.handler.c             status = write (1, &mc_global.tty.console_flag, 1);
tty               237 src/cons.handler.c         if (mc_global.tty.console_flag == '\0')
tty               243 src/cons.handler.c             mc_global.tty.console_flag = '\0';
tty               257 src/cons.handler.c             status = read (pipefd2[0], &mc_global.tty.console_flag, 1);
tty               259 src/cons.handler.c         if (action == CONSOLE_DONE || mc_global.tty.console_flag == '\0')
tty               267 src/cons.handler.c             mc_global.tty.console_flag = '\0';
tty               286 src/cons.handler.c     if (mc_global.tty.console_flag != '\0')
tty               298 src/cons.handler.c         mc_global.tty.console_flag = '\001';
tty               327 src/cons.handler.c     if (mc_global.tty.console_flag == '\0')
tty               351 src/cons.handler.c     if (mc_global.tty.console_flag == '\0')
tty               356 src/cons.handler.c     mc_global.tty.console_flag = '\0';
tty               368 src/cons.handler.c     if (mc_global.tty.console_flag == '\0')
tty               420 src/cons.handler.c     if (mc_global.tty.console_flag == '\0')
tty               481 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               309 src/execute.c      if (mc_global.tty.console_flag != '\0')
tty               312 src/execute.c      if (!mc_global.tty.use_subshell && *argv != NULL && (flags & EXECUTE_INTERNAL) == 0)
tty               318 src/execute.c      if (mc_global.tty.use_subshell && (flags & EXECUTE_INTERNAL) == 0)
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')) && quit == 0
tty               346 src/execute.c          if (mc_global.tty.console_flag != '\0' && output_lines != 0 && mc_global.keybar_visible)
tty               353 src/execute.c      if (mc_global.tty.console_flag != '\0')
tty               435 src/execute.c      if (mc_global.tty.use_subshell)
tty               463 src/execute.c      if (!(mc_global.tty.xterm_flag || mc_global.tty.console_flag != '\0'
tty               464 src/execute.c            || mc_global.tty.use_subshell || output_starts_shell))
tty               478 src/execute.c      if (mc_global.tty.alternate_plus_minus)
tty               491 src/execute.c      if (mc_global.tty.console_flag != '\0')
tty               495 src/execute.c      if (mc_global.tty.use_subshell)
tty               516 src/execute.c      if (mc_global.tty.console_flag != '\0')
tty               535 src/execute.c          if (mc_global.tty.use_subshell)
tty               543 src/execute.c      if (mc_global.tty.alternate_plus_minus)
tty               554 src/execute.c      if (mc_global.tty.use_subshell)
tty               295 src/filemanager/boxes.c             mc_global.tty.shadows = CHECK (sender)->state;
tty               632 src/filemanager/boxes.c     gboolean shadows = mc_global.tty.shadows;
tty               647 src/filemanager/boxes.c             QUICK_CHECKBOX (N_("&Shadows"), &mc_global.tty.shadows, &shadows_id),
tty               666 src/filemanager/boxes.c             mc_global.tty.shadows = shadows;
tty               463 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               525 src/filemanager/ext.c         if (mc_global.tty.console_flag != '\0')
tty               858 src/filemanager/filemanager.c     if ((baudrate > 0 && baudrate < 9600) || mc_global.tty.slow_terminal)
tty               940 src/filemanager/filemanager.c     if (mc_global.tty.use_subshell)
tty               941 src/filemanager/filemanager.c         add_select_channel (mc_global.tty.subshell_pty, load_prompt, NULL);
tty              1075 src/filemanager/filemanager.c         if (!mc_global.tty.use_subshell)
tty              1497 src/filemanager/filemanager.c         if (mc_global.tty.console_flag != '\0' && output_lines != 0)
tty              1544 src/filemanager/filemanager.c         if ((!mc_global.tty.alternate_plus_minus
tty              1545 src/filemanager/filemanager.c              || !(mc_global.tty.console_flag != '\0' || mc_global.tty.xterm_flag)) && !quote
tty               332 src/filemanager/layout.c             tty_setcolor (mc_global.tty.console_flag != '\0' ? COLOR_NORMAL : DISABLED_COLOR);
tty               364 src/filemanager/layout.c             if (mc_global.tty.console_flag == '\0')
tty               388 src/filemanager/layout.c                 tty_setcolor (mc_global.tty.console_flag != '\0' ? COLOR_NORMAL : DISABLED_COLOR);
tty               595 src/filemanager/layout.c         disabled = mc_global.tty.console_flag != '\0' ? 0 : WST_DISABLED;
tty               837 src/filemanager/layout.c     if (mc_global.tty.console_flag != '\0')
tty               884 src/filemanager/layout.c     if (mc_global.tty.console_flag != '\0' && output_lines != 0)
tty               896 src/filemanager/layout.c         if (!mc_global.tty.use_subshell || !do_load_prompt ())
tty               991 src/filemanager/layout.c     if (mc_global.tty.use_subshell)
tty              1015 src/filemanager/layout.c     if (mc_global.tty.use_subshell)
tty              1563 src/filemanager/layout.c     if (mc_global.tty.xterm_flag && xterm_title)
tty              1578 src/filemanager/layout.c         if (!mc_global.tty.alternate_plus_minus)
tty              1590 src/filemanager/layout.c     if (mc_global.tty.xterm_flag && vfs_current_is_local ())
tty              3450 src/filemanager/panel.c     if (mc_global.tty.use_subshell && vfs_current_is_local ())
tty               396 src/learn.c        gboolean save_alternate_plus_minus = mc_global.tty.alternate_plus_minus;
tty               405 src/learn.c        mc_global.tty.alternate_plus_minus = TRUE;
tty               412 src/learn.c        mc_global.tty.alternate_plus_minus = save_alternate_plus_minus;
tty               414 src/learn.c        if (!mc_global.tty.alternate_plus_minus)
tty               159 src/main.c         if (mc_global.tty.console_flag == '\0')
tty               182 src/main.c                 mc_global.tty.console_flag = '\0';
tty               201 src/main.c             mc_global.tty.use_subshell ? sigchld_handler :
tty               218 src/main.c             mc_global.tty.use_subshell = FALSE;
tty               293 src/main.c         mc_global.tty.xterm_flag = tty_check_term (mc_args__force_xterm);
tty               377 src/main.c             mc_global.tty.use_subshell = FALSE;
tty               379 src/main.c         if (mc_global.tty.use_subshell)
tty               391 src/main.c         tty_init (!mc_args__nomouse, mc_global.tty.xterm_flag);
tty               405 src/main.c         tty_init_colors (mc_global.tty.disable_colors, mc_args__force_colors);
tty               418 src/main.c         if (mc_global.tty.use_subshell && mc_global.run_from_parent_mc)
tty               437 src/main.c             mc_global.tty.use_subshell = FALSE;
tty               440 src/main.c         if (mc_global.tty.use_subshell)
tty               447 src/main.c             if (mc_global.tty.console_flag != '\0')
tty               450 src/main.c             if (mc_global.tty.alternate_plus_minus)
tty               497 src/main.c         if (mc_global.tty.console_flag != '\0' && (quit & SUBSHELL_EXIT) == 0)
tty               499 src/main.c         if (mc_global.tty.alternate_plus_minus)
tty               504 src/main.c         if (mc_global.tty.console_flag != '\0')
tty               323 src/setup.c        { "alternate_plus_minus", &mc_global.tty.alternate_plus_minus },
tty               365 src/setup.c        { "shadows", &mc_global.tty.shadows },
tty               913 src/setup.c        mc_global.tty.setup_color_string =
tty               915 src/setup.c        mc_global.tty.term_color_string =
tty               917 src/setup.c        mc_global.tty.color_terminal_string =
tty              1043 src/setup.c        g_free (mc_global.tty.color_terminal_string);
tty              1044 src/setup.c        g_free (mc_global.tty.term_color_string);
tty              1045 src/setup.c        g_free (mc_global.tty.setup_color_string);
tty               417 src/subshell/common.c     close (mc_global.tty.subshell_pty);
tty               570 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, ESC_STR SHELL_BUFFER_KEYBINDING,
tty               601 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, ESC_STR SHELL_CURSOR_KEYBINDING,
tty               681 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, "\005", 1);
tty               690 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "\025", 1);
tty               776 src/subshell/common.c         FD_SET (mc_global.tty.subshell_pty, &read_set);
tty               778 src/subshell/common.c         maxfdp = MAX (mc_global.tty.subshell_pty, subshell_pipe[READ]);
tty               801 src/subshell/common.c         if (FD_ISSET (mc_global.tty.subshell_pty, &read_set))
tty               809 src/subshell/common.c             bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));
tty               879 src/subshell/common.c                     write_all (mc_global.tty.subshell_pty, pty_buffer, i);
tty               890 src/subshell/common.c                                 write_all (mc_global.tty.subshell_pty, "\003", 1);
tty               905 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, pty_buffer, bytes);
tty              1338 src/subshell/common.c     if (mc_global.tty.subshell_pty == 0)
tty              1348 src/subshell/common.c         if (openpty (&mc_global.tty.subshell_pty, &subshell_pty_slave, NULL, NULL, NULL))
tty              1352 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1356 src/subshell/common.c         mc_global.tty.subshell_pty = pty_open_master (pty_name);
tty              1357 src/subshell/common.c         if (mc_global.tty.subshell_pty == -1)
tty              1360 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1368 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1382 src/subshell/common.c                 mc_global.tty.use_subshell = FALSE;
tty              1393 src/subshell/common.c                 mc_global.tty.use_subshell = FALSE;
tty              1400 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1411 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1438 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, precmd, strlen (precmd));
tty              1445 src/subshell/common.c         mc_global.tty.use_subshell = FALSE;
tty              1448 src/subshell/common.c         mc_global.tty.use_subshell = FALSE;     /* Subshell died instantly, so don't use it */
tty              1478 src/subshell/common.c                 write_all (mc_global.tty.subshell_pty, " \b", 2);       /* Hack to make prompt reappear */
tty              1495 src/subshell/common.c                 write_all (mc_global.tty.subshell_pty, s, cmdline->buffer->len);
tty              1500 src/subshell/common.c                     write_all (mc_global.tty.subshell_pty, ESC_STR "[D", 3);
tty              1518 src/subshell/common.c                 write_all (mc_global.tty.subshell_pty, "\003", 1);
tty              1525 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, " ", 1);
tty              1527 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, command, strlen (command));
tty              1528 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "\n", 1);
tty              1545 src/subshell/common.c     while (!subshell_alive && subshell_get_mainloop_quit () == 0 && mc_global.tty.use_subshell)
tty              1564 src/subshell/common.c     FD_SET (mc_global.tty.subshell_pty, &tmp);
tty              1567 src/subshell/common.c            && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0)
tty              1588 src/subshell/common.c         bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));
tty              1608 src/subshell/common.c     FD_SET (mc_global.tty.subshell_pty, &tmp);
tty              1611 src/subshell/common.c            && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0)
tty              1628 src/subshell/common.c         bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));
tty              1722 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "\003", 1);
tty              1738 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "\n", 1);
tty              1745 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, " cd ", 4);
tty              1748 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "/", 1);
tty              1755 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, ".", 1);
tty              1761 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, temp->str, temp->len);
tty              1766 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, "\n", 1);
tty              1817 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, " \n", 2);
tty              1839 src/subshell/common.c         mc_global.tty.use_subshell = FALSE;
tty              1879 src/subshell/common.c             delete_select_channel (mc_global.tty.subshell_pty);
tty                90 src/subshell/proxyfunc.c             mc_global.tty.console_flag = '\0';