Skip to content

Commit

Permalink
Fix dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanuppal committed May 18, 2024
1 parent c5c092f commit aff0317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ int main(void) {
printf("\n");
printf("bits 64\n");
printf("\n");
printf("%%define W 50\n");
printf("%%define H 50\n");
printf("%%define W 80\n");
printf("%%define H 30\n");
printf("\n");
printf("%%define SZ_STRUCT_TERMIOS %zu\n", sizeof(struct termios));
printf("%%define SZ_STRUCT_POLLFD %zu\n", sizeof(struct pollfd));
Expand Down

0 comments on commit aff0317

Please sign in to comment.