Actually get things working with nonblocking raw console read;
authorhpa <hpa>
Mon, 20 Dec 2004 22:55:48 +0000 (22:55 +0000)
committerhpa <hpa>
Mon, 20 Dec 2004 22:55:48 +0000 (22:55 +0000)
commit227b9fc57a0eb10fae0865d84c5ab88f9eab4f6a
treeecef8c238330bf7be0b998b6bd62d33c991758ea
parent6971c383a933046341da07d30270a91434322426
Actually get things working with nonblocking raw console read;
this allows us to detect the Esc key.
com32/include/time.h [new file with mode: 0644]
com32/lib/sys/line_input.c
com32/lib/sys/rawcon_read.c
com32/libutil/ansiraw.c
com32/libutil/get_key.c
com32/samples/keytest.c