FreeBASIC  0.91.0
fb_private_console.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _FB_CONSOLE_CTX
 

Typedefs

typedef struct _FB_CONSOLE_CTX FB_CONSOLE_CTX
 

Functions

int fb_ConsoleLocate_BIOS (int row, int col, int cursor)
 
void fb_ConsoleGetXY_BIOS (int *col, int *row)
 
unsigned int fb_ConsoleReadXY_BIOS (int col, int row, int colorflag)
 
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_ConsoleMultikeyInit (void)
 
unsigned short fb_hSetCursorPos (int col, int row)
 

Variables

FB_CONSOLE_CTX __fb_con
 

Typedef Documentation

Function Documentation

void fb_ConsoleGetXY_BIOS ( int *  col,
int *  row 
)

Definition at line 7 of file io_getxy.c.

Here is the caller graph for this function:

int fb_ConsoleLocate_BIOS ( int  row,
int  col,
int  cursor 
)

Definition at line 24 of file io_locate.c.

Here is the caller graph for this function:

void fb_ConsoleMultikeyInit ( void  )

Definition at line 166 of file io_multikey.c.

Here is the call graph for this function:

Here is the caller graph for this function:

unsigned int fb_ConsoleReadXY_BIOS ( int  col,
int  row,
int  colorflag 
)

Definition at line 9 of file io_readxy.c.

Here is the call graph for this function:

Here is the caller graph for this function:

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:

unsigned short fb_hSetCursorPos ( int  col,
int  row 
)

Definition at line 10 of file io_locate.c.

Here is the caller graph for this function:

Variable Documentation

FB_CONSOLE_CTX __fb_con

Definition at line 9 of file hinit.c.