mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Save the last jumped prompt position
This commit is contained in:
@@ -144,6 +144,7 @@ typedef struct {
|
||||
uint8_t *canvas;
|
||||
size_t requested_height, width_px, height_px;
|
||||
} last_rendered_window_char;
|
||||
unsigned int last_visited_prompt_scrolled_by;
|
||||
} Screen;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user