<?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: Echo at specific screen position ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-at-specific-screen-position/m-p/2774372#M942483</link>
    <description>Hi Ian &lt;BR /&gt;&lt;BR /&gt;Sorry mistake above you need to put the clear statement before the tput statement otherwise it resets the position of the cursor.&lt;BR /&gt;</description>
    <pubDate>Mon, 29 Jul 2002 07:43:31 GMT</pubDate>
    <dc:creator>Nick Wickens</dc:creator>
    <dc:date>2002-07-29T07:43:31Z</dc:date>
    <item>
      <title>Echo at specific screen position ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-at-specific-screen-position/m-p/2774369#M942480</link>
      <description>Can someone answer me a fairly simple question.&lt;BR /&gt;Is it possible to echo (or other command) to a certain screen position (specify row and column) . So as within loop can keep refreshing the character so as to know how many time the loop has executed.&lt;BR /&gt;Could clear the screen then echo, but have other info on screen that cannot be cleared.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Ian</description>
      <pubDate>Mon, 29 Jul 2002 07:28:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-at-specific-screen-position/m-p/2774369#M942480</guid>
      <dc:creator>Ian McClement_1</dc:creator>
      <dc:date>2002-07-29T07:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Echo at specific screen position ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-at-specific-screen-position/m-p/2774370#M942481</link>
      <description>Hi Ian &lt;BR /&gt;&lt;BR /&gt;You need to use "tput cup y x" where y is the row position and x is the column position.&lt;BR /&gt;&lt;BR /&gt;ie &lt;BR /&gt;&lt;BR /&gt;integer n=0&lt;BR /&gt;while true &lt;BR /&gt;do&lt;BR /&gt;tput cup 3 20 &lt;BR /&gt;clear&lt;BR /&gt;echo $n&lt;BR /&gt;let n=n+1&lt;BR /&gt;sleep 3&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jul 2002 07:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-at-specific-screen-position/m-p/2774370#M942481</guid>
      <dc:creator>Nick Wickens</dc:creator>
      <dc:date>2002-07-29T07:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Echo at specific screen position ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-at-specific-screen-position/m-p/2774371#M942482</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You should be looking at something like ncurses:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dickey.his.com/ncurses/ncurses.faq.html" target="_blank"&gt;http://dickey.his.com/ncurses/ncurses.faq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Mon, 29 Jul 2002 07:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-at-specific-screen-position/m-p/2774371#M942482</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-07-29T07:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Echo at specific screen position ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-at-specific-screen-position/m-p/2774372#M942483</link>
      <description>Hi Ian &lt;BR /&gt;&lt;BR /&gt;Sorry mistake above you need to put the clear statement before the tput statement otherwise it resets the position of the cursor.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jul 2002 07:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-at-specific-screen-position/m-p/2774372#M942483</guid>
      <dc:creator>Nick Wickens</dc:creator>
      <dc:date>2002-07-29T07:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Echo at specific screen position ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo-at-specific-screen-position/m-p/2774373#M942484</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I agree with Nick that tput is a better choice that ncurses.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Mon, 29 Jul 2002 07:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo-at-specific-screen-position/m-p/2774373#M942484</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-07-29T07:58:33Z</dc:date>
    </item>
  </channel>
</rss>

