1vga_setflipchar(3) Svgalib User Manual vga_setflipchar(3)
2
3
4
6 vga_setflipchar - set the character causing a vga_flip()
7
9 #include <vga.h>
10
11 int vga_setflipchar(int c);
12
13
15 This sets the ASCII code of the key which causes vga_getch(3) to
16 shortly switch between graphics and text mode when waiting for a key‐
17 press. <ESC> is the default at startup.
18
19 Because one can now swicth directly between consoles even when in
20 graphics modes and the use of vga_flip(3) is discouraged except for
21 debugging, this function is just there for vgalib compatibility but has
22 no effect!
23
24
26 svgalib(7), vgagl(7), libvga.config(5), vga_flip(3), vga_getkey(3),
27 vga_waitevent(3),
28
30 This manual page was edited by Michael Weller <eowmob@exp-math.uni-
31 essen.de>. The exact source of the referenced function as well as of
32 the original documentation is unknown.
33
34 It is very likely that both are at least to some extent are due to Harm
35 Hanemaayer <H.Hanemaayer@inter.nl.net>.
36
37 Occasionally this might be wrong. I hereby asked to be excused by the
38 original author and will happily accept any additions or corrections to
39 this first version of the svgalib manual.
40
41
42
43Svgalib (>= 1.2.11) 27 July 1997 vga_setflipchar(3)