]> granicus.if.org Git - python/commitdiff
Describe undocumented third argument to touchline()
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 11 Apr 2007 13:47:58 +0000 (13:47 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 11 Apr 2007 13:47:58 +0000 (13:47 +0000)
Doc/lib/libcurses.tex

index fa9f974af348e009120656e4b790d540f5eb202d..3fe98760a87a40ddc56e0adc76b9df93a612ac46 100644 (file)
@@ -1014,9 +1014,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}{}