struct TermBuf::Commands::Write

Overview

Text from (x, y) rightwards, one grapheme cluster per cell.

Defined in:

termbuf/terminal/command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32, text : String, style : Style) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(x _x = @x, y _y = @y, text _text = @text, style _style = @style) #

[View source]
def style : Style #

def text : String #

def x : Int32 #

def y : Int32 #