Kaynağa Gözat

- added doxygen @file header

tags/v0.9.3
Dan Lynch 18 yıl önce
ebeveyn
işleme
d77120541a
1 değiştirilmiş dosya ile 16 ekleme ve 0 silme
  1. 16
    0
      src/hci/mucurses/winattrs.c

+ 16
- 0
src/hci/mucurses/winattrs.c Dosyayı Görüntüle

@@ -1,5 +1,21 @@
1 1
 #include <curses.h>
2 2
 
3
+/** @file
4
+ *
5
+ * MuCurses window attribute functions
6
+ *
7
+ */
8
+
9
+/**
10
+ * Get the background rendition attributes for a window
11
+ *
12
+ * @v *win	subject window
13
+ * @ret ch	chtype rendition representation
14
+ */
15
+inline chtype getbkgd ( WINDOW *win ) {
16
+	return win->attrs;
17
+}
18
+
3 19
 /**
4 20
  * Turn off attributes in a window
5 21
  *

Loading…
İptal
Kaydet