vt_event_post
vt_event_post(VT_EVENT_RESIZE, vc->vc_num, vc->vc_num);
vt_event_post(VT_EVENT_BLANK, vc->vc_num, vc->vc_num);
vt_event_post(VT_EVENT_UNBLANK, vc->vc_num, vc->vc_num);
vt_event_post(VT_EVENT_SWITCH, old, vc->vc_num);
void vt_event_post(unsigned int event, unsigned int old, unsigned int new);