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 :

Module « curses » Python 3.11.3

Fonction resizeterm - module curses

Signature de la fonction resizeterm

def resizeterm(nlines, ncols) 

Description

help(curses.resizeterm)

Resize the standard and current windows to the specified dimensions.

  nlines
    Height.
  ncols
    Width.

Adjusts other bookkeeping data used by the curses library that record the
window dimensions (in particular the SIGWINCH handler).