tty                90 lib/global.c       .tty =
tty               272 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               293 lib/tty/tty-ncurses.c     if (mc_global.tty.xterm_flag && smcup != NULL)
tty               305 lib/tty/tty-ncurses.c     if (mc_global.tty.xterm_flag && rmcup != NULL)
tty               342 lib/tty/tty-ncurses.c     if (mc_global.tty.use_subshell)
tty               343 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               388 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               142 src/args.c          &mc_global.tty.use_subshell,
tty               199 src/args.c          &mc_global.tty.disable_x11,
tty               206 src/args.c          &mc_global.tty.old_mouse,
tty               229 src/args.c          &mc_global.tty.slow_terminal,
tty               236 src/args.c          &mc_global.tty.ugly_line_drawing,
tty               278 src/args.c          &mc_global.tty.disable_colors,
tty               292 src/args.c          &mc_global.tty.command_line_colors,
tty               299 src/args.c          &mc_global.tty.skin,
tty               767 src/args.c             mc_global.tty.disable_colors = FALSE;
tty               771 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               462 src/execute.c      if (!(mc_global.tty.xterm_flag || mc_global.tty.console_flag != '\0'
tty               463 src/execute.c            || mc_global.tty.use_subshell || output_starts_shell))
tty               477 src/execute.c      if (mc_global.tty.alternate_plus_minus)
tty               490 src/execute.c      if (mc_global.tty.console_flag != '\0')
tty               494 src/execute.c      if (mc_global.tty.use_subshell)
tty               515 src/execute.c      if (mc_global.tty.console_flag != '\0')
tty               534 src/execute.c          if (mc_global.tty.use_subshell)
tty               542 src/execute.c      if (mc_global.tty.alternate_plus_minus)
tty               553 src/execute.c      if (mc_global.tty.use_subshell)
tty               295 src/filemanager/boxes.c             mc_global.tty.shadows = CHECK (sender)->state;
tty               633 src/filemanager/boxes.c     gboolean shadows = mc_global.tty.shadows;
tty               648 src/filemanager/boxes.c             QUICK_CHECKBOX (N_("&Shadows"), &mc_global.tty.shadows, &shadows_id),
tty               667 src/filemanager/boxes.c             mc_global.tty.shadows = shadows;
tty               466 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               853 src/filemanager/filemanager.c     if ((tty_baudrate () < 9600) || mc_global.tty.slow_terminal)
tty               935 src/filemanager/filemanager.c     if (mc_global.tty.use_subshell)
tty               936 src/filemanager/filemanager.c         add_select_channel (mc_global.tty.subshell_pty, load_prompt, NULL);
tty              1070 src/filemanager/filemanager.c         if (!mc_global.tty.use_subshell)
tty              1492 src/filemanager/filemanager.c         if (mc_global.tty.console_flag != '\0' && output_lines != 0)
tty              1539 src/filemanager/filemanager.c         if ((!mc_global.tty.alternate_plus_minus
tty              1540 src/filemanager/filemanager.c              || !(mc_global.tty.console_flag != '\0' || mc_global.tty.xterm_flag)) && !quote
tty               334 src/filemanager/layout.c             tty_setcolor (mc_global.tty.console_flag != '\0' ? COLOR_NORMAL : DISABLED_COLOR);
tty               366 src/filemanager/layout.c             if (mc_global.tty.console_flag == '\0')
tty               390 src/filemanager/layout.c                 tty_setcolor (mc_global.tty.console_flag != '\0' ? COLOR_NORMAL : DISABLED_COLOR);
tty               597 src/filemanager/layout.c         disabled = mc_global.tty.console_flag != '\0' ? 0 : WST_DISABLED;
tty               839 src/filemanager/layout.c     if (mc_global.tty.console_flag != '\0')
tty               886 src/filemanager/layout.c     if (mc_global.tty.console_flag != '\0' && output_lines != 0)
tty               898 src/filemanager/layout.c         if (!mc_global.tty.use_subshell || !do_load_prompt ())
tty               993 src/filemanager/layout.c     if (mc_global.tty.use_subshell)
tty              1017 src/filemanager/layout.c     if (mc_global.tty.use_subshell)
tty              1559 src/filemanager/layout.c     if (mc_global.tty.xterm_flag && xterm_title)
tty              1574 src/filemanager/layout.c         if (!mc_global.tty.alternate_plus_minus)
tty              1586 src/filemanager/layout.c     if (mc_global.tty.xterm_flag && vfs_current_is_local ())
tty              3383 src/filemanager/panel.c     if (mc_global.tty.use_subshell && vfs_current_is_local ())
tty               397 src/learn.c        gboolean save_alternate_plus_minus = mc_global.tty.alternate_plus_minus;
tty               406 src/learn.c        mc_global.tty.alternate_plus_minus = TRUE;
tty               413 src/learn.c        mc_global.tty.alternate_plus_minus = save_alternate_plus_minus;
tty               415 src/learn.c        if (!mc_global.tty.alternate_plus_minus)
tty               154 src/main.c         if (mc_global.tty.console_flag == '\0')
tty               177 src/main.c                 mc_global.tty.console_flag = '\0';
tty               196 src/main.c             mc_global.tty.use_subshell ? sigchld_handler :
tty               213 src/main.c             mc_global.tty.use_subshell = FALSE;
tty               287 src/main.c         mc_global.tty.xterm_flag = tty_check_term (mc_args__force_xterm);
tty               366 src/main.c             mc_global.tty.use_subshell = FALSE;
tty               368 src/main.c         if (mc_global.tty.use_subshell)
tty               380 src/main.c         tty_init (!mc_args__nomouse, mc_global.tty.xterm_flag);
tty               394 src/main.c         tty_init_colors (mc_global.tty.disable_colors, mc_args__force_colors);
tty               407 src/main.c         if (mc_global.tty.use_subshell && mc_global.run_from_parent_mc)
tty               426 src/main.c             mc_global.tty.use_subshell = FALSE;
tty               429 src/main.c         if (mc_global.tty.use_subshell)
tty               436 src/main.c             if (mc_global.tty.console_flag != '\0')
tty               439 src/main.c             if (mc_global.tty.alternate_plus_minus)
tty               481 src/main.c         if (mc_global.tty.console_flag != '\0' && (quit & SUBSHELL_EXIT) == 0)
tty               483 src/main.c         if (mc_global.tty.alternate_plus_minus)
tty               488 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               414 src/subshell/common.c     close (mc_global.tty.subshell_pty);
tty               563 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, ESC_STR SHELL_BUFFER_KEYBINDING,
tty               594 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, ESC_STR SHELL_CURSOR_KEYBINDING,
tty               674 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, "\005", 1);
tty               683 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "\025", 1);
tty               769 src/subshell/common.c         FD_SET (mc_global.tty.subshell_pty, &read_set);
tty               771 src/subshell/common.c         maxfdp = MAX (mc_global.tty.subshell_pty, subshell_pipe[READ]);
tty               794 src/subshell/common.c         if (FD_ISSET (mc_global.tty.subshell_pty, &read_set))
tty               802 src/subshell/common.c             bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));
tty               869 src/subshell/common.c                     write_all (mc_global.tty.subshell_pty, pty_buffer, i);
tty               880 src/subshell/common.c                                 write_all (mc_global.tty.subshell_pty, "\003", 1);
tty               895 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, pty_buffer, bytes);
tty              1324 src/subshell/common.c     if (mc_global.tty.subshell_pty == 0)
tty              1334 src/subshell/common.c         if (openpty (&mc_global.tty.subshell_pty, &subshell_pty_slave, NULL, NULL, NULL))
tty              1338 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1342 src/subshell/common.c         mc_global.tty.subshell_pty = pty_open_master (pty_name);
tty              1343 src/subshell/common.c         if (mc_global.tty.subshell_pty == -1)
tty              1346 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1354 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1368 src/subshell/common.c                 mc_global.tty.use_subshell = FALSE;
tty              1379 src/subshell/common.c                 mc_global.tty.use_subshell = FALSE;
tty              1386 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1397 src/subshell/common.c             mc_global.tty.use_subshell = FALSE;
tty              1424 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, precmd, strlen (precmd));
tty              1431 src/subshell/common.c         mc_global.tty.use_subshell = FALSE;
tty              1434 src/subshell/common.c         mc_global.tty.use_subshell = FALSE;     /* Subshell died instantly, so don't use it */
tty              1464 src/subshell/common.c                 write_all (mc_global.tty.subshell_pty, " \b", 2);       /* Hack to make prompt reappear */
tty              1481 src/subshell/common.c                 write_all (mc_global.tty.subshell_pty, s, cmdline->buffer->len);
tty              1486 src/subshell/common.c                     write_all (mc_global.tty.subshell_pty, ESC_STR "[D", 3);
tty              1504 src/subshell/common.c                 write_all (mc_global.tty.subshell_pty, "\003", 1);
tty              1511 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, " ", 1);
tty              1513 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, command, strlen (command));
tty              1514 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "\n", 1);
tty              1531 src/subshell/common.c     while (!subshell_alive && subshell_get_mainloop_quit () == 0 && mc_global.tty.use_subshell)
tty              1550 src/subshell/common.c     FD_SET (mc_global.tty.subshell_pty, &tmp);
tty              1553 src/subshell/common.c            && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0)
tty              1574 src/subshell/common.c         bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));
tty              1594 src/subshell/common.c     FD_SET (mc_global.tty.subshell_pty, &tmp);
tty              1597 src/subshell/common.c            && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0)
tty              1614 src/subshell/common.c         bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));
tty              1708 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "\003", 1);
tty              1724 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "\n", 1);
tty              1731 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, " cd ", 4);
tty              1734 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, "/", 1);
tty              1741 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, ".", 1);
tty              1747 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, temp->str, temp->len);
tty              1752 src/subshell/common.c     write_all (mc_global.tty.subshell_pty, "\n", 1);
tty              1803 src/subshell/common.c         write_all (mc_global.tty.subshell_pty, " \n", 2);
tty              1825 src/subshell/common.c         mc_global.tty.use_subshell = FALSE;
tty              1865 src/subshell/common.c             delete_select_channel (mc_global.tty.subshell_pty);
tty                90 src/subshell/proxyfunc.c             mc_global.tty.console_flag = '\0';