Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QWIKC20 & Multi-Level Virtual Windows - <b>---------------------------------------------------------------------------</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ---------------------------------------------------------------------------
 qfilleos                                                              QWIKC
 ---------------------------------------------------------------------------
 Function       Fills the screen with a character with an optional attribute
                change in a rows-by-columns block on the current screen
                starting at the EOS marker.
 Syntax         void qfilleos( unsigned char rows, unsigned char cols,
                               int attr, unsigned char ch );
 Remarks        The upper left corner of the block starts at the previously
                set EOS marker and the block size is rows by cols.  If
                SAMEATTR is used for attr, then the attribute will remain
                the same on the screen.  If rows or cols is zero, then
                nothing is written.
 Return value   None.
 Screens        All video pages and virtual screens.
 EOS            Updated.
 Restrictions   Stay within the screen limits.
 Example        To clear a 20 column data entry field at the EOS marker with
                yellow on magenta:

                  qfilleos( 1, 20, YELLOW+MAGENTA_BG, ' ' );


See Also: qfill() qfillc()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson