Home | History | Annotate | Download | only in x11vnc

Lines Matching full:chvt

1401 	char chvt[100];
1402 sprintf(chvt, "chvt %d >/dev/null 2>/dev/null &", vt);
1403 rfbLog("running: %s\n", chvt);
1404 system(chvt);