diff --git a/ste.c b/ste.c index 92ff6f6..408e9c3 100644 --- a/ste.c +++ b/ste.c @@ -296,6 +296,7 @@ void drawLines (void) /* Draw the line number */ attron(COLOR_PAIR(1)); mvprintw(i, 0, "%d", ln + 1); + mvaddch(i, t.pad - 1, ACS_VLINE); attroff(COLOR_PAIR(1)); lnMove(i, 0);