]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
- added doxygen @file header
authorDan Lynch <danjlynch@users.sourceforge.net>
Wed, 21 Jun 2006 10:31:59 +0000 (10:31 +0000)
committerDan Lynch <danjlynch@users.sourceforge.net>
Wed, 21 Jun 2006 10:31:59 +0000 (10:31 +0000)
src/hci/mucurses/winattrs.c

index f31fdac5544f1dd5bcf9c2e26bb96cf05d60abee..53f228d2d0933fc9b28597f2ed5de0609f0fadb5 100644 (file)
@@ -1,5 +1,21 @@
 #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
  *