From 5e81f0221fd4faddc58f095d61aca5286abe43ae Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Sat, 28 Aug 2004 01:01:20 +0000 Subject: Added the readline display wrap patch to chapter 6 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4057 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/readline.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06/readline.xml') diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 4750d3bc7..cdb9e6f8a 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -28,6 +28,11 @@ GCC, Glibc, Grep, Make, Ncurses, Sed Installation of Readline +The following patch fixes a problem where Readline sometimes will only +show 33 characters on a line and then wrap to the next line. + +patch -Np1 -i ../readline-&readline-version;-display_wrap-1.patch + Prepare Readline for compilation: ./configure --prefix=/usr -- cgit v1.2.3-54-g00ecf