#include <stdio.h>
#include <vt100.h>
#include <serial.h>
Go to the source code of this file.
Functions | |
void | vt100_init (void) |
Initializes vt100 terminal. |
Definition in file VT100.C.
void vt100_init | ( | void | ) |
Initializes vt100 terminal.
80 column.
Cursor off.
Erase entire display.
Definition at line 44 of file VT100.C.
References COLUMN80, CURSOR_OFF, ERASE_ENTIRE_DISPLAY, serial_puts(), and VT100_MODE_ON.
Referenced by init().