print #handle, "fill COLOR"

This command fills the window with COLOR.

or...         

print #handle, "fill red(0-255)  green(0-255) blue(0-255)"

The second form specifies a pure RGB color.  This only works with display modes greater than 256 colors. 