line separator between numbers and rows
This commit is contained in:
parent
5ec673a9f7
commit
31afd8b2bc
1
ste.c
1
ste.c
@ -296,6 +296,7 @@ void drawLines (void)
|
|||||||
/* Draw the line number */
|
/* Draw the line number */
|
||||||
attron(COLOR_PAIR(1));
|
attron(COLOR_PAIR(1));
|
||||||
mvprintw(i, 0, "%d", ln + 1);
|
mvprintw(i, 0, "%d", ln + 1);
|
||||||
|
mvaddch(i, t.pad - 1, ACS_VLINE);
|
||||||
attroff(COLOR_PAIR(1));
|
attroff(COLOR_PAIR(1));
|
||||||
lnMove(i, 0);
|
lnMove(i, 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user