logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Name

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

See Also

tapset::tty(3stap)

SystemTap Tapset Reference                         April 2024                           PROBE::TTY.RESIZE(3stap)

Synopsis

       tty.resize

Values

new_row
           the new row value

       old_row
           the old row value

       old_col
           the old col value

       name
           the tty name

       new_col
           the new col value

       new_ypixel
           the new ypixel value

       new_xpixel
           the new xpixel value

       old_ypixel
           the old ypixel

       old_xpixel
           the old xpixel

See Also