Iros
 
Loading...
Searching...
No Matches
dius::tty::WindowSize Struct Reference

#include <dius/tty.h>

Public Member Functions

auto operator== (WindowSize const &) const -> bool=default
 

Public Attributes

u32 rows { 0 }
 
u32 cols { 0 }
 
u32 pixel_width { 0 }
 
u32 pixel_height { 0 }
 

Member Function Documentation

◆ operator==()

auto dius::tty::WindowSize::operator== ( WindowSize const & ) const -> bool=default
default

Member Data Documentation

◆ cols

u32 dius::tty::WindowSize::cols { 0 }

◆ pixel_height

u32 dius::tty::WindowSize::pixel_height { 0 }

◆ pixel_width

u32 dius::tty::WindowSize::pixel_width { 0 }

◆ rows

u32 dius::tty::WindowSize::rows { 0 }

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