VCONS_NO_CURSOR
scr->scr_flags = VCONS_NO_CURSOR;
scr->scr_flags |= VCONS_NO_CURSOR;
scr->scr_flags |= VCONS_NO_COPYCOLS | VCONS_NO_CURSOR | VCONS_LOADFONT;
if (scr->scr_flags & VCONS_NO_CURSOR) {
if (scr->scr_flags & VCONS_NO_CURSOR) {
#define VCONS_DONT_READ (VCONS_NO_COPYCOLS|VCONS_NO_COPYROWS|VCONS_NO_CURSOR)