iPXE
|
Line-based console. More...
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
size_t | line_putchar (struct line_console *line, int character) |
Print a character to a line-based console. More... | |
Line-based console.
Definition in file lineconsole.c.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
size_t line_putchar | ( | struct line_console * | line, |
int | character | ||
) |
Print a character to a line-based console.
character | Character to be printed |
Print line |
Definition at line 43 of file lineconsole.c.
References ansiesc_process(), line_console::buffer, line_console::ctx, line_console::index, and line_console::len.
Referenced by syslog_putchar(), syslogs_putchar(), and vmconsole_putchar().