aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/readline.xml
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-08-28 01:01:20 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-08-28 01:01:20 +0000
commit5e81f0221fd4faddc58f095d61aca5286abe43ae (patch)
tree56c6b3b7881cb65b20e1759044013ca393bc346b /chapter06/readline.xml
parent836871fcb4bfcd29e6dd27e82fa3eacb3e30dde2 (diff)
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
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r--chapter06/readline.xml5
1 files changed, 5 insertions, 0 deletions
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</seg></seglistitem>
<sect2 role="installation">
<title>Installation of Readline</title>
+<para>The following patch fixes a problem where Readline sometimes will only
+show 33 characters on a line and then wrap to the next line.</para>
+
+<screen><userinput>patch -Np1 -i ../readline-&readline-version;-display_wrap-1.patch</userinput></screen>
+
<para>Prepare Readline for compilation:</para>
<screen><userinput>./configure --prefix=/usr</userinput></screen>