class TTYString::CSICode::T

Public Instance Methods

action(rows = 1) click to toggle source
# File lib/tty_string/csi_code_definitions.rb, line 130
def action(rows = 1)
  rows.times { screen.scroll_down }
end