CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2009/06/01 18:21:32
Modified files: usr.bin/vi/cl : cl_read.c Log message: If the read from the tty fails with EAGAIN, pop back up to the select. Seems to happen occasionally even though select reported the fd is ready. OK ray@