Re: [PATCH v2 1/3] vt: add cursor blink interval escape sequence

2015-03-28 Thread Pavel Machek
On Fri 2015-03-27 20:35:03, Mike Frysinger wrote: > On 26 Mar 2015 13:54, Scot Doyle wrote: > > Add an escape sequence to specify the current console's cursor blink > > interval. The interval is specified as a number of milliseconds until > > the next cursor display state toggle, from 50 to 65535.

Re: [PATCH v2 1/3] vt: add cursor blink interval escape sequence

2015-03-27 Thread Mike Frysinger
On 26 Mar 2015 13:54, Scot Doyle wrote: > Add an escape sequence to specify the current console's cursor blink > interval. The interval is specified as a number of milliseconds until > the next cursor display state toggle, from 50 to 65535. /proc/loadavg > did not show a difference with a one msec

[PATCH v2 1/3] vt: add cursor blink interval escape sequence

2015-03-26 Thread Scot Doyle
Add an escape sequence to specify the current console's cursor blink interval. The interval is specified as a number of milliseconds until the next cursor display state toggle, from 50 to 65535. /proc/loadavg did not show a difference with a one msec interval, but the lower bound is set to 50 msecs