Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Commits
620ec9d1
Commit
620ec9d1
authored
24 years ago
by
Andrew M. Kuchling
Browse files
Options
Download
Email Patches
Plain Diff
Document the new setupterm() function
parent
26cc66fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Doc/lib/libcurses.tex
Doc/lib/libcurses.tex
+7
-0
No files found.
Doc/lib/libcurses.tex
View file @
620ec9d1
...
@@ -421,6 +421,13 @@ Sets the virtual screen cursor to \var{y}, \var{x}.
...
@@ -421,6 +421,13 @@ Sets the virtual screen cursor to \var{y}, \var{x}.
If
\var
{
y
}
and
\var
{
x
}
are both -1, then leaveok is set.
If
\var
{
y
}
and
\var
{
x
}
are both -1, then leaveok is set.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
setupterm
}{
\optional
{
termstr, fd
}}
Initializes the terminal.
\var
{
termstr
}
is a string giving the
terminal name; if omitted, the value of the TERM environment variable
will be used.
\var
{
fd
}
is the file descriptor to which any initialization sequences will be sent; if not supplied, the file descriptor for
\code
{
sys.stdout
}
will be used.
\end{funcdesc}
\begin{funcdesc}
{
start
_
color
}{}
\begin{funcdesc}
{
start
_
color
}{}
Must be called if the programmer wants to use colors, and before any
Must be called if the programmer wants to use colors, and before any
other color manipulation routine is called. It is good
other color manipulation routine is called. It is good
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment