-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
The width of margin 2, the marker margin is based upon the width of margin 1, the line number margin. Which doesn't make much sense and results in it being wider than needed.
Line 491 in b7900c7
target.margin_width_n[2] = not CURSES and target.margin_width_n[1] + 4 or 1 |
I think the line above should be
target.margin_width_n[2] = not CURSES and 4 or 1
That's the default in TA 11 and TA 12 see
Thanks.
Metadata
Metadata
Assignees
Labels
No labels