struct TermBuf::Commands::ScrollRegion

Overview

As Scroll, but rows leaving the top go to the region's scrollback.

Defined in:

termbuf/terminal/command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(region : Region, lines : Int32, style : Style) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(region _region = @region, lines _lines = @lines, style _style = @style) #

[View source]
def lines : Int32 #

def region : Region #

def style : Style #