mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
refactor(pty): remove old logic for inheriting termios from host terminal
This commit is contained in:
@@ -279,15 +279,6 @@ int main(int argc, char **argv)
|
||||
// argument list "global_alist".
|
||||
command_line_scan(¶ms);
|
||||
|
||||
#ifndef MSWIN
|
||||
int tty_fd = params.input_isatty
|
||||
? STDIN_FILENO
|
||||
: (params.output_isatty
|
||||
? STDOUT_FILENO
|
||||
: (params.err_isatty ? STDERR_FILENO : -1));
|
||||
pty_process_save_termios(tty_fd);
|
||||
#endif
|
||||
|
||||
nlua_init(argv, argc, params.lua_arg0);
|
||||
TIME_MSG("init lua interpreter");
|
||||
|
||||
|
Reference in New Issue
Block a user