mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
xterm 278
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9742 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
16bc7033cb
commit
33cf52ebc6
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "22"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2012">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "March 22nd, &year;">
|
||||
<!ENTITY releasedate "March 23rd, &year;">
|
||||
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
@ -591,7 +591,7 @@ $Date$
|
||||
<!ENTITY mesalib-version "8.0.2">
|
||||
<!ENTITY xcb-util-version "0.3.8">
|
||||
<!ENTITY xorg-server-version "1.11.2">
|
||||
<!ENTITY xterm-version "276">
|
||||
<!ENTITY xterm-version "278">
|
||||
<!-- Obsolete
|
||||
<!ENTITY xorg-version "6.9.0">
|
||||
<!ENTITY xfree86-version "4.6.0">
|
||||
|
@ -41,6 +41,15 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>March 23rd, 2012</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[rthomsen] - upgrade to xterm 278.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 22nd, 2012</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY xterm-download-http " ">
|
||||
<!ENTITY xterm-download-ftp "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
|
||||
<!ENTITY xterm-md5sum "50ca8ee40e8a0992019f8f35042c9abb">
|
||||
<!ENTITY xterm-size "984 KB">
|
||||
<!ENTITY xterm-buildsize "12.4 MB">
|
||||
<!ENTITY xterm-md5sum "3eeddfe35cb0a2db1924cfe0c20be443">
|
||||
<!ENTITY xterm-size "973 KB">
|
||||
<!ENTITY xterm-buildsize "8.4 MB">
|
||||
<!ENTITY xterm-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
@ -74,7 +74,7 @@
|
||||
|
||||
<screen><userinput>sed -i '/v0/,+1s/new:/new:kb=^?:/' termcap &&
|
||||
echo -e '\tkbs=\\177,' >>terminfo &&
|
||||
TERMINFO=/usr/lib/terminfo ./configure $XORG_CONFIG \
|
||||
TERMINFO=/usr/share/terminfo ./configure $XORG_CONFIG \
|
||||
--enable-luit --enable-wide-chars \
|
||||
--with-app-defaults=/etc/X11/app-defaults &&
|
||||
make</userinput></screen>
|
||||
@ -93,12 +93,12 @@ make install-ti</userinput></screen>
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>sed -i ... termcap</command>,
|
||||
<command>echo ... >>terminfo</command>: these commands modify the terminal
|
||||
<command>echo ... >>terminfo</command>: These commands modify the terminal
|
||||
description, so that the Backspace key is expected to send the character
|
||||
with ASCII code 127, for consistency with the Linux console.</para>
|
||||
|
||||
<para><parameter>TERMINFO=/usr/lib/terminfo</parameter>: This ensures
|
||||
that the <command>xterm</command> terminfo file is installed to the
|
||||
<para><parameter>TERMINFO=/usr/share/terminfo</parameter>: This ensures
|
||||
that the <command>xterm</command> terminfo files are installed to the
|
||||
system terminfo database when the installation prefix is not
|
||||
<filename class="directory">/usr</filename>.</para>
|
||||
|
||||
@ -151,7 +151,7 @@ EOF</userinput></screen>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>resize, uxterm, and xterm</seg>
|
||||
<seg>koi8rxterm, resize, uxterm, and xterm</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -160,6 +160,18 @@ EOF</userinput></screen>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="koi8rxterm">
|
||||
<term><filename>koi8rxterm</filename></term>
|
||||
<listitem>
|
||||
<para>is a wrapper script to set up xterm with a KOI8-R locale.</para>
|
||||
<indexterm zone="xterm2 koi8rxterm">
|
||||
<primary sortas="b-koi8rxterm">koi8rxterm</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry id="resize">
|
||||
<term><filename>resize</filename></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user