Method: Scrollable#last_column

Defined in:
lib/scrollable.rb

#last_columnObject



143
144
145
146
# File 'lib/scrollable.rb', line 143

def last_column()
  defaults() if !@have_defaults
  @xoff = num_columns - 1
end