FBCON_FLAGS_CURSOR_TIMER
fbcon_add_cursor_timer / fbcon_del_cursor_timer
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index b0a3fa0..abaecba 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c @@ -150,7 +150,7 @@ static int fbcon_set_origin(struct vc_data *); #define CURSOR_DRAW_DELAY (1) static int vbl_cursor_cnt; -static int fbcon_cursor_noblink; +static int fbcon_cursor_noblink=1; #define divides(a, b) ((!(a) || (b)%(a)) ? 0 : 1)
沒有留言:
張貼留言