Sujet : Re: Screen management in C
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 31. Dec 2024, 06:13:54
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vkvuih$2363t$1@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Pan/0.161 (Chasiv Yar; )
On Mon, 30 Dec 2024 23:06:10 -0500, Arne Vajhøj wrote:
One could create a loop around smg$read_keystroke, replace all
smg$read_string call with lots of application code,
open multiple virtual keyboards to multiple terminals (input device is
an argument), use smg$read_keystroke with a timeout and try multiple
virtual keyboards.
That’s why a poll/select-type architecture would be much, much simpler.