Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 307 -
------------------------------------------------------------------------------
53. Set the screen video mode and text row number. <Main>
------------------------------------------------------------------------------
[Name]
_setvideomoderows
[Syntax]
#include <graph.h>
short _setvideomoderows( short mode, short rows ) ;
[Description]
Sets the video mode for the text operation and sets the text row
number.
[Compatibility]
<MS-C Non-Compatible Specification>
(1) The details of the video mode are different from MS-C's. Refer
"_setvideomode" function for more information. "_CEXERES16COLOR"
mode is not allowed in this function.
(2) The text row number is always set as the maximum line number of the
specified video mode even if any "rows" is specified.
(3) If non-supported mode is specified, "_GRMODENOTSUPPORTED" is
returned by the "_grstatus" function. This is originally the return
value when the analog video mode is specified without analog VRAM
system.
(4) The cursor current position is initialized and moved to the home
position after the execution of this function.
[Remarks]
(1) Use "crt_setmode" function to change the text mdoe.
(2) This function is available on both ACRTC and VGA Graphic.