Added a half-assed explanation of vwprintw() vs. vw_printw(). I don't

really want to go into it.
This commit is contained in:
William McBrine
2019-01-21 11:58:14 -05:00
parent 532201c67f
commit 9759362144

View File

@@ -23,6 +23,9 @@ printw
the same as used in the standard C library's printf(). (printw()
can be used as a drop-in replacement for printf().)
The duplication between vwprintw() and vw_printw() is for historic
reasons. In PDCurses, they're the same.
### Return Value
All functions return the number of characters printed, or