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

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

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