Lines Matching full:console
2 See "console.h" for the main definitions, and below for some
40 - The file "console.h" provides many helper functions to call all listeners
49 A "console" is something that can write pixels into a DisplayState.
52 GRAPHICAL CONSOLE:
55 A "Graphical console" creates and owns a DisplayState. It is used when one
89 not very clear, but probably related to text console.
95 A "Text console" attaches to an existing DisplayState, and is able to
99 that you create a console with a call to:
105 allows you, for example, to connect the console to stdio.
107 The text console code is capable of producing a bitmap each time you update
111 - By default, the graphics console writes to its DisplayState, but you can
148 - call the global vga_hw_update() function. It will, if the graphics console
150 graphic_console_init(). If a text console is being displayed, the does
196 - vga_hw_update() checks that the graphics console is displayed (otherwise
199 - it then calls the graphics console's 'update' callback