|
@@ -43,6 +43,13 @@
|
|
|
<screen><userinput>sed -i '/MV.*old/d' Makefile.in
|
|
|
sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
|
|
|
|
|
|
+ <para>Readline contains a bug in its handling of non-multibyte characters,
|
|
|
+ which can lead to incorrect display calculations and incorrect redisplay.
|
|
|
+ Fix this issue by applying the following patch from the upstream maintainer:
|
|
|
+ </para>
|
|
|
+
|
|
|
+<screen><userinput>patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
|
|
|
+
|
|
|
<para>Prepare Readline for compilation:</para>
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr --libdir=/lib</userinput></screen>
|