Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 VidMode         Get/Set display mode
 VidOfs          Calculate offset into screen buffer.
 VidParm         Set video display parameters.
 VposDec/Inc     Inc/Dec both the row and column members of a VposT union.
 VsetLin         Set screen lines.
 Vclear          Clears the screen using the passed text attribute
 VclrBox         Clears a section of the screen using the text attribute
 VclrEol         Clears to the end of the video line
 VclrScr         Clears the screen using the text attribute under cursor
 VdrwBox         "Draws" a text box on the screen.
 VdrwHor         Draws a horizontal line on the screen
 VdrwVer         Draws a vertical line on the screen
 VexpBox         Draws and fill an exploding text box.
 VfilBox         Fills in a region of the screen with a char/attrib.
 VsavBox, Vlod.. Save a box-image to disk/retrieve a box-image from disk.
 VsavScr,VlodScr Saves or restores a screen from disk.
 Vsave,Vrestore  Save or restore current video display to memory.
 Vscroll         Scroll a region of the display up or down.
 VcurGet         Reads the current cursor location.
 VcurHid         Hide or show the video cursor
 VcurPut         Set a new cursor position.
 VcurSet         Set the cursor size/shape.
 VcurSiz         Sets and gets the current cursor size/shape.
 Vgotoxy         Sets the cursor position to the passed row/col coord.
 VposGet         Reads the current cursor location.
 VatrInv         Returns the inverse of the given text attribute
 VatrMap         Translate color attribute to monochrome mapping.
 VatrRev         Reverse <n> attributes
 VatrSet         Set <n> Attributes.
 VatrTxt         Converts an attribute to it's text-based equivalent.
 Vattrib         Construct an attribute from it's component parts.
 Vgetw           Get char/attr from screen as a VcelT object
 Vgetc           Get char from screen.
 Vgets           Get chars from screen for specified length.
 Vgetb           Get char/attr array from screen for specified length.
 Vgetv           Get vertical array of VcelT objects for specified length.
 Vgetsv          Get vertical column of chars only for specified length.
 Vprintc, Vputc  Put char/attr to screen.
 Vprints, Vputs  Put string/attr to screen.
 Vprintn, Vputn  Put filled string/attr to screen.
 Vprintw, Vputw  Put VcelT object to screen.
 Vprintb, Vputb  Put row array of VcelT objects to screen.
 Vputv           Put column array of VcelT objects to screen.
 Vputx           Display VcelT object at specified pos.for specified count.
 VputSpa,Vputnca Displays <n> spaces (or char/attr pairs) to display.

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