mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 01:11:15 -03:00
Remove duplicated line
Oops.
This commit is contained in:
@@ -647,7 +647,6 @@ static void term_fix_modes(struct termios *modes) {
|
||||
modes->c_lflag &= ~ICANON; // turn off canonical mode
|
||||
modes->c_lflag &= ~ECHO; // turn off echo mode
|
||||
modes->c_lflag &= ~IEXTEN; // turn off handling of discard and lnext characters
|
||||
modes->c_lflag &= ~IEXTEN; // turn off handling of discard and lnext characters
|
||||
modes->c_oflag |= OPOST; // turn on "implementation-defined post processing" - this often changes how line breaks work.
|
||||
|
||||
// Disable flow control in the shell. We don't want to be stopped.
|
||||
|
||||
Reference in New Issue
Block a user