fix: First on screen paging fix when prompt is obscured in scrollback

This commit is contained in:
Arvin Verain 2025-02-18 21:53:52 +08:00
parent e23d6877c0
commit ccffbd23ce
No known key found for this signature in database
GPG key ID: EC2BB2E0EC3CE2FA

View file

@ -4126,6 +4126,7 @@ find_cmd_output(Screen *self, OutputOffset *oo, index_type start_screen_y, unsig
}
} else if (line && line->attrs.prompt_kind == OUTPUT_START && !found_output) {
found_output = true; start = y2;
if (!found_prompt) found_prompt = true;
}
y2++;
}