Re: [Qemu-devel] [PATCH v2] console: Implementing blinking of cursor

2012-07-10 Thread Jan Kiszka
On 2012-07-10 21:34, Blue Swirl wrote: > On Mon, Jul 9, 2012 at 2:53 PM, Jan Kiszka wrote: >> Let the text console cursor blink at 2 HZ. >> >> Signed-off-by: Jan Kiszka >> --- >> >> Changes in v2: >> - fixed semantic of CONSOLE_CURSOR_PERIOD and reduced frequency >> >> I know there was a concern

Re: [Qemu-devel] [PATCH v2] console: Implementing blinking of cursor

2012-07-10 Thread Blue Swirl
On Mon, Jul 9, 2012 at 2:53 PM, Jan Kiszka wrote: > Let the text console cursor blink at 2 HZ. > > Signed-off-by: Jan Kiszka > --- > > Changes in v2: > - fixed semantic of CONSOLE_CURSOR_PERIOD and reduced frequency > > I know there was a concern regarding the approach in general, but I > still

[Qemu-devel] [PATCH v2] console: Implementing blinking of cursor

2012-07-09 Thread Jan Kiszka
Let the text console cursor blink at 2 HZ. Signed-off-by: Jan Kiszka --- Changes in v2: - fixed semantic of CONSOLE_CURSOR_PERIOD and reduced frequency I know there was a concern regarding the approach in general, but I still consider it useful and visually more attractive than the static curs