We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8597b14 commit 48ead9aCopy full SHA for 48ead9a
1 file changed
src/uu/stty/src/flags.rs
@@ -81,8 +81,8 @@ pub const INPUT_FLAGS: &[Flag<I>] = &[
81
Flag::new("inlcr", I::INLCR),
82
Flag::new("igncr", I::IGNCR),
83
Flag::new("icrnl", I::ICRNL).sane(),
84
- Flag::new("ixoff", I::IXOFF),
85
Flag::new("ixon", I::IXON),
+ Flag::new("ixoff", I::IXOFF),
86
Flag::new("tandem", I::IXOFF).hidden(),
87
// not supported by nix
88
// Flag::new("iuclc", I::IUCLC),
0 commit comments