File: vt.h

package info (click to toggle)
uswsusp 1.0%2B20120915-6.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,572 kB
  • ctags: 1,440
  • sloc: ansic: 7,164; sh: 566; makefile: 223; perl: 65
file content (10 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (4)
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);