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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,79fe743e9d0cd38f X-Google-Attributes: gid103376,public From: "Vladimir Olensky" Subject: Re: simple xterm? Date: 1999/10/21 Message-ID: #1/1 X-Deja-AN: 538976835 References: <380C9964.FD91C224@boeing.com> <380EEE02.833B7394@icn.siemens.de> <380F6B87.B79016FE@hso.link.com> Organization: Posted via Supernews, http://www.supernews.com X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Newsgroups: comp.lang.ada X-Complaints-To: newsabuse@supernews.com Date: 1999-10-21T00:00:00+00:00 List-Id: Samuel T. Harris wrote in message <380F6B87.B79016FE@hso.link.com>... >> Robert Jordan wrote: >> > >> > What would be the easiest method for getting a separate VT100 text >> > window to be created for text_io output? I'd rather avoid using c calls >> > (Sun solaris), but if that's the only way to do it, then that's the only >> > way. > >I've not had to do multiple outputs in Windows yet so I have not >given it much tought. How does one send output to more then one >DOS window? In the absence of a better suggestion, I suppose I >can output to artificial files and use cygwin's tail -f command >in each DOS window to scroll the appropriate file as it is >being written. I think that the best way is to use Win32 console subsystem. Using it one may open many console windows for output. Examples of using it (NT/Win95 Console package ) could be found on Jerry van Dijk site " Jerry's Ada on Win32 Page" at http://stad.dsl.nl/~jvandyk/ Regards, Vladimir Olensky