aboutsummaryrefslogtreecommitdiffstats
path: root/vt.h
blob: 50b97911ab784537939e6d3e9bf40c065b3f1f1e (plain)
1
2
3
4
5
6
7
8
9
10
/* vt.h - VT specific routines
 */
#include <fcntl.h>
int is_a_console(int fd);
int open_a_console(const char *fnam);
int getconsolefd(void);
int fgconsole(void);
int chvt(int num);
int is_framebuffer(void);
char *get_fbname(void);