Deutsch   English   Français   Italiano  
<vkvp0i$22694$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.os.vms
Subject: Re: Screen management in C
Date: Tue, 31 Dec 2024 03:38:59 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <vkvp0i$22694$1@dont-email.me>
References: <87o70xgq62.fsf@lucy.meyer21c.net> <vkmge7$3ltsp$1@dont-email.me>
	<vkmjlq$3mm86$1@dont-email.me> <vkmvfk$3p9tn$1@dont-email.me>
	<67702cde$0$714$14726298@news.sunsite.dk>
	<6773578e$0$713$14726298@news.sunsite.dk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 31 Dec 2024 04:38:59 +0100 (CET)
Injection-Info: dont-email.me; posting-host="41fdacfd7af50925eaa1291753caf57e";
	logging-data="2169124"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/TwmJduRFwp1dRrCdSLACA"
User-Agent: Pan/0.161 (Chasiv Yar; )
Cancel-Lock: sha1:Ujq6lf9IeS3PhoQj46m2OlA9Mck=
Bytes: 1368

On Mon, 30 Dec 2024 21:31:41 -0500, Arne Vajhøj wrote:

>          while(smg.GetKey() != SMG$K_TRM_PF1);

Is it possible to hook this kind of thing into an event loop? Some 
equivalent of select/poll?

That would make it easier to do things like handle multiple terminals at 
once.