Searched refs:hide_cursor (Results 1 – 3 of 3) sorted by relevance
132 bool invert = (!vc->hide_cursor && in vc_invalidate()165 if (g_vc_owns_display && vc->active && !vc->hide_cursor) { in vc_tc_movecursor()227 if (vc->hide_cursor == hide) in vc_set_cursor_hidden()229 vc->hide_cursor = hide; in vc_set_cursor_hidden()254 bool old_hide_cursor = vc->hide_cursor; in vc_tc_copy_lines()
78 bool hide_cursor; member
522 ASSERT_FALSE(tc.vc_dev->hide_cursor, ""); in test_cursor_hide_and_show()524 ASSERT_TRUE(tc.vc_dev->hide_cursor, ""); in test_cursor_hide_and_show()526 ASSERT_FALSE(tc.vc_dev->hide_cursor, ""); in test_cursor_hide_and_show()
Completed in 225 milliseconds