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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aec726ef7aa8cbde X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-24 16:54:16 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: rossh@zip.com.au (Ross Higson) Newsgroups: comp.lang.ada Subject: Re: Ada Terminal Emulator for Windows Date: 24 Jun 2003 16:54:15 -0700 Organization: http://groups.google.com/ Message-ID: <3c1f2fe3.0306241554.2022d78e@posting.google.com> References: <17vJa.7569$eE.70461@nasal.pacific.net.au> <8QNJa.7669$eE.73220@nasal.pacific.net.au> NNTP-Posting-Host: 203.27.69.104 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1056498856 10064 127.0.0.1 (24 Jun 2003 23:54:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 24 Jun 2003 23:54:16 GMT Xref: archiver1.google.com comp.lang.ada:39695 Date: 2003-06-24T23:54:16+00:00 List-Id: Thomas Dickey wrote in message news:... > > I've compared the terminal emulator against xterm, and (apart from a few > > cases where xterm itself > > fails the vttest) the results are identical. Does anyone know how xterm > > I'm intrigued (other than the obvious - blinking characters not implemented - > are there any bugs that I may have overlooked?) > One instance is that when running vttest (version 2.7) under a Cygwin xterm (version XFree864.2.0(165)), I see the following output halfway through test 1: ------------------------------------------------------------- Test of cursor-control characters inside ESC sequences. Below should be four identical lines: A B C D E F G H I A B C D E F G H I 16CI A AB AC AD AE AF AG AH AI A Push -------------------------------------------------------------- Maybe this is a peculiarity of Cygwin. If I recall any others I'll post them. By the way, I've updated the terminal emulator package to include a simple "comms" wrapper program that allows a PC to be more easily used as a serial terminal. Hopefully, this will encourage someone to to do a side-by-side comparison with a real terminal. Ross.