Make the raw input console non-blocking with a timeout, allows handling
authorhpa <hpa>
Mon, 20 Dec 2004 22:28:30 +0000 (22:28 +0000)
committerhpa <hpa>
Mon, 20 Dec 2004 22:28:30 +0000 (22:28 +0000)
commit27007ae32a1244db12ba1e8e12352785075010a1
tree39fc9205d1802525778e58db95ad853ee4678d01
parentf22543d9d32c3866b6d42392c2957c6c76098964
Make the raw input console non-blocking with a timeout, allows handling
the [Esc] key.
com32/include/sys/times.h [new file with mode: 0644]
com32/lib/Makefile
com32/lib/fread.c
com32/lib/fwrite.c
com32/lib/sys/ansicon_write.c
com32/lib/sys/rawcon_read.c
com32/lib/sys/times.c [new file with mode: 0644]
com32/libutil/ansiraw.c
com32/libutil/get_key.c
com32/modules/Makefile