From b8a2b7e20149b2d05f7b89617046696656d34a13 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao <xry111@mengyan1223.wang> Date: Fri, 25 Mar 2022 01:08:43 +0800 Subject: [PATCH] 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> --- chapter09/inputrc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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