Changeset 33cf52e for x/installing


Ignore:
Timestamp:
03/23/2012 10:07:10 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
afd3b20b
Parents:
16bc7033
Message:

xterm 278

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9742 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xterm.xml

    r16bc7033 r33cf52e  
    77  <!ENTITY xterm-download-http " ">
    88  <!ENTITY xterm-download-ftp  "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
    9   <!ENTITY xterm-md5sum        "50ca8ee40e8a0992019f8f35042c9abb">
    10   <!ENTITY xterm-size          "984 KB">
    11   <!ENTITY xterm-buildsize     "12.4 MB">
     9  <!ENTITY xterm-md5sum        "3eeddfe35cb0a2db1924cfe0c20be443">
     10  <!ENTITY xterm-size          "973 KB">
     11  <!ENTITY xterm-buildsize     "8.4 MB">
    1212  <!ENTITY xterm-time          "0.2 SBU">
    1313]>
     
    7575<screen><userinput>sed -i '/v0/,+1s/new:/new:kb=^?:/' termcap &amp;&amp;
    7676echo -e '\tkbs=\\177,' &gt;&gt;terminfo &amp;&amp;
    77 TERMINFO=/usr/lib/terminfo ./configure $XORG_CONFIG \
     77TERMINFO=/usr/share/terminfo ./configure $XORG_CONFIG \
    7878    --enable-luit --enable-wide-chars \
    7979    --with-app-defaults=/etc/X11/app-defaults &amp;&amp;
     
    9494
    9595    <para><command>sed -i ... termcap</command>,
    96     <command>echo ... >>terminfo</command>: these commands modify the terminal
     96    <command>echo ... >>terminfo</command>: These commands modify the terminal
    9797    description, so that the Backspace key is expected to send the character
    9898    with ASCII code 127, for consistency with the Linux console.</para>
    9999
    100     <para><parameter>TERMINFO=/usr/lib/terminfo</parameter>: This ensures
    101     that the <command>xterm</command> terminfo file is installed to the
     100    <para><parameter>TERMINFO=/usr/share/terminfo</parameter>: This ensures
     101    that the <command>xterm</command> terminfo files are installed to the
    102102    system terminfo database when the installation prefix is not
    103103    <filename class="directory">/usr</filename>.</para>
     
    152152
    153153      <seglistitem>
    154         <seg>resize, uxterm, and xterm</seg>
     154        <seg>koi8rxterm, resize, uxterm, and xterm</seg>
    155155      </seglistitem>
    156156    </segmentedlist>
     
    161161      <?dbhtml list-presentation="table"?>
    162162
     163      <varlistentry id="koi8rxterm">
     164        <term><filename>koi8rxterm</filename></term>
     165        <listitem>
     166          <para>is a wrapper script to set up xterm with a KOI8-R locale.</para>
     167          <indexterm zone="xterm2 koi8rxterm">
     168            <primary sortas="b-koi8rxterm">koi8rxterm</primary>
     169          </indexterm>
     170        </listitem>
     171      </varlistentry>     
     172     
     173
     174     
    163175      <varlistentry id="resize">
    164176        <term><filename>resize</filename></term>
Note: See TracChangeset for help on using the changeset viewer.