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

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

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