Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « window » Python 3.11.3

Méthode curses.window.addstr

Signature de la méthode addstr

Description

help(window.addstr)

addstr([y, x,] str, [attr])
Paint the string.

  y
    Y-coordinate.
  x
    X-coordinate.
  str
    String to add.
  attr
    Attributes for characters.

Paint the string str at (y, x) with attributes attr,
overwriting anything previously on the display.
By default, the character position and attributes are the
current settings for the window object.