struct Tui::Screen::Winsize

Overview

Respect the LibC Struct alignment

Defined in:

tui/screen.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def col : LibC::UShort #

def col=(col : LibC::UShort) #

def initialize #

def row : LibC::UShort #

def row=(row : LibC::UShort) #

def xpixel : LibC::UShort #

def xpixel=(xpixel : LibC::UShort) #

def ypixel : LibC::UShort #

def ypixel=(ypixel : LibC::UShort) #