Provided by: systemtap-doc_2.9-2ubuntu2_all bug

NAME

       probe::tty.resize - Called when a terminal resize happens

SYNOPSIS

       tty.resize

VALUES

       new_xpixel
           the new xpixel value

       old_xpixel
           the old xpixel

       old_ypixel
           the old ypixel

       new_ypixel
           the new ypixel value

       name
           the tty name

       new_col
           the new col value

       new_row
           the new row value

       old_col
           the old col value

       old_row
           the old row value

SEE ALSO

       tapset::tty(3stap)