struct
TermBuf::Commands::Paint
- TermBuf::Commands::Paint
- Struct
- Value
- Object
Overview
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.
Defined in:
termbuf/terminal/command.crConstructors
Instance Method Summary
- #clone
- #copy_with(forced _forced = @forced, reply _reply = @reply)
- #forced : Bool
- #reply : Channel(Exception | Nil) | Nil