Ignore:
Timestamp:
Oct 26, 2006, 3:07:58 PM (16 years ago)
Author:
Sam Hocevar
Message:
  • Make stdin input line-aware so that we don't have to wait until EOF to display stuff.
  • Reorganise stuff and fix memory leaks.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • toilet/trunk/src/render.h

    r1194 r1241  
    1818extern int init_tiny(context_t *);
    1919extern int init_big(context_t *);
     20extern int init_figlet(context_t *);
    2021
     22extern int render_init(context_t *);
     23extern int render_stdin(context_t *);
     24extern int render_list(context_t *, unsigned int, char *[]);
     25extern int render_line(context_t *);
     26extern int render_end(context_t *);
     27
Note: See TracChangeset for help on using the changeset viewer.