FreeBASIC  0.91.0
io_scroll.c File Reference
#include "../fb.h"
#include "fb_private_console.h"
#include <dpmi.h>
#include <go32.h>
Include dependency graph for io_scroll.c:

Go to the source code of this file.

Functions

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)
 

Function Documentation

void fb_ConsoleScroll ( int  nrows)

Definition at line 154 of file io_scroll.c.

void fb_ConsoleScroll_BIOS ( int  x1,
int  y1,
int  x2,
int  y2,
int  nrows 
)

Definition at line 94 of file io_scroll.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void fb_ConsoleScrollEx ( int  x1,
int  y1,
int  x2,
int  y2,
int  nrows 
)

Definition at line 129 of file io_scroll.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static void hFillRect ( int  x1,
int  y1,
int  x2,
int  y2 
)
static

Definition at line 8 of file io_scroll.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static void hMoveRect ( int  x1,
int  y1,
int  x2,
int  y2,
int  nrows 
)
static

Definition at line 61 of file io_scroll.c.

Here is the call graph for this function:

Here is the caller graph for this function: