Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
620ec9d1
Commit
620ec9d1
authored
Nov 18, 2000
by
Andrew M. Kuchling
Browse files
Options
Browse Files
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
...
...
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