class TextUi::InputBuffer

Defined in:

textui/input_buffer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(buffer : String = "", cursor : Int32 = 0) #

[View source]

Instance Method Detail

def buffer : String #

[View source]
def buffer=(buffer : String) #

[View source]
def clear(*args, **options) #

[View source]
def clear(*args, **options, &) #

[View source]
def cursor : Int32 #

[View source]
def cursor=(cursor : Int32) #

[View source]
def handle_key_input(chr : Char, key : UInt16) #

[View source]