<?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 stty setting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stty-setting/m-p/4160308#M319880</link>
    <description>I'm looking for some help with setting the terminal settings in our Reflections terminal emulators when we move from Tru64 unix  to HPUX/itanium. Tru64 unix has an "stty dec" setting that sets up the session for a DEC terminal like a VT220. On Tru64, the left and right arrow keys work on the unix command line and the up arrow scrolls back through previous commands and the down arrow scrolls forward through commands. Is there some way to set it for this emulation in the .profile and/or .login file? Thanks much.&lt;BR /&gt;Ph</description>
    <pubDate>Wed, 12 Mar 2008 14:13:25 GMT</pubDate>
    <dc:creator>Philip Hardy_1</dc:creator>
    <dc:date>2008-03-12T14:13:25Z</dc:date>
    <item>
      <title>stty setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stty-setting/m-p/4160308#M319880</link>
      <description>I'm looking for some help with setting the terminal settings in our Reflections terminal emulators when we move from Tru64 unix  to HPUX/itanium. Tru64 unix has an "stty dec" setting that sets up the session for a DEC terminal like a VT220. On Tru64, the left and right arrow keys work on the unix command line and the up arrow scrolls back through previous commands and the down arrow scrolls forward through commands. Is there some way to set it for this emulation in the .profile and/or .login file? Thanks much.&lt;BR /&gt;Ph</description>
      <pubDate>Wed, 12 Mar 2008 14:13:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stty-setting/m-p/4160308#M319880</guid>
      <dc:creator>Philip Hardy_1</dc:creator>
      <dc:date>2008-03-12T14:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: stty setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stty-setting/m-p/4160309#M319881</link>
      <description>"man stty" is pretty uninformative, but I'd&lt;BR /&gt;assume that you could look at the report from&lt;BR /&gt;"stty -a" on the two systems, and see what&lt;BR /&gt;you need/want to change.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; On Tru64, the left and right arrow keys&lt;BR /&gt;&amp;gt; work on the unix command line and [...]&lt;BR /&gt;&lt;BR /&gt;This behavior is supplied by the shell you&lt;BR /&gt;use, not the OS itself.  (And you don't seem&lt;BR /&gt;to have disclosed that datum.  For either&lt;BR /&gt;system.)&lt;BR /&gt;&lt;BR /&gt;"HPUX/itanium" doesn't reveal the HP-UX&lt;BR /&gt;version, either, but I assume that you'll get&lt;BR /&gt;an informative complaint (from vi, probably)&lt;BR /&gt;if your TERM variable is set to something&lt;BR /&gt;which is unknown to your version of HP-UX:&lt;BR /&gt;&lt;BR /&gt;td194&amp;gt; vi xxx&lt;BR /&gt;vt300: Unknown terminal type&lt;BR /&gt;I don't know what kind of terminal you are on - all I have is 'vt300'.&lt;BR /&gt;[Using open mode]</description>
      <pubDate>Wed, 12 Mar 2008 16:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stty-setting/m-p/4160309#M319881</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-03-12T16:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: stty setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stty-setting/m-p/4160310#M319882</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;stty -a &amp;gt; file.true64&lt;BR /&gt;&lt;BR /&gt;stty -a &amp;gt; file.hpux&lt;BR /&gt;&lt;BR /&gt;On respective systems.&lt;BR /&gt;&lt;BR /&gt;You might be able to sort the data and identify the changes that need to be made.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 12 Mar 2008 16:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stty-setting/m-p/4160310#M319882</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-03-12T16:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: stty setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stty-setting/m-p/4160311#M319883</link>
      <description>I know you can get the arrow key mapping to work with the bash shell.  AFAIK, that doesn't come out of the box on HP-UX.  &lt;BR /&gt;&lt;BR /&gt;It also may require that you fiddle with bashrc or inputrc files to map the arrow keys to the corresponding Control character sequences.&lt;BR /&gt;&lt;BR /&gt;the ksh does have command history and file name completion...although you need to enter the control codes via the keyboard instead of using arrow keys.&lt;BR /&gt;&lt;BR /&gt;note that roots default shell should *not* be changed...if you want to run either of the above, start it from the command line after you login.</description>
      <pubDate>Wed, 12 Mar 2008 16:40:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stty-setting/m-p/4160311#M319883</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-03-12T16:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: stty setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stty-setting/m-p/4160312#M319884</link>
      <description>also have a look at "stty -g"...which reports stty settings in a form that can be used as input to another stty command.&lt;BR /&gt;&lt;BR /&gt;If its available on both systems, you could extract the info from the tru64 system and use it to set the hp system</description>
      <pubDate>Wed, 12 Mar 2008 18:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stty-setting/m-p/4160312#M319884</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-03-12T18:03:17Z</dc:date>
    </item>
  </channel>
</rss>

