mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Describe undocumented third argument to touchline()
This commit is contained in:
parent
2ae2f7549a
commit
9df5fa0d91
1 changed files with 4 additions and 2 deletions
|
|
@ -1014,9 +1014,11 @@ block for \var{delay} milliseconds, and return -1 if there is still no
|
||||||
input at the end of that time.
|
input at the end of that time.
|
||||||
\end{methoddesc}
|
\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
|
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}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[window]{touchwin}{}
|
\begin{methoddesc}[window]{touchwin}{}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue