Sujet : Re: Screen management in C
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 31. Dec 2024, 04:38:59
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vkvp0i$22694$1@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.161 (Chasiv Yar; )
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.