From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,877783c4ac5fb9dc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news3.google.com!news.glorb.com!newscon02.news.prodigy.com!prodigy.net!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: How to hide cursor ? Date: 15 Feb 2006 09:18:07 -0600 Organization: LJK Software Message-ID: References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1140016636 11805 192.135.80.34 (15 Feb 2006 15:17:16 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Wed, 15 Feb 2006 15:17:16 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:2907 Date: 2006-02-15T09:18:07-06:00 List-Id: In article , janek writes: > Is there a simple way of hiding a blinknig cursor in > text application ? Send the appropriate escape sequence to your VT100. A Google search should provide a list of the escape sequences. If your hardware environment is other than a VT100 at the end of a serial line, you might specify it in whatever operating system or hardware newsgroup is appropriate.