<?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 Simple TERM Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-term-problem/m-p/2556349#M887167</link>
    <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I have what I think is an easy problem to fix, but I've been unable to find the info needed to do so.  I have multiple HP-UX 10.20/11.0 boxes that I telnet into from a RH Linux workstation.  The problem I'm having is in regards to my TERM settings.  I'm using KDE with their default terminal and telnetting into the HP-UX boxes and issuing:&lt;BR /&gt;&lt;BR /&gt;stty erase "^?"&lt;BR /&gt;&lt;BR /&gt;To take care of my backspace problem.  For some reason I can't seem to keep the default stty erase "^H" as well as my new "^?" on the same command line.  &lt;BR /&gt;&lt;BR /&gt;Now my problem occurs when I'm trying to do a 'more' on a simple text file.  I see the percentage status at the bottom of the screen, but I don't see any text.  I unset the TERM variable and set it to 'ansi' or 'vt100' or even 'vt220', with no difference.&lt;BR /&gt;&lt;BR /&gt;What should TERM be set to when telnetting in from a Linux box running KDE?  Any ideas?  I have having to edit files with 'pico' just to view their contents :)  Thanks.&lt;BR /&gt;&lt;BR /&gt;- Mike</description>
    <pubDate>Tue, 24 Jul 2001 13:08:56 GMT</pubDate>
    <dc:creator>Mike Hassell</dc:creator>
    <dc:date>2001-07-24T13:08:56Z</dc:date>
    <item>
      <title>Simple TERM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-term-problem/m-p/2556349#M887167</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I have what I think is an easy problem to fix, but I've been unable to find the info needed to do so.  I have multiple HP-UX 10.20/11.0 boxes that I telnet into from a RH Linux workstation.  The problem I'm having is in regards to my TERM settings.  I'm using KDE with their default terminal and telnetting into the HP-UX boxes and issuing:&lt;BR /&gt;&lt;BR /&gt;stty erase "^?"&lt;BR /&gt;&lt;BR /&gt;To take care of my backspace problem.  For some reason I can't seem to keep the default stty erase "^H" as well as my new "^?" on the same command line.  &lt;BR /&gt;&lt;BR /&gt;Now my problem occurs when I'm trying to do a 'more' on a simple text file.  I see the percentage status at the bottom of the screen, but I don't see any text.  I unset the TERM variable and set it to 'ansi' or 'vt100' or even 'vt220', with no difference.&lt;BR /&gt;&lt;BR /&gt;What should TERM be set to when telnetting in from a Linux box running KDE?  Any ideas?  I have having to edit files with 'pico' just to view their contents :)  Thanks.&lt;BR /&gt;&lt;BR /&gt;- Mike</description>
      <pubDate>Tue, 24 Jul 2001 13:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-term-problem/m-p/2556349#M887167</guid>
      <dc:creator>Mike Hassell</dc:creator>
      <dc:date>2001-07-24T13:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Simple TERM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-term-problem/m-p/2556350#M887168</link>
      <description>Hi,&lt;BR /&gt;set the TERM value to defualt hp&lt;BR /&gt;#export TERM=hp</description>
      <pubDate>Tue, 24 Jul 2001 13:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-term-problem/m-p/2556350#M887168</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-07-24T13:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Simple TERM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-term-problem/m-p/2556351#M887169</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I do most of my work from a Linux desktop machine.  I run Gnome and telnet to all my HP boxes, and my term is set to 'xterm'.  It gets set when I telnet in.  Maybe there is a problem in your .profile?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2001 13:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-term-problem/m-p/2556351#M887169</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-07-24T13:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Simple TERM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-term-problem/m-p/2556352#M887170</link>
      <description>Try this when you log in:&lt;BR /&gt;&lt;BR /&gt;eval `ttytype -s`&lt;BR /&gt;&lt;BR /&gt;... or stick it into your .profile . ttytype appears to try to detect the terminal type and the -s option will make it print appropriate values for environment variables for that term. It should do things like set TERM, ERASE etc...</description>
      <pubDate>Tue, 24 Jul 2001 13:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-term-problem/m-p/2556352#M887170</guid>
      <dc:creator>Barry O Flanagan</dc:creator>
      <dc:date>2001-07-24T13:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Simple TERM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-term-problem/m-p/2556353#M887171</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  U can set TERM variable and erase charecter in /etc/profile file. set like this&lt;BR /&gt;&lt;BR /&gt;TERM=vt220;export TERM&lt;BR /&gt;ERASE="^H";export ERASE&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
      <pubDate>Wed, 25 Jul 2001 06:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-term-problem/m-p/2556353#M887171</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-07-25T06:43:31Z</dc:date>
    </item>
  </channel>
</rss>

