fillrect

Function fillrect 

Source
pub unsafe extern "C" fn fillrect(
    rc: *const RECT,
    ch: c_uchar,
    col: c_uchar,
)
Expand description

\m65libsummary{fillrect}{Fill a rectangular area with character and color value} \m65libsyntax {void fillrect(const RECT *rc, unsigned char ch, unsigned char col)} \m65libparam {rc}{A RECT structure specifying the box coordinates} \m65libparam {ch}{A char code to fill the rectangle} \m65libparam {col}{The color to fill} \m65libremarks {No screen bounds checks are performed; out of screen behavior is undefined }