Re: [PATCH v2 3/3] console_codes.4: Add CSI sequence for cursor blink interval

2015-07-21 Thread Scot Doyle
On Tue, 21 Jul 2015, Michael Kerrisk (man-pages) wrote: > On 5 July 2015 at 19:41, Scot Doyle wrote: > > On Thu, 26 Mar 2015, Scot Doyle wrote: > >> Add a Console Private CSI sequence to specify the current console's > >> cursor blink interval. The interval is specified as a number of > >> millise

Re: [PATCH v2 3/3] console_codes.4: Add CSI sequence for cursor blink interval

2015-07-21 Thread Michael Kerrisk (man-pages)
Hello Scot, On 5 July 2015 at 19:41, Scot Doyle wrote: > On Thu, 26 Mar 2015, Scot Doyle wrote: >> Add a Console Private CSI 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, fro

Re: [PATCH v2 3/3] console_codes.4: Add CSI sequence for cursor blink interval

2015-07-05 Thread Scot Doyle
On Thu, 26 Mar 2015, Scot Doyle wrote: > Add a Console Private CSI 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. > > Signed-off-by: Scot Doyle > --- > man4

Re: [PATCH v2 3/3] console_codes.4: Add CSI sequence for cursor blink interval

2015-03-28 Thread Pavel Machek
On Thu 2015-03-26 13:57:44, Scot Doyle wrote: > Add a Console Private CSI 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. > > Signed-off-by: Scot Doyle Acked

[PATCH v2 3/3] console_codes.4: Add CSI sequence for cursor blink interval

2015-03-26 Thread Scot Doyle
Add a Console Private CSI 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. Signed-off-by: Scot Doyle --- man4/console_codes.4 | 1 + 1 file changed, 1 insertion(+)