struct

TermBuf::Commands::Blit

Inherits Struct < Value < Object

Copy from of source onto this buffer at (x, y), or all of it when from is nil.

Constructors

new(source : Buffer, x : Int32, y : Int32, from : Rect | Nil)
Source

Instance methods

clone
Source
copy_with(source _source = @source, x _x = @x, y _y = @y, from _from = @from)
Source
from
source
x
y