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
28d07ab6
Kaydet (Commit)
28d07ab6
authored
Eki 19, 2004
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo fixes, and a minor edit to clarify a sentence
üst
8520b947
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
libcurses.tex
Doc/lib/libcurses.tex
+4
-4
No files found.
Doc/lib/libcurses.tex
Dosyayı görüntüle @
28d07ab6
...
...
@@ -1275,7 +1275,7 @@ The module \module{curses.textpad} defines the following function:
Draw a rectangle. The first argument must be a window object; the
remaining arguments are coordinates relative to that window. The
second and third arguments are the y and x coordinates of the upper
left hand corner of the rectangle
T
o be drawn; the fourth and fifth
left hand corner of the rectangle
t
o be drawn; the fourth and fifth
arguments are the y and x coordinates of the lower right hand corner.
The rectangle will be drawn using VT100/IBM PC forms characters on
terminals that make this possible (including xterm and most other
...
...
@@ -1292,7 +1292,7 @@ You can instantiate a \class{Textbox} object as follows:
Return a textbox widget object. The
\var
{
win
}
argument should be a
curses
\class
{
WindowObject
}
in which the textbox is to be contained.
The edit cursor of the textbox is initially located at the upper left
hand corner of the containin window, with coordinates
\code
{
(0, 0)
}
.
hand corner of the containin
g
window, with coordinates
\code
{
(0, 0)
}
.
The instance's
\member
{
stripspaces
}
flag is initially on.
\end{classdesc}
...
...
@@ -1358,7 +1358,7 @@ This data member is a flag which controls the interpretation of blanks in
the window. When it is on, trailing blanks on each line are ignored;
any cursor motion that would land the cursor on a trailing blank goes
to the end of that line instead, and trailing blanks are stripped when
the window contents
is
gathered.
the window contents
are
gathered.
\end{memberdesc}
...
...
@@ -1375,7 +1375,7 @@ This module supplies one function, \function{wrapper()}, which runs
another function which should be the rest of your curses-using
application. If the application raises an exception,
\function
{
wrapper()
}
will restore the terminal to a sane state before
passing it further up the stack
and generating a traceback.
re-raising the exception
and generating a traceback.
\begin{funcdesc}
{
wrapper
}{
func,
\moreargs
}
Wrapper function that initializes curses and calls another function,
...
...
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