Merge branch 'fix-historybuf-cmd-output-paging' of https://github.com/rivenirvana/kitty

This commit is contained in:
Kovid Goyal 2025-02-12 21:37:01 +05:30
commit a31aa1fb8d
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -198,7 +198,7 @@ historybuf_init_line(HistoryBuf *self, index_type lnum, Line *l) {
bool
historybuf_is_line_continued(HistoryBuf *self, index_type lnum) {
return hb_line_is_continued(self, index_of(self, lnum + 1));
return hb_line_is_continued(self, index_of(self, lnum));
}
bool