struct TermBuf::Commands::WriteChar

Overview

One cluster at (x, y).

Defined in:

termbuf/terminal/command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32, char : Char, style : Style) #

[View source]

Instance Method Detail

def char : Char #

def clone #

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

[View source]
def style : Style #

def x : Int32 #

def y : Int32 #