module Reply::Term::Size

Overview

Implementation inspired from https://github.com/crystal-term/screen/blob/master/src/term-screen.cr.

Extended Modules

Defined in:

term_size.cr

Constant Summary

DEFAULT_SIZE = {80, 27}

Instance Method Summary

Instance Method Detail

def height #

[View source]
def size : Tuple(Int32, Int32) #

[View source]
def width #

[View source]