Rizin
unix-like reverse engineering framework and cli tools
winsize Struct Reference

#include <sftypes.h>

Public Attributes

unsigned short ws_row
 
unsigned short ws_col
 
unsigned short ws_xpixel
 
unsigned short ws_ypixel
 

Detailed Description

Definition at line 783 of file sftypes.h.

Member Data Documentation

◆ ws_col

unsigned short winsize::ws_col

Definition at line 785 of file sftypes.h.

Referenced by rz_cons_get_size(), rz_cons_isatty(), and uv_tty_get_winsize().

◆ ws_row

unsigned short winsize::ws_row

Definition at line 784 of file sftypes.h.

Referenced by rz_cons_get_size(), rz_cons_isatty(), and uv_tty_get_winsize().

◆ ws_xpixel

unsigned short winsize::ws_xpixel

Definition at line 786 of file sftypes.h.

◆ ws_ypixel

unsigned short winsize::ws_ypixel

Definition at line 787 of file sftypes.h.


The documentation for this struct was generated from the following file: