struct TermBuf::Ops::MoveTo

Overview

Put the cursor at (x, y).

Defined in:

termbuf/core/op.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32) #

[View source]

Instance Method Detail

def clone #

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

[View source]
def x : Int32 #

def y : Int32 #