From c4e7c96c5f6e79fcd035916800ae5e02a4cd6a12 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 7 Aug 2023 15:00:56 -0400 Subject: [PATCH] window port interface clarification --- doc/window.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/window.txt b/doc/window.txt index d3af42560..271b88294 100644 --- a/doc/window.txt +++ b/doc/window.txt @@ -226,7 +226,10 @@ print_glyph(window, x, y, glyphinfo, bkglyphinfo) unsigned glyphflags; /* more detail about the entity */ -char yn_function(const char *ques, const char *choices, char default) +char win_yn_function(const char *ques, const char *choices, char default) + -- Not to be confused with the core yn_function() + added in 3.4.2 and no yn_function() macro is defined + for this. -- Print a prompt made up of ques, choices and default. Read a single character response that is contained in choices or default. If choices is NULL, all possible