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
2c813818
Commit
2c813818
authored
Jun 27, 2002
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up some markup.
parent
dcd05006
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Doc/lib/libcurses.tex
Doc/lib/libcurses.tex
+6
-5
No files found.
Doc/lib/libcurses.tex
View file @
2c813818
...
...
@@ -388,14 +388,15 @@ Leave raw mode. Return to normal ``cooked'' mode with line buffering.
\end{funcdesc}
\begin{funcdesc}
{
pair
_
content
}{
pair
_
number
}
Returns a tuple
\
var
{
(fg,bg)
}
containing the colors for the requested
color pair. The value of
\var
{
pair
_
number
}
must be between 0 and
COLOR
_
PAIRS-1
.
Returns a tuple
\
code
{
(
\var
{
fg
}
,
\var
{
bg
}
)
}
containing the colors for
the requested color pair. The value of
\var
{
pair
_
number
}
must be
between
\code
{
0
}
and
\code
{
\constant
{
COLOR
_
PAIRS
}
- 1
}
.
\end{funcdesc}
\begin{funcdesc}
{
pair
_
number
}{
attr
}
Returns the number of the color-pair set by the attribute value
\var
{
attr
}
.
\function
{
color
_
pair()
}
is the counterpart to this function.
Returns the number of the color-pair set by the attribute value
\var
{
attr
}
.
\function
{
color
_
pair()
}
is the counterpart to this
function.
\end{funcdesc}
\begin{funcdesc}
{
putp
}{
string
}
...
...
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