svn commit: trunk/busybox/console-tools

Luciano Miguel Ferreira Rocha strange at nsk.no-ip.org
Tue Mar 13 21:12:29 UTC 2007


On Tue, Mar 13, 2007 at 10:06:52PM +0100, Denis Vlasenko wrote:
> +#if defined(RESIZE_TIOS_TIMEOUT) && (RESIZE_TIOS_TIMEOUT > 0)
> +       new.c_cc[VMIN] = 0;
> +       new.c_cc[VTIME] = RESIZE_TIOS_TIMEOUT;
> +#endif
> 
> I must admit that I didn't know that new.c_cc[VTIME] exists,
> let alone what does it mean.

man tcgetattr:
       VMIN   Minimum number of characters for non-canonical read.
       VTIME  Timeout in deciseconds for non-canonical read.

-- 
lfr
0/0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20070313/e72ff78c/attachment-0002.pgp 


More information about the busybox mailing list