struct TermBuf::Ops::Raw

Overview

Bytes to pass through untouched. Leaves the encoder's idea of the cursor and style unknown, so the next operation re-establishes both.

Defined in:

termbuf/core/op.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bytes : Bytes) #

[View source]

Instance Method Detail

def bytes : Bytes #

def clone #

[View source]
def copy_with(bytes _bytes = @bytes) #

[View source]