Kaydet (Commit) e68fbc44 authored tarafından Neal Norwitz's avatar Neal Norwitz

SF #665570, curses causes interpreter crash

The interpreter doesn't crash, but it does call exit() in libncurses.
Add a note to this effect.

Will backport
üst 8ec17a0a
...@@ -266,7 +266,8 @@ to the new definition. ...@@ -266,7 +266,8 @@ to the new definition.
\begin{funcdesc}{initscr}{} \begin{funcdesc}{initscr}{}
Initialize the library. Returns a \class{WindowObject} which represents 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} \end{funcdesc}
\begin{funcdesc}{isendwin}{} \begin{funcdesc}{isendwin}{}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment