Clenaup previous PR

Make pixel scrolling the default. Fix memory leak where blank line was
not being deallocated in Screen destructor.
This commit is contained in:
Kovid Goyal
2026-01-08 11:01:34 +05:30
parent 0168d19e57
commit da45f7eeaa
8 changed files with 36 additions and 53 deletions

View File

@@ -109,9 +109,7 @@ typedef struct {
double pixel_scroll_offset_y;
CellPixelSize cell_size;
OverlayLine overlay_line;
Line blank_line;
CPUCell *blank_line_cpu;
GPUCell *blank_line_gpu;
Line blank_line; void *blank_line_buffer;
id_type window_id;
Selections selections, url_ranges;
struct {