<?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: Can't erase the backspace ! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668052#M50165</link>
    <description>NB /etc/profile has test only  for VUE($VUE) not CDE($DT) for sty settings.&lt;BR /&gt;&lt;BR /&gt;If you don't want to set erase in .profile you could use resources :&lt;BR /&gt;&lt;BR /&gt;Create $HOME/.Xdefautls and put the following line in it:&lt;BR /&gt;&lt;BR /&gt;*ttyModes:      erase ^H intr ^C kill ^U start ^Q stop ^S swtch ^@ susp ^Z&lt;BR /&gt;&lt;BR /&gt;for system wide settings use files in /usr/dt/config/C probably sys.resources.&lt;BR /&gt;&lt;BR /&gt;Also bear in mind dtterm does not automatically reference a users .profile ... dtterm -ls will though.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Feb 2002 11:42:31 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2002-02-20T11:42:31Z</dc:date>
    <item>
      <title>Can't erase the backspace !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668043#M50156</link>
      <description>This is probably more of a /etc/profile problem. I want to automatically erase the backspace for all users on the system. Normally one would type stty erase &lt;BACKSPACE&gt;.&lt;BR /&gt;In the /etc/profile I put the line stty erase and then the sequence &lt;CTRL&gt;V &lt;BACKSPACE&gt;. But when I logout and back in it doesn't seem to take.&lt;/BACKSPACE&gt;&lt;/CTRL&gt;&lt;/BACKSPACE&gt;</description>
      <pubDate>Wed, 20 Feb 2002 10:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668043#M50156</guid>
      <dc:creator>John Clifford_1</dc:creator>
      <dc:date>2002-02-20T10:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can't erase the backspace !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668044#M50157</link>
      <description>Are you doing something in the local ~/.profile that overrides /etc/profile? Perhaps a 'tset' or 'stty' series of commands?&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Feb 2002 11:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668044#M50157</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-02-20T11:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can't erase the backspace !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668045#M50158</link>
      <description>Does the user's .profile have a "stty sane"?&lt;BR /&gt;I just tested - after doing a "stty sane", backspace does not erase characters on my terminal.</description>
      <pubDate>Wed, 20 Feb 2002 11:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668045#M50158</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-02-20T11:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can't erase the backspace !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668046#M50159</link>
      <description>Hi,&lt;BR /&gt;On HP it should be:stty erase "^H"&lt;BR /&gt;Now, you havent mentionned what you are using (vt emulation, X like reflectionX ?) you might have to map the backspace in your emulator...&lt;BR /&gt;&lt;BR /&gt;Just thoughts...&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 20 Feb 2002 11:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668046#M50159</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2002-02-20T11:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can't erase the backspace !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668047#M50160</link>
      <description>Hi, try in .profile:&lt;BR /&gt;stty erase "^?"&lt;BR /&gt;&lt;BR /&gt;regards Seba</description>
      <pubDate>Wed, 20 Feb 2002 11:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668047#M50160</guid>
      <dc:creator>Sebastian_4</dc:creator>
      <dc:date>2002-02-20T11:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can't erase the backspace !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668048#M50161</link>
      <description>OK echo $TERM &lt;BR /&gt;xterm&lt;BR /&gt;&lt;BR /&gt;I had the line stty erase ^? in my profile&lt;BR /&gt;and the backspace key would work as expected.. i.e. deleteing the previous character. I commented out the stty line and logged out and in and then the backspace key would no longer work; I would get ^?^?^? evertime I hit it. I also notice that stty erase "^H" was in the /etc/profile but obviously this hasn't had an effect.&lt;BR /&gt;&lt;BR /&gt;baffled</description>
      <pubDate>Wed, 20 Feb 2002 11:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668048#M50161</guid>
      <dc:creator>John Clifford_1</dc:creator>
      <dc:date>2002-02-20T11:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can't erase the backspace !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668049#M50162</link>
      <description>Have you tried to enter something, like kjhswgkjhsfwf&lt;BR /&gt;Then do a &lt;CTRL-H&gt; and see if it erases?&lt;/CTRL-H&gt;</description>
      <pubDate>Wed, 20 Feb 2002 11:28:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668049#M50162</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2002-02-20T11:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can't erase the backspace !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668050#M50163</link>
      <description>Hi again&lt;BR /&gt;do&lt;BR /&gt;vi .profile&lt;BR /&gt;and insert line&lt;BR /&gt;&lt;BR /&gt;stty erase \backspace&lt;BR /&gt;&lt;BR /&gt;and press enter it will change \backspace to right code&lt;BR /&gt;hope it help</description>
      <pubDate>Wed, 20 Feb 2002 11:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668050#M50163</guid>
      <dc:creator>Sebastian_4</dc:creator>
      <dc:date>2002-02-20T11:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can't erase the backspace !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668051#M50164</link>
      <description>Hi John, &lt;BR /&gt;&lt;BR /&gt;the error you describe sounds as if you use RefletionX as emulator. If so, you can simply use the style manager "keyboard" to change behaviour with a mouse click.&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Wed, 20 Feb 2002 11:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668051#M50164</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-02-20T11:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can't erase the backspace !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668052#M50165</link>
      <description>NB /etc/profile has test only  for VUE($VUE) not CDE($DT) for sty settings.&lt;BR /&gt;&lt;BR /&gt;If you don't want to set erase in .profile you could use resources :&lt;BR /&gt;&lt;BR /&gt;Create $HOME/.Xdefautls and put the following line in it:&lt;BR /&gt;&lt;BR /&gt;*ttyModes:      erase ^H intr ^C kill ^U start ^Q stop ^S swtch ^@ susp ^Z&lt;BR /&gt;&lt;BR /&gt;for system wide settings use files in /usr/dt/config/C probably sys.resources.&lt;BR /&gt;&lt;BR /&gt;Also bear in mind dtterm does not automatically reference a users .profile ... dtterm -ls will though.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Feb 2002 11:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-erase-the-backspace/m-p/2668052#M50165</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-02-20T11:42:31Z</dc:date>
    </item>
  </channel>
</rss>

