tty 82 lib/global.c .tty = tty 213 lib/global.h } tty; tty 288 lib/shell.c mc_global.tty.use_subshell = FALSE; tty 368 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 200 lib/skin/common.c if (mc_global.tty.ugly_line_drawing) tty 177 lib/skin/lines.c if (mc_global.tty.slow_terminal) tty 179 lib/skin/lines.c else if (mc_global.tty.ugly_line_drawing) tty 75 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 2168 lib/tty/key.c if (mc_global.tty.console_flag != '\0' || mc_global.tty.xterm_flag) tty 2180 lib/tty/key.c if (mc_global.tty.console_flag != '\0' || mc_global.tty.xterm_flag) tty 333 lib/tty/tty-ncurses.c if (mc_global.tty.xterm_flag && smcup != NULL) tty 345 lib/tty/tty-ncurses.c if (mc_global.tty.xterm_flag && rmcup != NULL) tty 382 lib/tty/tty-ncurses.c if (mc_global.tty.use_subshell) tty 383 lib/tty/tty-ncurses.c tty_resize (mc_global.tty.subshell_pty); tty 256 lib/tty/tty-slang.c if (mc_global.tty.ugly_line_drawing) tty 343 lib/tty/tty-slang.c if (mc_global.tty.use_subshell) tty 344 lib/tty/tty-slang.c tty_resize (mc_global.tty.subshell_pty); tty 395 lib/tty/tty.c if (mc_global.tty.old_mouse) tty 166 lib/tty/win.c mc_global.tty.console_flag = '\004'; tty 91 lib/util.c if (mc_global.tty.xterm_flag) tty 77 lib/widget/frame.c if (mc_global.tty.shadows) tty 575 lib/widget/listbox.c l->scrollbar = !mc_global.tty.slow_terminal; tty 195 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 321 src/args.c &mc_global.tty.disable_colors, tty 341 src/args.c &mc_global.tty.skin, tty 624 src/args.c mc_global.tty.disable_colors = TRUE; tty 742 src/args.c mc_global.tty.disable_colors = FALSE; tty 746 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 421 src/cons.handler.c if (mc_global.tty.console_flag == '\0') tty 482 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 285 src/filemanager/boxes.c mc_global.tty.shadows = CHECK (sender)->state; tty 650 src/filemanager/boxes.c const gboolean shadows = mc_global.tty.shadows; tty 665 src/filemanager/boxes.c QUICK_CHECKBOX (_ ("&Shadows"), &mc_global.tty.shadows, &shadows_id), tty 688 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 130 src/filemanager/command.c if (mc_global.tty.use_subshell && subshell_state != INACTIVE) tty 167 src/filemanager/command.c if (mc_global.tty.use_subshell) tty 171 src/filemanager/command.c if (mc_global.tty.use_subshell) tty 512 src/filemanager/ext.c if (mc_global.tty.console_flag != '\0') tty 831 src/filemanager/filemanager.c if ((baudrate > 0 && baudrate < 9600) || mc_global.tty.slow_terminal) tty 913 src/filemanager/filemanager.c if (mc_global.tty.use_subshell) tty 914 src/filemanager/filemanager.c add_select_channel (mc_global.tty.subshell_pty, load_prompt, NULL); tty 1049 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 328 src/filemanager/layout.c tty_setcolor (mc_global.tty.console_flag != '\0' ? DIALOG_NORMAL_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' ? DIALOG_NORMAL_COLOR tty 579 src/filemanager/layout.c disabled = mc_global.tty.console_flag != '\0' ? 0 : WST_DISABLED; tty 819 src/filemanager/layout.c if (mc_global.tty.console_flag != '\0') tty 866 src/filemanager/layout.c if (mc_global.tty.console_flag != '\0' && output_lines != 0) tty 878 src/filemanager/layout.c if (!mc_global.tty.use_subshell || !do_load_prompt ()) tty 972 src/filemanager/layout.c if (mc_global.tty.use_subshell) tty 1533 src/filemanager/layout.c if (mc_global.tty.xterm_flag && xterm_title) tty 1548 src/filemanager/layout.c if (!mc_global.tty.alternate_plus_minus) tty 1560 src/filemanager/layout.c if (mc_global.tty.xterm_flag && vfs_current_is_local ()) tty 464 src/help.c return mc_global.tty.ugly_line_drawing ? '-' tty 468 src/help.c return mc_global.tty.ugly_line_drawing ? '|' tty 472 src/help.c return mc_global.tty.ugly_line_drawing ? '+' tty 476 src/help.c return mc_global.tty.ugly_line_drawing ? '+' tty 480 src/help.c return mc_global.tty.ugly_line_drawing ? '+' tty 484 src/help.c return mc_global.tty.ugly_line_drawing ? '+' tty 488 src/help.c return mc_global.tty.ugly_line_drawing ? '|' tty 492 src/help.c return mc_global.tty.ugly_line_drawing ? '|' tty 496 src/help.c return mc_global.tty.ugly_line_drawing ? '-' tty 500 src/help.c return mc_global.tty.ugly_line_drawing ? '-' tty 504 src/help.c return mc_global.tty.ugly_line_drawing ? '+' tty 401 src/learn.c gboolean save_alternate_plus_minus = mc_global.tty.alternate_plus_minus; tty 410 src/learn.c mc_global.tty.alternate_plus_minus = TRUE; tty 417 src/learn.c mc_global.tty.alternate_plus_minus = save_alternate_plus_minus; tty 419 src/learn.c if (!mc_global.tty.alternate_plus_minus) tty 123 src/main.c if (mc_global.tty.console_flag == '\0') tty 146 src/main.c mc_global.tty.console_flag = '\0'; tty 165 src/main.c mc_global.tty.use_subshell ? sigchld_handler : tty 182 src/main.c mc_global.tty.use_subshell = FALSE; tty 257 src/main.c mc_global.tty.xterm_flag = tty_check_xterm_compat (mc_args__force_xterm); tty 344 src/main.c mc_global.tty.use_subshell = FALSE; tty 346 src/main.c if (mc_global.tty.use_subshell) tty 358 src/main.c tty_init (!mc_args__nomouse, mc_global.tty.xterm_flag); tty 369 src/main.c tty_init_colors (mc_global.tty.disable_colors, mc_args__force_colors, COLOR_MAP_SIZE); tty 378 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 460 src/main.c if (mc_global.tty.console_flag != '\0' && (quit & SUBSHELL_EXIT) == 0) tty 462 src/main.c if (mc_global.tty.alternate_plus_minus) tty 467 src/main.c if (mc_global.tty.console_flag != '\0') tty 319 src/setup.c { "alternate_plus_minus", &mc_global.tty.alternate_plus_minus }, tty 361 src/setup.c { "shadows", &mc_global.tty.shadows }, tty 916 src/setup.c mc_global.tty.setup_color_string = tty 918 src/setup.c mc_global.tty.term_color_string = tty 920 src/setup.c mc_global.tty.color_terminal_string = tty 1047 src/setup.c g_free (mc_global.tty.color_terminal_string); tty 1048 src/setup.c g_free (mc_global.tty.term_color_string); tty 1049 src/setup.c g_free (mc_global.tty.setup_color_string); tty 488 src/subshell/common.c close (mc_global.tty.subshell_pty); tty 626 src/subshell/common.c const int maxfdp = MAX (command_buffer_pipe[READ], mc_global.tty.subshell_pty); tty 651 src/subshell/common.c write_all (mc_global.tty.subshell_pty, ESC_STR SHELL_BUFFER_KEYBINDING, tty 661 src/subshell/common.c FD_SET (mc_global.tty.subshell_pty, &read_set); tty 687 src/subshell/common.c if (FD_ISSET (mc_global.tty.subshell_pty, &read_set)) tty 786 src/subshell/common.c write_all (mc_global.tty.subshell_pty, "\005", 1); tty 795 src/subshell/common.c write_all (mc_global.tty.subshell_pty, "\025", 1); tty 918 src/subshell/common.c FD_SET (mc_global.tty.subshell_pty, &read_set); tty 920 src/subshell/common.c maxfdp = MAX (mc_global.tty.subshell_pty, subshell_pipe[READ]); tty 943 src/subshell/common.c if (FD_ISSET (mc_global.tty.subshell_pty, &read_set)) tty 952 src/subshell/common.c read_nonblock (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); tty 1042 src/subshell/common.c write_all (mc_global.tty.subshell_pty, pty_buffer, i); tty 1053 src/subshell/common.c write_all (mc_global.tty.subshell_pty, "\003", 1); tty 1069 src/subshell/common.c write_all (mc_global.tty.subshell_pty, pty_buffer, ubytes); tty 1579 src/subshell/common.c write_all (mc_global.tty.subshell_pty, "\003", 1); tty 1594 src/subshell/common.c write_all (mc_global.tty.subshell_pty, "\n", 1); tty 1605 src/subshell/common.c write_all (mc_global.tty.subshell_pty, cmd, sizeof (cmd) - 1); tty 1615 src/subshell/common.c write_all (mc_global.tty.subshell_pty, cmd, sizeof (cmd) - 1); tty 1622 src/subshell/common.c write_all (mc_global.tty.subshell_pty, temp->str, temp->len); tty 1627 src/subshell/common.c write_all (mc_global.tty.subshell_pty, "\n", 1); tty 1678 src/subshell/common.c write_all (mc_global.tty.subshell_pty, " \n", 2); tty 1714 src/subshell/common.c if (mc_global.tty.subshell_pty == 0) tty 1728 src/subshell/common.c mc_global.tty.use_subshell = FALSE; tty 1739 src/subshell/common.c mc_global.tty.use_subshell = FALSE; tty 1746 src/subshell/common.c mc_global.tty.use_subshell = FALSE; tty 1758 src/subshell/common.c mc_global.tty.use_subshell = FALSE; tty 1771 src/subshell/common.c if (openpty (&mc_global.tty.subshell_pty, &subshell_pty_slave, NULL, NULL, NULL)) tty 1775 src/subshell/common.c mc_global.tty.use_subshell = FALSE; tty 1779 src/subshell/common.c mc_global.tty.subshell_pty = pty_open_master (pty_name); tty 1780 src/subshell/common.c if (mc_global.tty.subshell_pty == -1) tty 1783 src/subshell/common.c mc_global.tty.use_subshell = FALSE; tty 1792 src/subshell/common.c mc_global.tty.use_subshell = FALSE; tty 1822 src/subshell/common.c write_all (mc_global.tty.subshell_pty, precmd, strlen (precmd)); tty 1830 src/subshell/common.c mc_global.tty.use_subshell = FALSE; tty 1833 src/subshell/common.c mc_global.tty.use_subshell = FALSE; // Subshell died instantly, so don't use it tty 1873 src/subshell/common.c write_all (mc_global.tty.subshell_pty, " \b", 2); // Hack to make prompt reappear tty 1886 src/subshell/common.c write_all (mc_global.tty.subshell_pty, s, cmdline->buffer->len); tty 1892 src/subshell/common.c write_all (mc_global.tty.subshell_pty, ESC_STR "[D", 3); tty 1910 src/subshell/common.c write_all (mc_global.tty.subshell_pty, "\003", 1); tty 1917 src/subshell/common.c write_all (mc_global.tty.subshell_pty, " ", 1); tty 1919 src/subshell/common.c write_all (mc_global.tty.subshell_pty, command, strlen (command)); tty 1920 src/subshell/common.c write_all (mc_global.tty.subshell_pty, "\n", 1); tty 1937 src/subshell/common.c while (!subshell_alive && subshell_get_mainloop_quit () == 0 && mc_global.tty.use_subshell) tty 1957 src/subshell/common.c FD_SET (mc_global.tty.subshell_pty, &tmp); tty 1960 src/subshell/common.c && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0) tty 1982 src/subshell/common.c read_nonblock (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); tty 2007 src/subshell/common.c FD_SET (mc_global.tty.subshell_pty, &tmp); tty 2010 src/subshell/common.c && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0) tty 2027 src/subshell/common.c bytes = read_nonblock (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); tty 2102 src/subshell/common.c if (mc_global.tty.use_subshell && vfs_current_is_local ()) tty 2116 src/subshell/common.c mc_global.tty.use_subshell = FALSE; tty 2152 src/subshell/common.c delete_select_channel (mc_global.tty.subshell_pty); tty 91 src/subshell/proxyfunc.c mc_global.tty.console_flag = '\0';