diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 09:12:54 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 09:12:54 +0100 |
commit | 519d0b165c38854e9ece43907e1dffc1c659dbb4 (patch) | |
tree | bf22247eb2d6a02771b351df421ee647128b2446 /vt.h | |
parent | 4ab7eba10ce61c902ee8949d71359a4f9878ed36 (diff) | |
download | fbida-519d0b165c38854e9ece43907e1dffc1c659dbb4.tar.gz |
move console handling to vt.c
Diffstat (limited to 'vt.h')
-rw-r--r-- | vt.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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); |