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]
 ---------------------------------------------------------------------------
 qattreos                                                              QWIKC
 ---------------------------------------------------------------------------
 Function       Changes just the attribute in a rows-by-columns block on the
                current screen starting at the EOS marker.
 Syntax         void qattreos( unsigned char rows, unsigned char cols,
                               int attr );
 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 or 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 highlight a 20 column data entry field at the EOS marker
                with yellow on magenta:

                  qattreos( 1, 20, YELLOW+MAGENTA_BG );

See Also: qattr() qattrc()

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