mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 09:39:03 -04:00
sixel: set a huge default max geom
This commit is contained in:
parent
e7ca10804d
commit
c7fca301e8
@ -331,7 +331,8 @@ setup_sixel(tinfo* ti){
|
||||
ti->color_registers = 256; // assumed default [shrug]
|
||||
ti->pixel_init = sprite_sixel_init;
|
||||
ti->pixel_draw = sixel_draw;
|
||||
ti->sixel_maxx = ti->sixel_maxy = 0;
|
||||
ti->sixel_maxx = 4096; // whee!
|
||||
ti->sixel_maxy = 4096;
|
||||
ti->pixel_destroy = sixel_delete;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user