mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
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:
parent
63107f4bc5
commit
b8a2b7e201
@ -42,7 +42,7 @@
|
|||||||
# Allow the command prompt to wrap to the next line
|
# Allow the command prompt to wrap to the next line
|
||||||
set horizontal-scroll-mode Off
|
set horizontal-scroll-mode Off
|
||||||
|
|
||||||
# Enable 8bit input
|
# Enable 8-bit input
|
||||||
set meta-flag On
|
set meta-flag On
|
||||||
set input-meta On
|
set input-meta On
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user