(C) 1998 AROS - The Amiga Research OS
NAME
#include <graphics/rastport.h>
#include <proto/graphics.h>
#include <aros/debug.h>
void ClearEOL (rp)
LOCATION
In GfxBase at offset 7
SYNOPSIS
struct RastPort * rp
FUNCTION
Clear a rectangular area from the current position to the end of the rastport, the height of which is the height of the current text font.
INPUTS
pr
- pointer to rastport
RESULT
EXAMPLE
SEE ALSO
Text(), ClearScreen(), SetRast(), graphics/text.h, graphics/rastport.h
NOTES
BUGS
INTERNALS
HISTORY
31.01.1999 SDuvan
A couple of easy functions...