plan9fox/sys/src/cmd/vt
cinap_lenrek 1333b4d14e vt: convert from event to threads
the event library doesnt do any flow control. if the host
keeps sending data while the user is mousing arround,
extract() will collect the data until memory fills up.

so instead we abandon the event library and convert
the program to use channels.
2017-04-18 00:18:03 +02:00
..
cons.h vt: convert from event to threads 2017-04-18 00:18:03 +02:00
consctl.c fix vt for new /mnt 2011-11-28 20:58:57 +01:00
main.c vt: convert from event to threads 2017-04-18 00:18:03 +02:00
mkfile vt: convert from event to threads 2017-04-18 00:18:03 +02:00
termcap Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
vt.c vt: implement snarf support 2017-04-17 05:12:07 +02:00