From 31afd8b2bc55167bee7449b37980c6736b1658e0 Mon Sep 17 00:00:00 2001 From: gunboy001 Date: Sat, 16 Nov 2019 11:49:33 +0100 Subject: [PATCH] line separator between numbers and rows --- ste.c | 1 + 1 file changed, 1 insertion(+) 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);