summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcursespanel.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libcursespanel.tex')
-rw-r--r--Doc/lib/libcursespanel.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libcursespanel.tex b/Doc/lib/libcursespanel.tex
index 519091e..1f96717 100644
--- a/Doc/lib/libcursespanel.tex
+++ b/Doc/lib/libcursespanel.tex
@@ -22,6 +22,9 @@ Returns the bottom panel in the panel stack.
\begin{funcdesc}{new_panel}{win}
Returns a panel object, associating it with the given window \var{win}.
+Be aware that you need to keep the returned panel object referenced
+explicitly. If you don't, the panel object is garbage collected and
+removed from the panel stack.
\end{funcdesc}
\begin{funcdesc}{top_panel}{}