mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Added a half-assed explanation of vwprintw() vs. vw_printw(). I don't
really want to go into it.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user