FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_scroll.c
Go to the documentation of this file.
1
/* console scrolling for when VIEW is used */
2
3
#include "../fb.h"
4
#include "../unix/fb_private_console.h"
5
6
void
fb_ConsoleScroll
(
int
nrows)
7
{
8
fb_hTermOut
(
SEQ_SCROLL
, 0, nrows);
9
}
rtlib
unix
io_scroll.c
Generated on Thu Jan 23 2014 19:40:09 for FreeBASIC by
1.8.4