class ViewSerial

Defined in:

view.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rows : Hash(String, Hash(String, AnnotatedSpec)), today : Time, start_date : Time, cursor_offset : Int32) #

[View source]

Instance Method Detail

def find(step : Time::Span, continue : Bool, over_all : Bool) #

[View source]
def find_next(continue, over_all) #

[View source]
def find_prev(continue, over_all) #

[View source]
def get_last_candidate_year #

[View source]
def render(window_width) #

[View source]
def render_day(cursor, line_days, line_weekdays, line_separator, month_sep, highlight) #

[View source]
def render_event(cursor, buf_events, is_first_column, last_covers, covers, highlight) #

[View source]
def render_month_year(cursor, line_months, line_days, last_month) #

[View source]
def resize(window_width : Int32) #

[View source]
def set_start_date(date : Time) #

[View source]
def shift_date(delta, locked) #

[View source]
def shift_vcursor(offset) #

[View source]