Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_settextrows() set number of text rows</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _settextrows()          Set number of text rows

 #include   <graph.h>

 short _settextrows(rows);
 short rows;            New number of rows

    _settextrows allows you to set the number of screen rows in text
    mode. If you use the constant _MAXTEXTROWS for rows, you will
    get 50 rows on a VGA, 43 on EGA, and 25 on others.

    Returns:    Number of rows if successful, 0 if not.

 Portability:   Not supported by the ANSI standard.


See Also: _getvideoconfig() _setvideomode() _setvideomoderows()

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