From 8ae5106e5acbb4e1ca453954d8bdc9cfaf6e7c0f Mon Sep 17 00:00:00 2001 From: Xi Ruoyao 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 --- 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