mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user