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

Signature de la méthode redrawln

def redrawln(self, beg, num) 

Description

help(window.redrawln)

Mark the specified lines corrupted.

  beg
    Starting line number.
  num
    The number of lines.

They should be completely redrawn on the next refresh() call.