aboutsummaryrefslogtreecommitdiffstats
path: root/vt.h
diff options
context:
space:
mode:
Diffstat (limited to 'vt.h')
-rw-r--r--vt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vt.h b/vt.h
index f9beec7..637b60d 100644
--- a/vt.h
+++ b/vt.h
@@ -4,6 +4,6 @@ int console_switch_init(void (*redraw)(void));
void console_switch_cleanup(void);
int check_console_switch(void);
-void console_set_vt(int vtno);
+int console_aquire_vt(void);
void console_restore_vt(void);
int console_activate_current(void);