#include "../fb.h"
#include "fb_private_console.h"
#include <dpmi.h>
#include <go32.h>
Go to the source code of this file.
|
static void | hFillRect (int x1, int y1, int x2, int y2) |
|
static void | hMoveRect (int x1, int y1, int x2, int y2, int nrows) |
|
void | fb_ConsoleScroll_BIOS (int x1, int y1, int x2, int y2, int nrows) |
|
void | fb_ConsoleScrollEx (int x1, int y1, int x2, int y2, int nrows) |
|
void | fb_ConsoleScroll (int nrows) |
|
void fb_ConsoleScroll |
( |
int |
nrows) | |
|
void fb_ConsoleScroll_BIOS |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2, |
|
|
int |
nrows |
|
) |
| |
void fb_ConsoleScrollEx |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2, |
|
|
int |
nrows |
|
) |
| |
static void hFillRect |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 |
|
) |
| |
|
static |
static void hMoveRect |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2, |
|
|
int |
nrows |
|
) |
| |
|
static |