From 9759362144373576dbd7418fa11ffd02cf6d0fd7 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Mon, 21 Jan 2019 11:58:14 -0500 Subject: [PATCH] Added a half-assed explanation of vwprintw() vs. vw_printw(). I don't really want to go into it. --- pdcurses/printw.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pdcurses/printw.c b/pdcurses/printw.c index 3961faa7..a63e0367 100644 --- a/pdcurses/printw.c +++ b/pdcurses/printw.c @@ -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