|
FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
| int | fb_ConsoleGetTopRow (void) |
| int | fb_ConsoleGetBotRow (void) |
| void | fb_ConsoleSetTopBotRows (int top, int bot) |
| void | fb_ConsoleGetView (int *toprow, int *botrow) |
Variables | |
| static int | view_toprow = -1 |
| static int | view_botrow = -1 |
| int fb_ConsoleGetBotRow | ( | void | ) |
Definition at line 17 of file io_viewhlp.c.


| int fb_ConsoleGetTopRow | ( | void | ) |
| void fb_ConsoleGetView | ( | int * | toprow, |
| int * | botrow | ||
| ) |
Definition at line 39 of file io_viewhlp.c.


| void fb_ConsoleSetTopBotRows | ( | int | top, |
| int | bot | ||
| ) |
|
static |
Definition at line 5 of file io_viewhlp.c.
|
static |
Definition at line 5 of file io_viewhlp.c.