Save the last jumped prompt position

This commit is contained in:
pagedown
2021-11-14 15:09:32 +08:00
committed by Kovid Goyal
parent bc454b4417
commit 9fe9c74021
3 changed files with 32 additions and 15 deletions

View File

@@ -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;