Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
2c813818
Kaydet (Commit)
2c813818
authored
Haz 27, 2002
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clean up some markup.
üst
dcd05006
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
libcurses.tex
Doc/lib/libcurses.tex
+6
-5
No files found.
Doc/lib/libcurses.tex
Dosyayı görüntüle @
2c813818
...
@@ -388,14 +388,15 @@ Leave raw mode. Return to normal ``cooked'' mode with line buffering.
...
@@ -388,14 +388,15 @@ Leave raw mode. Return to normal ``cooked'' mode with line buffering.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
pair
_
content
}{
pair
_
number
}
\begin{funcdesc}
{
pair
_
content
}{
pair
_
number
}
Returns a tuple
\
var
{
(fg,bg)
}
containing the colors for the requested
Returns a tuple
\
code
{
(
\var
{
fg
}
,
\var
{
bg
}
)
}
containing the colors for
color pair. The value of
\var
{
pair
_
number
}
must be between 0 and
the requested color pair. The value of
\var
{
pair
_
number
}
must be
COLOR
_
PAIRS-1
.
between
\code
{
0
}
and
\code
{
\constant
{
COLOR
_
PAIRS
}
- 1
}
.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
pair
_
number
}{
attr
}
\begin{funcdesc}
{
pair
_
number
}{
attr
}
Returns the number of the color-pair set by the attribute value
\var
{
attr
}
.
Returns the number of the color-pair set by the attribute value
\function
{
color
_
pair()
}
is the counterpart to this function.
\var
{
attr
}
.
\function
{
color
_
pair()
}
is the counterpart to this
function.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
putp
}{
string
}
\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