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

Go to the source code of this file.

Functions

static void DoAdjust (int *x, int *y, int dx, int dy, int cols, int rows)
 
static void DoMove (int *x, int *y, int dx, int dy, int cols, int rows)
 
FBCALL FBSTRINGfb_ConReadLine (int soft_cursor)
 

Function Documentation

static void DoAdjust ( int *  x,
int *  y,
int  dx,
int  dy,
int  cols,
int  rows 
)
static

Definition at line 6 of file con_readline.c.

Here is the caller graph for this function:

static void DoMove ( int *  x,
int *  y,
int  dx,
int  dy,
int  cols,
int  rows 
)
static

Definition at line 32 of file con_readline.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL FBSTRING* fb_ConReadLine ( int  soft_cursor)

Definition at line 47 of file con_readline.c.

Here is the call graph for this function:

Here is the caller graph for this function: