<?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: backspace does not work in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570927#M873221</link>
    <description>I get this problem intermittently on different terminals, and chose the lazy person's approach. I wrote a little script and called it "b". Whenever I have this problem I just enter b at the prompt.&lt;BR /&gt;Here it is:&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;# this script sets erase to the backspace key&lt;BR /&gt;# located in /usr/bin&lt;BR /&gt;# created 05/08/1999 by Richard Darling&lt;BR /&gt;&lt;BR /&gt;stty erase ^?&lt;BR /&gt;echo "the backspace key is now functional"&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Aug 2001 18:48:08 GMT</pubDate>
    <dc:creator>Richard Darling</dc:creator>
    <dc:date>2001-08-27T18:48:08Z</dc:date>
    <item>
      <title>backspace does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570922#M873216</link>
      <description>When I telnet to any of my hp unix servers, for some reason I have to use control backspace&lt;BR /&gt;instead of just plain backspace when I want to&lt;BR /&gt;backspace.  Any ideas? Thanks!!!</description>
      <pubDate>Mon, 27 Aug 2001 18:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570922#M873216</guid>
      <dc:creator>Jim Booker</dc:creator>
      <dc:date>2001-08-27T18:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: backspace does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570923#M873217</link>
      <description>Depending on your terminal (or emulator), your backspace key may be sending control-H or something other than what your unix servers are expecting.&lt;BR /&gt;If you can determine what character is being sent to the host when you press backspace, try entering the following into your .profile and log out and in:&lt;BR /&gt;stty erase "^H"   &lt;BR /&gt;(in my case, my backspace sends control-H)&lt;BR /&gt;Try man stty for more info.&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Aug 2001 18:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570923#M873217</guid>
      <dc:creator>Jay Newman</dc:creator>
      <dc:date>2001-08-27T18:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: backspace does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570924#M873218</link>
      <description>Check your termtype, on your hpux machine, if you can get to a unix prompt, type in echo $TERM&lt;BR /&gt;&lt;BR /&gt;Make sure your telnet session matches. vt100 is usually a safe bet.</description>
      <pubDate>Mon, 27 Aug 2001 18:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570924#M873218</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-08-27T18:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: backspace does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570925#M873219</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;   Can you check your stty settings for erase as follows.&lt;BR /&gt;#stty | grep erase&lt;BR /&gt;If it is not set for backspace then you can set it for your environment as follows.&lt;BR /&gt;#stty erase &lt;BACKSPACE&gt;&lt;BR /&gt;&lt;BR /&gt;Rajeev&lt;BR /&gt;&lt;/BACKSPACE&gt;</description>
      <pubDate>Mon, 27 Aug 2001 18:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570925#M873219</guid>
      <dc:creator>Rajeev Tyagi</dc:creator>
      <dc:date>2001-08-27T18:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: backspace does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570926#M873220</link>
      <description>Hi Jim,&lt;BR /&gt;&lt;BR /&gt;I had the same problem, But i was using exceed - telnet to login into my unix box. The setting i was required to modify was &lt;BR /&gt;Select Host Name --&amp;gt; Edit Profile --&amp;gt; Terminal --&amp;gt; Keyboard Options --&amp;gt; Set Backspace to True Backspace.&lt;BR /&gt;&lt;BR /&gt;I was earliar getting ^? when i use to press the backspace key.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Sanjay&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Aug 2001 18:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570926#M873220</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-08-27T18:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: backspace does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570927#M873221</link>
      <description>I get this problem intermittently on different terminals, and chose the lazy person's approach. I wrote a little script and called it "b". Whenever I have this problem I just enter b at the prompt.&lt;BR /&gt;Here it is:&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;# this script sets erase to the backspace key&lt;BR /&gt;# located in /usr/bin&lt;BR /&gt;# created 05/08/1999 by Richard Darling&lt;BR /&gt;&lt;BR /&gt;stty erase ^?&lt;BR /&gt;echo "the backspace key is now functional"&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Aug 2001 18:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570927#M873221</guid>
      <dc:creator>Richard Darling</dc:creator>
      <dc:date>2001-08-27T18:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: backspace does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570928#M873222</link>
      <description>The backspace key is ^?, or ^H, or something else.  The term type is VT220, or VT100, or ANSI, or something else?  Assuming I have a terminal type of: I don't care.  And the backspace key is the sequence: I don't care.&lt;BR /&gt;&lt;BR /&gt;I get the backspace key working this way...&lt;BR /&gt;&lt;BR /&gt;I type "stty erase "&lt;BR /&gt;I press control and v at the same time.&lt;BR /&gt;I press what I "decree" to be the backspace key.&lt;BR /&gt;I hit the enter key.&lt;BR /&gt;&lt;BR /&gt;There.  It's fixed on whatever thingy you were using to connect to HP.</description>
      <pubDate>Tue, 28 Aug 2001 15:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570928#M873222</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2001-08-28T15:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: backspace does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570929#M873223</link>
      <description>Hi Jim,&lt;BR /&gt; $stty erase &lt;JUST press="" backspace=""&gt;&lt;BR /&gt;&lt;BR /&gt;You can make any character as erase; such as&lt;BR /&gt;$stty erase k&lt;BR /&gt;The backspace work only when you press k. I have given just example.&lt;BR /&gt; You can look detail what characters and function assigned by just&lt;BR /&gt;$stty -a&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Zafar&lt;/JUST&gt;</description>
      <pubDate>Tue, 28 Aug 2001 16:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-does-not-work/m-p/2570929#M873223</guid>
      <dc:creator>Zafar A. Mohammed</dc:creator>
      <dc:date>2001-08-28T16:03:04Z</dc:date>
    </item>
  </channel>
</rss>

