F/V | Description |
---|---|
disp_box | Draws a box. |
disp_close | Closes the display. |
disp_eeol | Erases to the end of current line. |
disp_eeop | Erases to the end of the page. |
disp_endstand | Ends reverse video mode. |
disp_fillbox | Fills the box. |
disp_flush | Moves the cursor to coincide with output position. |
disp_getattr | Gets display attributes. |
disp_getmode | Gets the current video mode. |
disp_hidecursor | Hides the cursor. |
disp_move | Moves the display. |
disp_open | Initializes the display. |
disp_peekbox | Stores a defined rectangular area. |
disp_peekw | Reads the information at specified position defined by row/ column. |
disp_pokebox | Restores a previously defined rectangular area. |
disp_pokew | Puts an attribute/ character into a specified row/ column. |
disp_printf | Writes to the screen. |
disp_putc | Writes a character to an output location. |
disp_puts | Writes a string to an output location. |
disp_reset43 | Resets the display to 80-by-25 mode. |
disp_scroll | Scrolls the screen up. |
disp_set43 | Sets the display to 80-by-43 EGA text mode (80-by-50 VGA). |
disp_setattr | Sets display attributes for characters. |
disp_setcursortype | Modifies cursor appearance. |
disp_setmode | Sets video mode. |
disp_showcursor | Restores previously hidden cursor. |
disp_startstand | Prints characters in reverse video. |
disp_usebios | Sets up to write to the screen. |