|
Static Public Member Functions |
static void | init (Timeout *t_head) |
static int | line_back (void) |
static int | line_forw (void) |
static int | page_back (void) |
static int | page_forw (void) |
static int | goto_home (void) |
static int | goto_end (void) |
static int | lookup (Timeout *t_search) |
static Timeout * | index (int y) |
static int | page_show (void(*show)(Timeout *t)) |
Static Private Member Functions |
static bool | iter (int count, Timeout **t_start, void(*iter)(Timeout *t)=0) |
Static Private Attributes |
static int | _count |
static Timeout * | _t_start |