diff options
-rw-r--r-- | pw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -412,7 +412,7 @@ static void drawline(pwstate *pw, const char *line, int lineno) if (vsplit1 || vs2pos) { hlchar(pw, '|'); - width--; + i++; } if (vs2pos < olen) { |