struct

TermBuf::Commands::Batch

Inherits Struct < Value < Object

Several commands as one channel operation. A full redraw is thousands of writes; sending them individually would spend more time in the channel than in the buffer.

Constructors

new(commands : Array(Command))
Source

Instance methods

clone
Source
commands
copy_with(commands _commands = @commands)
Source