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
7cb15245
Kaydet (Commit)
7cb15245
authored
Tem 19, 2000
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
added documentation for new functions {get,set}_history_length
üst
49bd24d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
libreadline.tex
Doc/lib/libreadline.tex
+11
-0
No files found.
Doc/lib/libreadline.tex
Dosyayı görüntüle @
7cb15245
...
...
@@ -42,6 +42,17 @@ Save a readline history file.
The default filename is
\file
{
\~
{}
/.history
}
.
\end{funcdesc}
\begin{funcdesc}
{
get
_
history
_
length
}{}
Return the desired length of the history file. Negative values imply
unlimited history file size.
\end{funcdesc}
\begin{funcdesc}
{
set
_
history
_
length
}{
length
}
Set the number of lines to save in the history file.
\func
{
write
_
history
_
file
}
uses this value to truncate the history file when
saving. Negative values imply unlimited history file size.
\end{funcdesc}
\begin{funcdesc}
{
set
_
completer
}{
\optional
{
function
}}
Set or remove the completer function. The completer function is
called as
\code
{
\var
{
function
}
(
\var
{
text
}
,
\var
{
state
}
)
}
,
...
...
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