FreeBASIC  0.91.0
io_viewhlp.c File Reference
#include "fb.h"
Include dependency graph for io_viewhlp.c:

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
 

Function Documentation

int fb_ConsoleGetBotRow ( void  )

Definition at line 17 of file io_viewhlp.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_ConsoleGetTopRow ( void  )

Definition at line 8 of file io_viewhlp.c.

Here is the caller graph for this function:

void fb_ConsoleGetView ( int *  toprow,
int *  botrow 
)

Definition at line 39 of file io_viewhlp.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void fb_ConsoleSetTopBotRows ( int  top,
int  bot 
)

Definition at line 32 of file io_viewhlp.c.

Here is the caller graph for this function:

Variable Documentation

int view_botrow = -1
static

Definition at line 5 of file io_viewhlp.c.

int view_toprow = -1
static

Definition at line 5 of file io_viewhlp.c.