1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

30 instead of 10. Python tutorial looks better.

This commit is contained in:
Witold Filipczyk 2013-12-16 17:04:59 +01:00
parent a375110703
commit 40fdc14012

View File

@ -294,7 +294,7 @@ draw_doc(struct session *ses, struct document_view *doc_view, int active)
int st = int_max(vx, 0);
int en = int_min(doc_view->document->data[y].length,
box->width + vx);
int max = int_min(en, st + 10);
int max = int_min(en, st + 30);
if (en - st > 0) {
draw_line(term, box->x + st - vx, box->y + y - vy,