#include "window.h"#include "ssd192X.h"#include "2d.h"#include "cursor.h"#include "text.h"#include "type.h"#include "color.h"#include "trace.h"

Functions | |
| WINDOW * | GetTermWindow () |
| void | SetTermFontData () |
| void | SetTermOrgXY (UINT16 x, UINT16 y) |
| void | TermScrollWindowUp () |
| void | TermDisplayChar (WINDOW *pScratchWnd, WINDOW *pTermWnd, UINT16 *px, UINT16 *py, UINT8 chr) |
| void | TermDisplayString (WINDOW *pScratchWnd, WINDOW *pTermWnd, const char *str) |
| void | TermSetCurPos () |
| void | TermCharRecv (UINT8 byte, UINT32 pos) |
| int | TermSendChar (char ch, ULONG ud) |
| void | SetTermWindow (WINDOW *pTermWnd) |
| void | SetTermStatus (UINT8 bOnOff) |
| UINT8 | GetTermStatus () |
| void | TermCls () |
| UINT8 GetTermStatus | ( | ) |
| void SetTermFontData | ( | ) |
| void SetTermStatus | ( | UINT8 | bOnOff | ) |
| void SetTermWindow | ( | WINDOW * | pTermWnd | ) |
| void TermCls | ( | ) |
| void TermDisplayChar | ( | WINDOW * | pScratchWnd, | |
| WINDOW * | pTermWnd, | |||
| UINT16 * | px, | |||
| UINT16 * | py, | |||
| UINT8 | chr | |||
| ) |
| void TermScrollWindowUp | ( | ) |
| int TermSendChar | ( | char | ch, | |
| ULONG | ud | |||
| ) |
| void TermSetCurPos | ( | ) |
1.6.3