| cvs.gedasymbols.org/djgpp/doc/libc/libc_681.html | search | 
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
#include <pc.h> int ScreenRows(void);  | 
This function returns the number of rows of the text screen. It does so by looking at the byte at the absolute address 40:84h in the BIOS area. This method works only for video adapters with their own BIOS extensions, like EGA, VGA, SVGA etc.
The number of rows.
| ANSI/ISO C | No | 
| POSIX | No | 
int rows = ScreenRows();  | 
| webmaster | delorie software privacy | 
| Copyright © 2004 | Updated Apr 2004 |