struct TermBuf::Commands::Scroll

Overview

rect moved by lines rows, positive moving content up.

Defined in:

termbuf/terminal/command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rect : Rect, lines : Int32, style : Style) #

[View source]

Instance Method Detail

def clone #

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

[View source]
def lines : Int32 #

def rect : Rect #

def style : Style #