ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
downb.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

void downb (Environment *_environment, char *_line, char *_column, char *_width, char *_height)
 Emit code for DOWNB ....

Function Documentation

◆ downb()

void downb ( Environment * _environment,
char * _line,
char * _column,
char * _width,
char * _height )

Emit code for DOWNB ....

Parameters
_environmentCurrent calling environment
_lineLine of window to scroll
_columnColumn of window to scroll
_widthWidth of window to scroll
_heightHeight of window to scroll

Definition at line 80 of file downb.c.