<?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 giving ^?^? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593135#M33142</link>
    <description>export TERM=hp&lt;BR /&gt;&lt;BR /&gt;stty erase [backspace]&lt;BR /&gt;will set it right as mentioned.&lt;BR /&gt;&lt;BR /&gt;Bill</description>
    <pubDate>Thu, 11 Oct 2001 15:48:56 GMT</pubDate>
    <dc:creator>Bill McNAMARA_1</dc:creator>
    <dc:date>2001-10-11T15:48:56Z</dc:date>
    <item>
      <title>Backspace giving ^?^?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593130#M33137</link>
      <description>How can I get rid of the "^?^?" characters when using my backspace key? I am using /sbin/sh...&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 11 Oct 2001 12:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593130#M33137</guid>
      <dc:creator>Mike_21</dc:creator>
      <dc:date>2001-10-11T12:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace giving ^?^?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593131#M33138</link>
      <description>Type "stty erase ^?", where the ^? is the backspace key.&lt;BR /&gt;&lt;BR /&gt;You can add it to your profile too.&lt;BR /&gt;&lt;BR /&gt;OR, you can check your terminal util and see what it is using for DEL or BACKSPACE, and change it to the right one.&lt;BR /&gt;&lt;BR /&gt;James</description>
      <pubDate>Thu, 11 Oct 2001 12:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593131#M33138</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2001-10-11T12:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace giving ^?^?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593132#M33139</link>
      <description>What's your enviroment ie do you see this on the system console, under Xwindows/CDE, via a dtterm,xterm other vt emultor ? Are you using a PC ?&lt;BR /&gt;&lt;BR /&gt;what's the output from stty -a -&amp;gt;&lt;BR /&gt;&lt;BR /&gt;     erase ^H intr ^C kill ^U start ^Q                 stop ^S swtch ^@ susp ^Z&lt;BR /&gt;&lt;BR /&gt;What behaviour are you after ...Backspace = Delete &lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;ps Sorry 4 all the Qu's</description>
      <pubDate>Thu, 11 Oct 2001 12:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593132#M33139</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-10-11T12:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace giving ^?^?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593133#M33140</link>
      <description>stty -a&lt;BR /&gt;&lt;BR /&gt;speed 9600 baud; line = 0;&lt;BR /&gt;rows = 28; columns = 80&lt;BR /&gt;min = 4; time = 0;&lt;BR /&gt;intr = ^C; quit = ^\; erase = ^H; kill = ^U&lt;BR /&gt;eof = ^D; eol = ^@; eol2 &lt;UNDEF&gt;; swtch &lt;UNDEF&gt;&lt;BR /&gt;stop = ^S; start = ^Q; susp = ^Z; dsusp = ^Y&lt;BR /&gt;werase &lt;UNDEF&gt;; lnext &lt;UNDEF&gt;&lt;BR /&gt;parenb -parodd cs7 -cstopb hupcl -cread -clocal -loblk -crts&lt;BR /&gt;-ignbrk brkint ignpar -parmrk -inpck istrip -inlcr -igncr icrnl -iuclc&lt;BR /&gt;ixon -ixany ixoff -imaxbel -rtsxoff -ctsxon -ienqak&lt;BR /&gt;isig icanon -iexten -xcase echo echoe echok -echonl -noflsh&lt;BR /&gt;-echoctl -echoprt -echoke -flusho -pendin&lt;BR /&gt;opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel -tostop&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;</description>
      <pubDate>Thu, 11 Oct 2001 12:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593133#M33140</guid>
      <dc:creator>Mike_21</dc:creator>
      <dc:date>2001-10-11T12:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace giving ^?^?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593134#M33141</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;Try this &lt;BR /&gt;&lt;BR /&gt;stty erase "^?"&lt;BR /&gt;&lt;BR /&gt;^ --&amp;gt; Shift + 6&lt;BR /&gt;? ---&amp;gt; ?&lt;BR /&gt;&lt;BR /&gt;you can also try &lt;BR /&gt;&lt;BR /&gt;stty erase "^H"&lt;BR /&gt;&lt;BR /&gt;If it works, set the stty throuh your .profile&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 11 Oct 2001 15:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593134#M33141</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-10-11T15:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace giving ^?^?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593135#M33142</link>
      <description>export TERM=hp&lt;BR /&gt;&lt;BR /&gt;stty erase [backspace]&lt;BR /&gt;will set it right as mentioned.&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Thu, 11 Oct 2001 15:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593135#M33142</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-10-11T15:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace giving ^?^?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593136#M33143</link>
      <description>Mike&lt;BR /&gt;&lt;BR /&gt;set your erase character through stty&lt;BR /&gt;&lt;BR /&gt;stty erase  &lt;BACK_SPACE&gt;&lt;BR /&gt;&lt;BR /&gt;You should get rid of the problem.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/BACK_SPACE&gt;</description>
      <pubDate>Thu, 11 Oct 2001 15:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593136#M33143</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-11T15:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace giving ^?^?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593137#M33144</link>
      <description>Just a suggestion, but you might want to do this in your .profile, i.e.:&lt;BR /&gt;&lt;BR /&gt;if [ "$TERM" = "" ]&lt;BR /&gt;then&lt;BR /&gt;    eval ` /bin/tset -s -Q -m ':?hp' `&lt;BR /&gt;else&lt;BR /&gt;    eval ` /bin/tset -s -Q `&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;if [ "$TERM" = "hp" ]&lt;BR /&gt;then&lt;BR /&gt;    stty erase ^?&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Thu, 11 Oct 2001 17:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593137#M33144</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-11T17:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace giving ^?^?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593138#M33145</link>
      <description>Do you perhaps use the Delete key instead of the Backspace key? The Delete key gives the behaviour which you describe. Backspace is octal code 10, while Delete is octal code 177.</description>
      <pubDate>Fri, 12 Oct 2001 08:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-giving/m-p/2593138#M33145</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2001-10-12T08:23:13Z</dc:date>
    </item>
  </channel>
</rss>

