Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ab7b61

Browse files
miss-islingtonmathieuislateny
authored
gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-24961)
(cherry picked from commitf4fcfdf)Co-authored-by: mathieui <mathieui@users.noreply.github.com>Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
1 parent2b1cc33 commit3ab7b61

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎Doc/library/curses.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,11 +1314,11 @@ the following methods and attributes:
13141314
:meth:`refresh`.
13151315

13161316

1317-
..method::window.vline(ch, n)
1318-
window.vline(y, x, ch, n)
1317+
..method::window.vline(ch, n[, attr])
1318+
window.vline(y, x, ch, n[, attr])
13191319

13201320
Display a vertical line starting at ``(y, x)`` with length *n* consisting of the
1321-
character *ch*.
1321+
character *ch* with attributes *attr*.
13221322

13231323

13241324
Constants
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Document existing ``attr`` parameter to:func:`curses.window.vline` function
2+
in:mod:`curses`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp