struct TermBuf::Ops::SetAutowrap

Overview

Turn the terminal's own line wrapping on or off. The painter turns it off for the duration of a paint, which removes the bottom-right corner scrolling hazard rather than special-casing it.

Defined in:

termbuf/core/op.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(enabled : Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(enabled _enabled = @enabled) #

[View source]
def enabled : Bool #