<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: xterm and backspace delete(left) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/xterm-and-backspace-delete-left/m-p/5067262#M48995</link>
    <description>Added Backspace line to /usr/lib/X11/app-defaults/XTerm&lt;BR /&gt;&lt;BR /&gt;*VT100.translations:   #override \&lt;BR /&gt;       &lt;KEY&gt;BackSpace: string(0x7F)\n\&lt;BR /&gt;&lt;/KEY&gt;</description>
    <pubDate>Wed, 05 Sep 2007 16:34:36 GMT</pubDate>
    <dc:creator>Justin_99</dc:creator>
    <dc:date>2007-09-05T16:34:36Z</dc:date>
    <item>
      <title>xterm and backspace delete(left)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xterm-and-backspace-delete-left/m-p/5067258#M48991</link>
      <description>Having some trouble getting backspace to work on a system that recently was changed to Redhat AS4U4.  &lt;BR /&gt;Problem is backspace doesn't delete as a user would expect.  I personally use Putty so I do not have this problem.  Users however are starting xterms via Reflection.  &lt;BR /&gt;One odd thing that I do find is if I start an session the same way to a Suse 10.1 workstation the backspace works, only on the Redhat systems am I finding this problem.  &lt;BR /&gt;I did find that using ctrl-v and hitting backspace key is returning different results.  On the Suse system or thru Putty I get ^? on the redhat system I get ^[[3~  &lt;BR /&gt;&lt;BR /&gt;Points will be assignedas  try possible solutions.</description>
      <pubDate>Wed, 05 Sep 2007 15:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xterm-and-backspace-delete-left/m-p/5067258#M48991</guid>
      <dc:creator>Justin_99</dc:creator>
      <dc:date>2007-09-05T15:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: xterm and backspace delete(left)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xterm-and-backspace-delete-left/m-p/5067259#M48992</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;stty -a&lt;BR /&gt;&lt;BR /&gt;Take a look at that output, compare it to a system that is functioning normally.&lt;BR /&gt;&lt;BR /&gt;use stty commands to fix the problem.&lt;BR /&gt;&lt;BR /&gt;stty erase &lt;BACKSPACE&gt;&lt;BR /&gt;&lt;BR /&gt;That alone might fix it.&lt;BR /&gt;&lt;BR /&gt;BTW, with ptty you can fix this with the menus.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/BACKSPACE&gt;</description>
      <pubDate>Wed, 05 Sep 2007 15:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xterm-and-backspace-delete-left/m-p/5067259#M48992</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-05T15:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: xterm and backspace delete(left)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xterm-and-backspace-delete-left/m-p/5067260#M48993</link>
      <description>I have tried using stty erase &lt;BACKSPACE key=""&gt; but I get a syntax error due to what I assume is backspace not sending anything.  &lt;BR /&gt;&lt;BR /&gt;I have tried stty erase ^[[3~  that I found the backspace key is sending and still no luck.&lt;BR /&gt;&lt;BR /&gt;stty -a shows that erase is set to ^H.&lt;BR /&gt;&lt;BR /&gt;I think what I need is to somehow change what the backspace key is sending.  I.e. make it send ^H or ^?  if I set erase to ^?&lt;/BACKSPACE&gt;</description>
      <pubDate>Wed, 05 Sep 2007 15:48:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xterm-and-backspace-delete-left/m-p/5067260#M48993</guid>
      <dc:creator>Justin_99</dc:creator>
      <dc:date>2007-09-05T15:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: xterm and backspace delete(left)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xterm-and-backspace-delete-left/m-p/5067261#M48994</link>
      <description>Fixed it.&lt;BR /&gt;&lt;BR /&gt;Added the Backspace line below to /usr/lib/X11/app-defaults/XTerm&lt;BR /&gt;&lt;BR /&gt;*VT100.translations:   #override \&lt;BR /&gt;       &lt;KEY&gt;BackSpace: string(0x7F)\n\&lt;BR /&gt;                       &lt;KEY&gt;Delete:    string(0x1b) string("[3~")  \n\&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt;&lt;REST cut="" off=""&gt;&amp;gt;&lt;/REST&gt;&lt;/KEY&gt;&lt;/KEY&gt;</description>
      <pubDate>Wed, 05 Sep 2007 16:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xterm-and-backspace-delete-left/m-p/5067261#M48994</guid>
      <dc:creator>Justin_99</dc:creator>
      <dc:date>2007-09-05T16:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: xterm and backspace delete(left)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xterm-and-backspace-delete-left/m-p/5067262#M48995</link>
      <description>Added Backspace line to /usr/lib/X11/app-defaults/XTerm&lt;BR /&gt;&lt;BR /&gt;*VT100.translations:   #override \&lt;BR /&gt;       &lt;KEY&gt;BackSpace: string(0x7F)\n\&lt;BR /&gt;&lt;/KEY&gt;</description>
      <pubDate>Wed, 05 Sep 2007 16:34:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xterm-and-backspace-delete-left/m-p/5067262#M48995</guid>
      <dc:creator>Justin_99</dc:creator>
      <dc:date>2007-09-05T16:34:36Z</dc:date>
    </item>
  </channel>
</rss>

