Skip to content

Commit

Permalink
further update
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidaty committed Dec 17, 2024
1 parent 4586e5f commit c0e72f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/sheet/ui_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ struct zsvsheet_ui_buffer {
zsvsheet_status (*on_newline)(zsvsheet_proc_context_t);
void (*ext_on_close)(void *);

enum zsv_ext_status (*get_cell_attrs)(void *ext_ctx, int *attrs, size_t start_row, size_t row_count,
size_t col_count);
enum zsv_ext_status (*get_cell_attrs)(void *, zsvsheet_cell_attr_t *, size_t, size_t, size_t);

unsigned char index_ready : 1;
unsigned char rownum_col_offset : 1;
Expand Down

0 comments on commit c0e72f9

Please sign in to comment.