mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
Stop disabling VSTOP/VSTART
Without flow control enabled these won't be interpreted any way.
This commit is contained in:
@@ -790,10 +790,6 @@ static void term_fix_modes(struct termios *modes) {
|
||||
|
||||
// We ignore these anyway, so there is no need to sacrifice a character.
|
||||
modes->c_cc[VSUSP] = disabling_char;
|
||||
|
||||
// (these two are already disabled because of IXON/IXOFF)
|
||||
modes->c_cc[VSTOP] = disabling_char;
|
||||
modes->c_cc[VSTART] = disabling_char;
|
||||
}
|
||||
|
||||
static void term_fix_external_modes(struct termios *modes) {
|
||||
|
||||
Reference in New Issue
Block a user