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,fd23039a1d740a56 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-01 06:45:41 PST From: "Martin Dowie" Newsgroups: comp.lang.ada References: <3bb82d8e$1@pull.gecm.com> Subject: Re: Ada binding to redirect standard output in Win32 Date: Mon, 1 Oct 2001 14:44:30 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 NNTP-Posting-Host: ed125012.sd.edinbr.gmav.gecm.com Message-ID: <3bb87051$1@pull.gecm.com> X-Trace: 1 Oct 2001 14:32:01 GMT, ed125012.sd.edinbr.gmav.gecm.com Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-03!supernews.com!194.159.255.21.MISMATCH!dispose.news.demon.net!demon!btnet-peer0!btnet-feed5!btnet!newreader.ukcore.bt.net!pull.gecm.com!ed125012.sd.edinbr.gmav.gecm.com Xref: archiver1.google.com comp.lang.ada:13573 Date: 2001-10-01T14:44:30+01:00 List-Id: Fantastic! Thanks Chad! Get_Immediate did the trick nicely. Chad Robert Meiners wrote in message news:Pine.GSO.4.31.0110010830050.21460-100000@sens-a.cse.msu.edu... > I take it that you don't want to write your own Get_Line routine. If that > is acceptable though, try using Get_Immediate I believe that it doesn't > echo the keystroke. Otherwise use the NT_Console package to set the > foreground color equal to the background color. The only problem with > that is it would still be possible to cut and paste the password off of > the screen, but if you are using NT_Console you can easy write blanks over > the password.