FDOSTUI
FreeDOS Text User Interface
|
read or write a block of screen memory More...
Go to the source code of this file.
Functions | |
void __FAR * | block_read (struct box const *const i_box) |
read a block of screen memory More... | |
void | block_write (void const __FAR *i_block, struct box const *const i_box) |
write a block of screen memory More... | |
void | block_free (void __FAR *i_block) |
read or write a block of screen memory
The block_read and block_write routines are typically used in the library to save and restore the background of popups.
void block_free | ( | void __FAR * | i_block | ) |
[in] | i_block | block to release |
void __FAR * block_read | ( | struct box const *const | i_box | ) |
read a block of screen memory
[in] | i_box | region of screen to read |
void block_write | ( | void const __FAR * | i_block, |
struct box const *const | i_box | ||
) |
write a block of screen memory
[in] | i_block | memory bock to write |
[in] | i_box | region to write block |