On Tue, Jul 10, 2012 at 8:00 PM, Jan Kiszka wrote:
> From: Jan Kiszka
>
> Let the text console cursor blink at 2 HZ.
>
> Signed-off-by: Jan Kiszka
Thanks, applied.
> ---
>
> Changes in v3:
> - renamed cursor_blink_state to cursor_visible_phase and made it a bool
>
> console.c | 26
From: Jan Kiszka
Let the text console cursor blink at 2 HZ.
Signed-off-by: Jan Kiszka
---
Changes in v3:
- renamed cursor_blink_state to cursor_visible_phase and made it a bool
console.c | 26 +-
1 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/conso