|
@@ -2,6 +2,12 @@
|
2
|
2
|
#include "core.h"
|
3
|
3
|
#include "cursor.h"
|
4
|
4
|
|
|
5
|
+/** @file
|
|
6
|
+ *
|
|
7
|
+ * MuCurses edging functions
|
|
8
|
+ *
|
|
9
|
+ */
|
|
10
|
+
|
5
|
11
|
/**
|
6
|
12
|
* Draw borders from single-byte characters and renditions around a
|
7
|
13
|
* window
|
|
@@ -88,7 +94,7 @@ int whline ( WINDOW *win, chtype ch, int n ) {
|
88
|
94
|
*
|
89
|
95
|
* @v *win subject window
|
90
|
96
|
* @v ch rendition and character
|
91
|
|
- * @v n max number of lines to render
|
|
97
|
+ * @v n max number of chars (high) to render
|
92
|
98
|
* @ret rc return status code
|
93
|
99
|
*/
|
94
|
100
|
int wvline ( WINDOW *win, chtype ch, int n ) {
|