mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
Merge branch 'fix-historybuf-cmd-output-paging' of https://github.com/rivenirvana/kitty
This commit is contained in:
@@ -198,7 +198,7 @@ historybuf_init_line(HistoryBuf *self, index_type lnum, Line *l) {
|
|||||||
|
|
||||||
bool
|
bool
|
||||||
historybuf_is_line_continued(HistoryBuf *self, index_type lnum) {
|
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
|
bool
|
||||||
|
|||||||
Reference in New Issue
Block a user