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>
This commit is contained in:
Xi Ruoyao 2022-03-25 01:08:43 +08:00
parent 63107f4bc5
commit b8a2b7e201
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -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