diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 40711f3c638..9c1155320a1 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}{}