CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/09/05 08:30:24
Modified files:
sys/dev/wscons : wsdisplay.c wsemul_dumb.c wsemul_sun.c
wsemul_vt100.c wsemulvar.h
Log message:
Make the output() wsemul_op return the number of characters processed and
check it in wsdisplaystart() to suspend output if not all characters have
been output; they will get reissued at the next tty rstrt_to timeout.
