mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
pgo: increase simulated terminal size
This commit is contained in:
parent
5ee9c19d21
commit
168ceaa927
3 changed files with 262147 additions and 4 deletions
262144
pgo-input-135x67.raw
Normal file
262144
pgo-input-135x67.raw
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
6
pgo.c
6
pgo.c
|
|
@ -172,9 +172,9 @@ extract_finish(struct extraction_context *context, char **text, size_t *len)
|
|||
int
|
||||
main(int argc, const char *const *argv)
|
||||
{
|
||||
const int row_count = 24;
|
||||
const int col_count = 80;
|
||||
const int grid_row_count = 1024;
|
||||
const int row_count = 67;
|
||||
const int col_count = 135;
|
||||
const int grid_row_count = 16384;
|
||||
|
||||
struct row **rows = calloc(grid_row_count, sizeof(rows[0]));
|
||||
for (int i = 0; i < grid_row_count; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue