<?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: Making text flash in a shell script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766950#M73776</link>
    <description>Hi again Tony,&lt;BR /&gt;&lt;BR /&gt;i forgot to mention how to turn off flashing text:&lt;BR /&gt;&lt;BR /&gt;tput rmso&lt;BR /&gt;&lt;BR /&gt;You can also invert the output of a script using:&lt;BR /&gt;&lt;BR /&gt;tput smso (turn inverting on)&lt;BR /&gt;&lt;BR /&gt;tput rmso (turn inverting off)&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
    <pubDate>Thu, 18 Jul 2002 09:52:54 GMT</pubDate>
    <dc:creator>Peter Kloetgen</dc:creator>
    <dc:date>2002-07-18T09:52:54Z</dc:date>
    <item>
      <title>Making text flash in a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766948#M73774</link>
      <description>Folks, anyone got any ideas on how to make text flash in a shell script?</description>
      <pubDate>Thu, 18 Jul 2002 09:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766948#M73774</guid>
      <dc:creator>Tony Mancini</dc:creator>
      <dc:date>2002-07-18T09:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Making text flash in a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766949#M73775</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you are looking for a way to make a text flashing in the output of a shell script?&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; man tput&lt;BR /&gt;&lt;BR /&gt;this command is able to do so:&lt;BR /&gt;&lt;BR /&gt;tput bold&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 18 Jul 2002 09:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766949#M73775</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-07-18T09:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Making text flash in a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766950#M73776</link>
      <description>Hi again Tony,&lt;BR /&gt;&lt;BR /&gt;i forgot to mention how to turn off flashing text:&lt;BR /&gt;&lt;BR /&gt;tput rmso&lt;BR /&gt;&lt;BR /&gt;You can also invert the output of a script using:&lt;BR /&gt;&lt;BR /&gt;tput smso (turn inverting on)&lt;BR /&gt;&lt;BR /&gt;tput rmso (turn inverting off)&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 18 Jul 2002 09:52:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766950#M73776</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-07-18T09:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Making text flash in a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766951#M73777</link>
      <description>I think Peter meant to say tput blink rather than tput bold.</description>
      <pubDate>Thu, 18 Jul 2002 10:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766951#M73777</guid>
      <dc:creator>Nick Wickens</dc:creator>
      <dc:date>2002-07-18T10:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Making text flash in a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766952#M73778</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can do it as shown below.&lt;BR /&gt;&lt;BR /&gt;tput clear&lt;BR /&gt;bold='tput smso'&lt;BR /&gt;offbold='tput rmso'&lt;BR /&gt;blink='tput blink'&lt;BR /&gt;&lt;BR /&gt;echo "${blink} This is Sukant here ${offbold}"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 10:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766952#M73778</guid>
      <dc:creator>Sukant Naik</dc:creator>
      <dc:date>2002-07-18T10:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Making text flash in a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766953#M73779</link>
      <description>Hi Tony,&lt;BR /&gt;&lt;BR /&gt;sorry, of course Nick and Sukant are right, tput blink for blinking text is correct, i thought you wanted a text more bright than normal. My english is too bad sometimes.....&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 18 Jul 2002 10:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766953#M73779</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-07-18T10:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Making text flash in a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766954#M73780</link>
      <description>Here is a set of the most common display enhancements:&lt;BR /&gt;&lt;BR /&gt;       export HB=$(tput dim)    # dim text&lt;BR /&gt;       export HV=$(tput smso)   # 1/2 bright inverse&lt;BR /&gt;       export IV=$(tput bold)   # inverse&lt;BR /&gt;       export UL=$(tput smul)   # underline&lt;BR /&gt;       export BL=$(tput blink)  # blink&lt;BR /&gt;       export EE=$(tput sgr0)   # end all enhancements&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;print "Normal $HB dim $HV halfbrite inverse $IV inverse $UL underline $BL blink $EE normal"&lt;BR /&gt;&lt;BR /&gt;And a couple of others:&lt;BR /&gt;&lt;BR /&gt;CLEARALL=$(tput khome;tput clear)&lt;BR /&gt;FKEYSOFF=$(tput rmln)&lt;BR /&gt;TTYRESET=$(tput reset)&lt;BR /&gt;&lt;BR /&gt;CLEARALL will erase all of terminal memory including pages above the top of the display (the clear command only clears visible memory). FKEYSOFF turns off the function key display on terminals with usable function keys. TTYRESET is a good way to start a new login as it resets any strangeness in the terminal settings.&lt;BR /&gt;&lt;BR /&gt;NOTE: tput is a scripting interface to the curses library and allows you to specify terminal features WITHOUT coding special escape sequences. However, there are hundreds of terminals (and PC emulators), many of which are incompatible with each other and many do not have all of the above features. The advantage of tput is that if the terminal does not support a feature, the result is a null string. HP terminals (and emulators such as hpterm) support all these features (actually, hpterm does not blink).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 12:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-text-flash-in-a-shell-script/m-p/2766954#M73780</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-07-18T12:58:03Z</dc:date>
    </item>
  </channel>
</rss>

