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]
 ---------------------------------------------------------------------------
 qattr                                                                 QWIKC
 ---------------------------------------------------------------------------
 Function       Changes just the attribute in a rows-by-columns block on the
                screen.
 Syntax         void qattr( unsigned char row, unsigned char col,
                            unsigned char rows, unsigned char cols,
                            int attr );
 Remarks        The upper left corner of the block starts at (row,col) and
                the block size is rows by cols.  Note that you can even
                change 1 row and/or 1 column.  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 create inverse video on any screen:

                  qattr( 1, 1, crt_rows, crt_cols, BLACK+LIGHTGRAY_BG );


See Also: qattrc() qattreos()

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