mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 14:03:29 +03:00
- added doxygen @file header
This commit is contained in:
@@ -1,5 +1,21 @@
|
|||||||
#include <curses.h>
|
#include <curses.h>
|
||||||
|
|
||||||
|
/** @file
|
||||||
|
*
|
||||||
|
* MuCurses window attribute functions
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the background rendition attributes for a window
|
||||||
|
*
|
||||||
|
* @v *win subject window
|
||||||
|
* @ret ch chtype rendition representation
|
||||||
|
*/
|
||||||
|
inline chtype getbkgd ( WINDOW *win ) {
|
||||||
|
return win->attrs;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Turn off attributes in a window
|
* Turn off attributes in a window
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user