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
1962fb59
Commit
1962fb59
authored
Jul 26, 2000
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document tiget{flag,num,str}
parent
70e89c11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
Doc/lib/libcurses.tex
Doc/lib/libcurses.tex
+21
-0
No files found.
Doc/lib/libcurses.tex
View file @
1962fb59
...
...
@@ -438,6 +438,27 @@ Returns the value of the environment variable TERM, truncated to 14
characters.
\end{funcdesc}
\begin{funcdesc}
{
tigetflag
}{
capname
}
Returns the value of the Boolean capability corresponding to the
terminfo capability name
\var
{
capname
}
. The value -1 is returned if
\var
{
capname
}
is not a Boolean capability, or 0 if it is canceled or
absent from the terminal description.
\end{funcdesc}
\begin{funcdesc}
{
tigetnum
}{
capname
}
Returns the value of the numeric capability corresponding to the
terminfo capability name
\var
{
capname
}
. The value -2 is returned if
\var
{
capname
}
is not a numeric capability, or -1 if it is canceled or absent
from the terminal description.
\end{funcdesc}
\begin{funcdesc}
{
tigetstr
}{
capname
}
Returns the value of the string capability corresponding to the
terminfo capability name
\var
{
capname
}
.
\code
{
None
}
is returned if
\var
{
capname
}
is not a string capability, or is canceled or absent
from the terminal description.
\end{funcdesc}
\begin{funcdesc}
{
typeahead
}{
fd
}
Specifies that the file descriptor
\var
{
fd
}
be used for typeahead
checking. If
\var
{
fd
}
is -1, then no typeahead checking is done.
...
...
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