class TTYString::CSICode::S

Public Instance Methods

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