Skip to content

Commit fd4ba4f

Browse files
committed
stty/flags: Add missing tabs combination setting
1 parent f902939 commit fd4ba4f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/uu/stty/src/flags.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,4 +385,5 @@ pub const COMBINATION_SETTINGS: &[(&str, bool)] = &[
385385
("pass8", true),
386386
("raw", true),
387387
("sane", false),
388+
("tabs", true),
388389
];

0 commit comments

Comments
 (0)