View | Details | Raw Unified | Return to bug 118849
Collapse All | Expand All

(-)book.sgml (+26 lines)
Lines 2556-2561 Link Here
2556
        </answer>
2556
        </answer>
2557
      </qandaentry>
2557
      </qandaentry>
2558
2558
2559
      <qandaentry>
2560
        <question id="keyboard-delete-key">
2561
          <para>How do I use my delete key in <command>sh</command> and
2562
            <command>csh</command>?</para>
2563
        </question>
2564
2565
        <answer>
2566
          <para>For the Bourne Shell, add the following lines to your
2567
            <filename>.shrc</filename>.  See &man.sh.1; and
2568
            &man.editrc.5;.</para>
2569
2570
          <programlisting>bind ^? ed-delete-next-char # for console
2571
bind ^[[3~ ed-delete-next-char # for xterm</programlisting>
2572
2573
          <para>For the C Shell, add the following lines to your
2574
            <filename>.cshrc</filename>.  See &man.csh.1;.</para>
2575
2576
          <programlisting>bindkey ^? delete-char # for console
2577
bindkey ^[[3~ delete-char # for xterm</programlisting>
2578
2579
          <para>For more information, see <ulink
2580
              url="http://www.ibb.net/~anne/keyboard.html">this page</ulink>.
2581
          </para>
2582
        </answer>
2583
      </qandaentry>
2584
2559
	</qandaset>
2585
	</qandaset>
2560
2586
2561
      </sect1>
2587
      </sect1>

Return to bug 118849