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.insch

Signature de la méthode insch

Description

help(window.insch)

insch([y, x,] ch, [attr=_curses.A_NORMAL])
Insert a character before the current or specified position.

  y
    Y-coordinate.
  x
    X-coordinate.
  ch
    Character to insert.
  attr
    Attributes for the character.

All characters to the right of the cursor are shifted one position right, with
the rightmost characters on the line being lost.