1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[blockquote] Does not crash for me, but does not show > . Still broken. Refs #112

This commit is contained in:
Witold Filipczyk 2021-03-25 20:43:06 +01:00
parent b4045ef864
commit 409a7ebea4

View File

@ -338,7 +338,7 @@ draw_blockquote_chars(struct part *part, int y, struct html_context *html_contex
int x = par_format.orig_leftmargin;
struct screen_char *const schar = get_format_screen_char(html_context, 0);
if (y > part->box.height) {
if (y >= part->box.height) {
return;
}