bitwiseworks / libcx

kLIBC Extension Library
GNU Lesser General Public License v2.1
11 stars 1 forks source link

select on stdin/stdout #84

Open SilvanScherrer opened 4 years ago

SilvanScherrer commented 4 years ago

It would be very good to have select also working on stdin/stdout. stdout is easy, as it just is writable always. stdin need probably some KbdPeek() scheme to see if some keystrokes are available. and the set the fd according.