From cd30498f9807d8d62cdb104d60adfd79703fe8a6 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 12 Jan 2003 14:57:53 +0000 Subject: [PATCH] Backport last change: SF #665570, curses causes interpreter crash The interpreter doesn't crash, but it does call exit() in libncurses. Add a note to this effect. --- Doc/lib/libcurses.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 4ff170c13cd4..4c2935a9ecee 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -266,7 +266,8 @@ to the new definition. \begin{funcdesc}{initscr}{} Initialize the library. Returns a \class{WindowObject} which represents -the whole screen. +the whole screen. \note{If there is an error opening the terminal, +the underlying curses library may cause the interpreter to exit.} \end{funcdesc} \begin{funcdesc}{isendwin}{} -- 2.47.3