aboutsummaryrefslogtreecommitdiffstats
path: root/vt.h
diff options
context:
space:
mode:
Diffstat (limited to 'vt.h')
-rw-r--r--vt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vt.h b/vt.h
new file mode 100644
index 0000000..bbba2be
--- /dev/null
+++ b/vt.h
@@ -0,0 +1,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);