struct

TermBuf::Commands::Paint

Inherits Struct < Value < Object

Draw. A reply channel makes the caller wait for the bytes to reach the terminal and carries back anything that went wrong; without one the command is fire and forget, which is what the frame scheduler wants.

Constructors

new(forced : Bool, reply : Channel(Exception | Nil) | Nil)
Source

Instance methods

clone
Source
copy_with(forced _forced = @forced, reply _reply = @reply)
Source
forced
reply