One more file prepping for color

This commit is contained in:
Glen Whitney 2019-07-29 12:02:45 -04:00
parent 25bb787f08
commit d7f7bf3ce7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ typedef struct
void display_main(Sheet *cursheet);
void display_init(Sheet *cursheet, int always_redraw);
void display_end(void);
void display_end(Sheet *sheet);
void redraw_cell(Sheet *sheet, const Location at);
void redraw_sheet(Sheet *sheet);
const char *line_file(const char *file, const char *pattern, const char *title, int create);