diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-12 14:56:19 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-12 14:56:19 (GMT) |
commit | e68fbc44aaa6294bab465b4daa48c6b04031cab8 (patch) | |
tree | 7dbe3cee22b95c5bd22cf15c3c420652b4c35e89 /Doc | |
parent | 8ec17a0a8da37d7622b7c54b61542590a31042f4 (diff) | |
download | cpython-e68fbc44aaa6294bab465b4daa48c6b04031cab8.zip cpython-e68fbc44aaa6294bab465b4daa48c6b04031cab8.tar.gz cpython-e68fbc44aaa6294bab465b4daa48c6b04031cab8.tar.bz2 |
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
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcurses.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 40711f3..9c11553 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}{} |