|
FreeBASIC
0.91.0
|
#include "../fb.h"#include "fb_private_console.h"#include <go32.h>#include <dpmi.h>#include <sys/farptr.h>
Go to the source code of this file.
Functions | |
| unsigned short | fb_hSetCursorPos (int col, int row) |
| int | fb_ConsoleLocate_BIOS (int row, int col, int cursor) |
| int | fb_ConsoleLocate (int row, int col, int cursor) |
| int fb_ConsoleLocate | ( | int | row, |
| int | col, | ||
| int | cursor | ||
| ) |
| int fb_ConsoleLocate_BIOS | ( | int | row, |
| int | col, | ||
| int | cursor | ||
| ) |
| unsigned short fb_hSetCursorPos | ( | int | col, |
| int | row | ||
| ) |