aboutsummaryrefslogtreecommitdiffstats
path: root/vt.h
blob: ae4b8f930785b4102ebab73b0eb2e826588c8503 (plain)
1
2
3
4
5
6
7
8
extern int console_visible;

int console_switch_init(void (*redraw)(void));
int check_console_switch(void);

void console_set_vt(int vtno);
void console_restore_vt(void);
int console_activate_current(void);