<?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: Blinking text in hpterm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/blinking-text-in-hpterm/m-p/2755702#M835593</link>
    <description>hpterm is a very poor imitation of HP terminals and supports very few character enhancements. In HP-UX, the terminfo database (see /usr/lib/terminfo) contains the binary capability files for hundreds of terminals. To see what the database thinks about hpterm:&lt;BR /&gt;&lt;BR /&gt;untic hpterm&lt;BR /&gt;&lt;BR /&gt;As you can see, there is no blink. The same is true for the generic hp TERM value. However, all the 'real' HP terminals like the 2392 and 70096 as well as true HP terminal emulators such as the WRQ Reflection for HP product (not Reflection/X however).&lt;BR /&gt;&lt;BR /&gt;Always test the request for tput -- it returns a non-zero value if the terminfo database does not have this attribute.&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Jul 2002 13:14:14 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2002-07-02T13:14:14Z</dc:date>
    <item>
      <title>Blinking text in hpterm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blinking-text-in-hpterm/m-p/2755699#M835590</link>
      <description>It is possible write blinking text in hpterm?&lt;BR /&gt;I've tried with "tput blink" but unsuccessfully!&lt;BR /&gt;Maybe hpterm doesn't support blinking text...&lt;BR /&gt;&lt;BR /&gt;I'm trying to put content of motd file in blinking mode.&lt;BR /&gt;&lt;BR /&gt;Could U help me?&lt;BR /&gt;&lt;BR /&gt;Thank you &lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jul 2002 14:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blinking-text-in-hpterm/m-p/2755699#M835590</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2002-07-01T14:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Blinking text in hpterm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blinking-text-in-hpterm/m-p/2755700#M835591</link>
      <description>Mauro,&lt;BR /&gt;&lt;BR /&gt;WHat version of OS are you using? In HP-UX 11i you could try to set the terminfo to blink. See the following URl and see if that helps:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://devresource.hp.com/STKLI/man/11iv1.5/terminfo_4.html" target="_blank"&gt;http://devresource.hp.com/STKLI/man/11iv1.5/terminfo_4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 01 Jul 2002 16:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blinking-text-in-hpterm/m-p/2755700#M835591</guid>
      <dc:creator>David Bell_1</dc:creator>
      <dc:date>2002-07-01T16:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Blinking text in hpterm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blinking-text-in-hpterm/m-p/2755701#M835592</link>
      <description>Blink is not defined for TERM hpterm but in any event there is no assurance that you will be using hpterm.&lt;BR /&gt;&lt;BR /&gt;A better method would be to see if blink is available; if not; use standout mode (sometimes reverse video, sometimes a different color, sometimes blinking - the most visible option available but is almost always defined for all terminals.)&lt;BR /&gt;&lt;BR /&gt;X=$(tput blink)&lt;BR /&gt;if [ -z "${X}" ]&lt;BR /&gt;  then&lt;BR /&gt;    X=$(tput smso)&lt;BR /&gt;  fi&lt;BR /&gt;echo "${X}\c"&lt;BR /&gt;motd&lt;BR /&gt;tput rmso # turns off blink or standout mode&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jul 2002 17:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blinking-text-in-hpterm/m-p/2755701#M835592</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-01T17:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Blinking text in hpterm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blinking-text-in-hpterm/m-p/2755702#M835593</link>
      <description>hpterm is a very poor imitation of HP terminals and supports very few character enhancements. In HP-UX, the terminfo database (see /usr/lib/terminfo) contains the binary capability files for hundreds of terminals. To see what the database thinks about hpterm:&lt;BR /&gt;&lt;BR /&gt;untic hpterm&lt;BR /&gt;&lt;BR /&gt;As you can see, there is no blink. The same is true for the generic hp TERM value. However, all the 'real' HP terminals like the 2392 and 70096 as well as true HP terminal emulators such as the WRQ Reflection for HP product (not Reflection/X however).&lt;BR /&gt;&lt;BR /&gt;Always test the request for tput -- it returns a non-zero value if the terminfo database does not have this attribute.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Jul 2002 13:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blinking-text-in-hpterm/m-p/2755702#M835593</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-07-02T13:14:14Z</dc:date>
    </item>
  </channel>
</rss>

