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

Go to the source code of this file.

Functions

static void fb_ConsoleScrollRawEx (HANDLE hConsole, 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 41 of file io_scroll.c.

Here is the call graph for this function:

static void fb_ConsoleScrollRawEx ( HANDLE  hConsole,
int  x1,
int  y1,
int  x2,
int  y2,
int  nrows 
)
static

Definition at line 6 of file io_scroll.c.

Here is the call graph for this function:

Here is the caller graph for this function: