struct
TermBuf::Commands::ScrollRegion
- TermBuf::Commands::ScrollRegion
- Struct
- Value
- Object
Overview
As Scroll, but rows leaving the top go to the region's scrollback.
Defined in:
termbuf/terminal/command.crConstructors
Instance Method Summary
- #clone
- #copy_with(region _region = @region, lines _lines = @lines, style _style = @style)
- #lines : Int32
- #region : Region
- #style : Style
Constructor Detail
Instance Method Detail
def copy_with(region _region = @region, lines _lines = @lines, style _style = @style)
#