Changeset 5597c6eb


Ignore:
Timestamp:
08/03/2014 09:36:57 PM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3656def
Parents:
7da5ad23
Message:

make xterm installation instructions more portable

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xterm.xml

    r7da5ad23 r5597c6eb  
    7575    following commands:</para>
    7676
    77 <screen><userinput>sed -i '/v0/,+1s/new:/new:kb=^?:/' termcap &amp;&amp;
    78 echo -e '\tkbs=\\177,' &gt;&gt; terminfo &amp;&amp;
     77<screen><userinput>sed -i '/v0/{n;s/new:/new:kb=^?:/}' termcap &amp;&amp;
     78printf '\tkbs=\\177,\n' &gt;&gt; terminfo &amp;&amp;
    7979
    8080TERMINFO=/usr/share/terminfo \
     
    9898
    9999    <para><command>sed -i ... termcap</command>,
    100     <command>echo ... >> terminfo</command>: These commands modify the terminal
     100    <command>printf ... >> terminfo</command>: These commands modify the terminal
    101101    description, so that the Backspace key is expected to send the character
    102102    with ASCII code 127, for consistency with the Linux console.</para>
Note: See TracChangeset for help on using the changeset viewer.