From: Dan Lynch Date: Wed, 21 Jun 2006 10:31:59 +0000 (+0000) Subject: - added doxygen @file header X-Git-Tag: v0.9.3~1255 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d77120541af8f87544a3e421cdc1e2178cd58842;p=thirdparty%2Fipxe.git - added doxygen @file header --- diff --git a/src/hci/mucurses/winattrs.c b/src/hci/mucurses/winattrs.c index f31fdac55..53f228d2d 100644 --- a/src/hci/mucurses/winattrs.c +++ b/src/hci/mucurses/winattrs.c @@ -1,5 +1,21 @@ #include +/** @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 *