From: Andrew M. Kuchling Date: Wed, 11 Apr 2007 13:47:13 +0000 (+0000) Subject: Describe undocumented third argument to touchline() X-Git-Tag: v2.6a1~1848 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bf02cd17f96217cbdffd84e3b00bf5c97acf69e;p=python Describe undocumented third argument to touchline() --- diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index bf3505a843..33dea5a2ac 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -1024,9 +1024,11 @@ block for \var{delay} milliseconds, and return -1 if there is still no input at the end of that time. \end{methoddesc} -\begin{methoddesc}[window]{touchline}{start, count} +\begin{methoddesc}[window]{touchline}{start, count\optional{, changed}} Pretend \var{count} lines have been changed, starting with line -\var{start}. +\var{start}. If \var{changed} is supplied, it specifies +whether the affected lines are marked as +having been changed (\var{changed}=1) or unchanged (\var{changed}=0). \end{methoddesc} \begin{methoddesc}[window]{touchwin}{}