<?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: cursor blink in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243259#M174036</link>
    <description>Are the screens/tools/terminals the same for all those environments?&lt;BR /&gt;&lt;BR /&gt;The cursor blinking is done by the terminal or terminal emulator, so perhaps the difference is in those.&lt;BR /&gt;&lt;BR /&gt;If you have a prompt like in Robert's example, kill the one installing that one and replace him by someone who can work with tput, because putting escape sequences hard in a prompt without testing which terminal emulator is being used is a real sin...</description>
    <pubDate>Thu, 08 Apr 2004 03:39:11 GMT</pubDate>
    <dc:creator>Elmar P. Kolkman</dc:creator>
    <dc:date>2004-04-08T03:39:11Z</dc:date>
    <item>
      <title>cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243256#M174033</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;excuse me if i write this in the wrong community.&lt;BR /&gt;&lt;BR /&gt;One of my users have a problem with "entry fields" of some tools and software (eg. nedit...). The cursor normally flashes but on one server the cursor disappear or stop. I have 3 server with the same hardware and same software (hpux11i clone, L3000 server).&lt;BR /&gt;&lt;BR /&gt;Does anybody knows where i can look for a mismatch or error??&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Markus Kassler</description>
      <pubDate>Thu, 08 Apr 2004 02:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243256#M174033</guid>
      <dc:creator>Kassler</dc:creator>
      <dc:date>2004-04-08T02:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243257#M174034</link>
      <description>Hi Markus&lt;BR /&gt;&lt;BR /&gt;Plz check the /etc/profile, user's .profile&lt;BR /&gt;&lt;BR /&gt;in working m/c and suspected m/c&lt;BR /&gt;&lt;BR /&gt;Make all terminal emulation as same. &amp;amp; Check ur problem has to get solved.......&lt;BR /&gt;&lt;BR /&gt;Do u connect to the server thru' fixed/pseudo port????&lt;BR /&gt;&lt;BR /&gt;If u use fixed port, could u give the content of &lt;BR /&gt;*) /etc/inittab&lt;BR /&gt;*) /etc/gettydefs&lt;BR /&gt;&lt;BR /&gt;All the best!!&lt;BR /&gt;&lt;BR /&gt;suresh</description>
      <pubDate>Thu, 08 Apr 2004 03:04:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243257#M174034</guid>
      <dc:creator>SureshKumar_2</dc:creator>
      <dc:date>2004-04-08T03:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243258#M174035</link>
      <description>Hi Markus,&lt;BR /&gt;&lt;BR /&gt;Check for a similar like the example below in your users .profile.&lt;BR /&gt;&lt;BR /&gt;# Sets a promp which reflects hostname and oracle environment&lt;BR /&gt;PS1=`hostname`'[$ORACLE_SID]'`echo "\0033[5m\c"`'$PWD&amp;gt; '`echo "\0033[0m"`&lt;BR /&gt;export PS2="&amp;gt; "&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 08 Apr 2004 03:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243258#M174035</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-04-08T03:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243259#M174036</link>
      <description>Are the screens/tools/terminals the same for all those environments?&lt;BR /&gt;&lt;BR /&gt;The cursor blinking is done by the terminal or terminal emulator, so perhaps the difference is in those.&lt;BR /&gt;&lt;BR /&gt;If you have a prompt like in Robert's example, kill the one installing that one and replace him by someone who can work with tput, because putting escape sequences hard in a prompt without testing which terminal emulator is being used is a real sin...</description>
      <pubDate>Thu, 08 Apr 2004 03:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243259#M174036</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-04-08T03:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243260#M174037</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;Many thanks for your fast replies.&lt;BR /&gt;&lt;BR /&gt;We use nis so the users .profile file is the same on all servers and the /etc/profile file is also identical.&lt;BR /&gt;&lt;BR /&gt;Our designer contact the unix environment with Hummingbird Exceed but i have tried it with rlogin from a linux host and there it also donÂ´t work.&lt;BR /&gt;&lt;BR /&gt;The files /etc/inittab and /etc/gettydefs are also indentical.&lt;BR /&gt;&lt;BR /&gt;I have also tried to change the Prompt in the .kshrc_privat file and the same result.&lt;BR /&gt;Also without Escape-Characters it will not work.&lt;BR /&gt;&lt;BR /&gt;Yes we use the same tools/software on all server (from one software server). &lt;BR /&gt;&lt;BR /&gt;one example:&lt;BR /&gt;in the nedit window the cursor blinks at startup. After i entered a few lines and move around the cursor stops flashing and in some cases the cursor disappear after i move arround it normally starts working.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Marku</description>
      <pubDate>Thu, 08 Apr 2004 08:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243260#M174037</guid>
      <dc:creator>Kassler</dc:creator>
      <dc:date>2004-04-08T08:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243261#M174038</link>
      <description>Problem, in that case, is probably with differen terminfo or termcap databases on the different systems. Compare the untic output on the machines in question. Perhaps post the differences if you don't understand them yourself ;-) (They are hard to understand if you haven't hacked on terminals as much as some of us, so don't be ashamed...)</description>
      <pubDate>Thu, 08 Apr 2004 08:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243261#M174038</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-04-08T08:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243262#M174039</link>
      <description>Hi Elmar,&lt;BR /&gt;&lt;BR /&gt;Here is the output of the server which causes the error:&lt;BR /&gt;&lt;BR /&gt;cai01 sa: ../sa &amp;gt; untic&lt;BR /&gt;xterm|vs100|xterm terminal emulator,&lt;BR /&gt;        am, xenl, km, &lt;BR /&gt;        cols#80, lines#65, &lt;BR /&gt;        bel=^G, cr=\r, csr=\E[%i%p1%d;%p2%dr, tbc=\E[3g, &lt;BR /&gt;        clear=\E[H\E[2J, el=\E[K, ed=\E[J, cup=\E[%i%p1%d;%p2%dH, &lt;BR /&gt;        cud1=\E[B, home=\E[1;1H, civis=\E[?25I, cub1=\b, &lt;BR /&gt;        cnorm=\E[?25h, cuf1=\E[C, cuu1=\E[A, cvvis=\E[?25h, &lt;BR /&gt;        dch1=\E[P, dl1=\E[M, blink=@, bold=\E[1m, &lt;BR /&gt;        rev=\E[7m, smso=\E[7m, sgr0=\E[m, rmso=\E[m, &lt;BR /&gt;        ich1=\E[@, il1=\E[L, kbs=\177, kcud1=\EOB, &lt;BR /&gt;        kf2=\EOQ, kf3=\EOR, kf4=\EOS, kcub1=\EOD, &lt;BR /&gt;        knp=\E[U, kpp=\E[V, kcuf1=\EOC, kcuu1=\EOA, &lt;BR /&gt;        rmkx=\E[?1l, smkx=\E[?1h, dch=\E[%p1%dP, dl=\E[%p1%dM, &lt;BR /&gt;        cud=\E[%p1%dB, ich=\E[%p1%d@, il=\E[%p1%dL, cub=\E[%p1%dD, &lt;BR /&gt;        cuf=\E[%p1%dC, cuu=\E[%p1%dA, rs1=\E&amp;gt;\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, rs2=@kf1=\EOP, &lt;BR /&gt;        rc=\E8, sc=\E7, ind=\n, ri=\EM, &lt;BR /&gt;        sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, hts=\EH, ht=\t, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;an here from one server with no problems:&lt;BR /&gt;&lt;BR /&gt;cci01 sa: ../sa &amp;gt; untic&lt;BR /&gt;xterm|vs100|xterm terminal emulator,&lt;BR /&gt;        am, xenl, km, &lt;BR /&gt;        cols#80, lines#65, &lt;BR /&gt;        bel=^G, cr=\r, csr=\E[%i%p1%d;%p2%dr, tbc=\E[3g, &lt;BR /&gt;        clear=\E[H\E[2J, el=\E[K, ed=\E[J, cup=\E[%i%p1%d;%p2%dH, &lt;BR /&gt;        cud1=\E[B, home=\E[1;1H, civis=\E[?25I, cub1=\b, &lt;BR /&gt;        cnorm=\E[?25h, cuf1=\E[C, cuu1=\E[A, cvvis=\E[?25h, &lt;BR /&gt;        dch1=\E[P, dl1=\E[M, blink=@, bold=\E[1m, &lt;BR /&gt;        rev=\E[7m, smso=\E[7m, sgr0=\E[m, rmso=\E[m, &lt;BR /&gt;        ich1=\E[@, il1=\E[L, kbs=\177, kcud1=\EOB, &lt;BR /&gt;        kf2=\EOQ, kf3=\EOR, kf4=\EOS, kcub1=\EOD, &lt;BR /&gt;        knp=\E[U, kpp=\E[V, kcuf1=\EOC, kcuu1=\EOA, &lt;BR /&gt;        rmkx=\E[?1l, smkx=\E[?1h, dch=\E[%p1%dP, dl=\E[%p1%dM, &lt;BR /&gt;        cud=\E[%p1%dB, ich=\E[%p1%d@, il=\E[%p1%dL, cub=\E[%p1%dD, &lt;BR /&gt;        cuf=\E[%p1%dC, cuu=\E[%p1%dA, rs1=\E&amp;gt;\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, rs2=@kf1=\EOP, &lt;BR /&gt;        rc=\E8, sc=\E7, ind=\n, ri=\EM, &lt;BR /&gt;        sgr=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m, hts=\EH, ht=\t, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As far as i can see there is no difference between these two.&lt;BR /&gt;&lt;BR /&gt;Many thx.&lt;BR /&gt;&lt;BR /&gt;Markus</description>
      <pubDate>Thu, 08 Apr 2004 09:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243262#M174039</guid>
      <dc:creator>Kassler</dc:creator>
      <dc:date>2004-04-08T09:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243263#M174040</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;today a designer gives me another hint.&lt;BR /&gt;&lt;BR /&gt;The problem that the cursor stops blinking appears also at the login prompt when you want to access the system.&lt;BR /&gt;&lt;BR /&gt;So i think there is no user-problem, it`s&lt;BR /&gt;a common system problem of the server.&lt;BR /&gt;&lt;BR /&gt;Thx for help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Markus</description>
      <pubDate>Fri, 09 Apr 2004 06:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243263#M174040</guid>
      <dc:creator>Kassler</dc:creator>
      <dc:date>2004-04-09T06:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243264#M174041</link>
      <description>I believe depending by terminfo settings.&lt;BR /&gt;Read&lt;BR /&gt;&lt;A href="http://www.informatik.uni-frankfurt.de/doc/man/hpux/terminfo.4.html" target="_blank"&gt;http://www.informatik.uni-frankfurt.de/doc/man/hpux/terminfo.4.html&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.informatik.uni-frankfurt.de/doc/man/hpux/curses.3x.html" target="_blank"&gt;http://www.informatik.uni-frankfurt.de/doc/man/hpux/curses.3x.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Bruno</description>
      <pubDate>Fri, 09 Apr 2004 08:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243264#M174041</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2004-04-09T08:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243265#M174042</link>
      <description>"The problem that the cursor stops blinking appears also at the login prompt when you want to access the system."&lt;BR /&gt;&lt;BR /&gt;With that being the case, the cursor blinking, or not, is being controlled by whatever terminal or terminal emulation program being used to access the system, and not anything setting or config on the system.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Fri, 09 Apr 2004 08:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243265#M174042</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-04-09T08:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243266#M174043</link>
      <description>It looks like Mark is right. It could still be in /etc/issue or /etc/motd, though...</description>
      <pubDate>Fri, 09 Apr 2004 08:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243266#M174043</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-04-09T08:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243267#M174044</link>
      <description>Hi Markus,&lt;BR /&gt;&lt;BR /&gt;since X-Windows cannot blink, actually, the blinking has to be done by the application. In your cases, that's your terminal window "frame", i.e. "dtterm" or "xterm" or "hpterm".&lt;BR /&gt;Of those, only "dtterm" does blinking, so my question is: which terminal emulation program do your users use?&lt;BR /&gt;And for the one, which does not blink, what is used there?&lt;BR /&gt;Switching to "dtterm" (the titlebar shows "Terminal" on those) should sove that problem...&lt;BR /&gt;&lt;BR /&gt;FWIW,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Apr 2004 16:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243267#M174044</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2004-04-09T16:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243268#M174045</link>
      <description>Xwindows is always a problem with terminal windows. Your PC is just interpreting cides sent from the terminal emulator that resides on some other computer, typically the one you are contacting. You need to get all the xterms, hpterms and dtterms out of the way and run a simple client-based telnet program. That way, the terminal emulator will behave the same way with all servers. A blinking cursor (or visible cursor for that matter) is defined by the emulator and it's configuration. Some emulators turn off their cursor when the remote connection is dead, etc. &lt;BR /&gt; &lt;BR /&gt;Otherwise, standardize on one server to provide your terminal window. Once the window is displayed, login, then telnet to your desired host from that window.&lt;BR /&gt; &lt;BR /&gt;Also check the stty settings once you login on each host. There are a couple of dozen options that might change the telnet behavior (which can affect terminal emulators). Also, if your applications are making any ioctl calls, there may be differences in the executables between servers.</description>
      <pubDate>Fri, 09 Apr 2004 20:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243268#M174045</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-04-09T20:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243269#M174046</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We use xterm as our standard terminal. I have seen that for the terminals only dtterm blink, but the blink also stop 5 - 10 seconds after coming up as all the other applications. &lt;BR /&gt;&lt;BR /&gt;I have examined the stty config and there is no difference between the servers. I have also tried it with telnet, the same effect. &lt;BR /&gt;&lt;BR /&gt;I think like Bill said that he lose the connection or get a timeout but i do not know how i can examine that.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Markus</description>
      <pubDate>Tue, 13 Apr 2004 02:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243269#M174046</guid>
      <dc:creator>Kassler</dc:creator>
      <dc:date>2004-04-13T02:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: cursor blink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243270#M174047</link>
      <description>In addition to stty -a, run xset -q and compare the two for potential conflicting behavior.&lt;BR /&gt;&lt;BR /&gt;Also, if you are using Exceed, check the setup strings you are passing from xstart for each host; e.g., here's one I use to connect to one my HP 11i systems:&lt;BR /&gt;&lt;BR /&gt;@(XTerm, method=stdappdb) -display @d -fn 7x10 -fg white -bg black -geometry 80x24 -name "[system name here]" +s -sl 13767 -ls &amp;amp;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;FWIW, I don't get a blinking cursor when I connect to this system.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 13 Apr 2004 14:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cursor-blink/m-p/3243270#M174047</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-04-13T14:52:51Z</dc:date>
    </item>
  </channel>
</rss>

