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:
parent
a375110703
commit
40fdc14012
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user