diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-25 01:08:43 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-25 01:10:23 +0800 |
commit | b8a2b7e20149b2d05f7b89617046696656d34a13 (patch) | |
tree | 9943377f7c172dc6195aea4cbb3527f76f6621bb /chapter09 | |
parent | 63107f4bc51be166cf824931968cb8d81a083ea7 (diff) |
inputrc: "8bit" -> "8-bit"
The info page of readline says "eight-bit", so I guess a dash is proper.
Suggested-by: rhubarbpieguy <rhubarbpieguy@vivaldi.net>
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/inputrc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter09/inputrc.xml b/chapter09/inputrc.xml index de5401d2c..cf501c393 100644 --- a/chapter09/inputrc.xml +++ b/chapter09/inputrc.xml @@ -42,7 +42,7 @@ # Allow the command prompt to wrap to the next line set horizontal-scroll-mode Off -# Enable 8bit input +# Enable 8-bit input set meta-flag On set input-meta On |