FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_viewupdate.c
Go to the documentation of this file.
1
/* view print update (console, no gfx) */
2
3
#include "../fb.h"
4
#include "
fb_private_console.h
"
5
6
void
fb_ConsoleViewUpdate
(
void
)
7
{
8
if
(!
__fb_con
.inited)
9
return
;
10
fb_hTermOut
(
SEQ_SCROLL_REGION
,
fb_ConsoleGetBotRow
(),
fb_ConsoleGetTopRow
());
11
}
rtlib
unix
io_viewupdate.c
Generated on Thu Jan 23 2014 19:40:10 for FreeBASIC by
1.8.4