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 dbd3aaa commit 8597b14Copy full SHA for 8597b14
1 file changed
src/uu/stty/src/flags.rs
@@ -82,8 +82,8 @@ pub const INPUT_FLAGS: &[Flag<I>] = &[
82
Flag::new("igncr", I::IGNCR),
83
Flag::new("icrnl", I::ICRNL).sane(),
84
Flag::new("ixoff", I::IXOFF),
85
- Flag::new("tandem", I::IXOFF),
86
Flag::new("ixon", I::IXON),
+ Flag::new("tandem", I::IXOFF).hidden(),
87
// not supported by nix
88
// Flag::new("iuclc", I::IUCLC),
89
Flag::new("ixany", I::IXANY),
0 commit comments