diff options
-rw-r--r-- | buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -141,6 +141,7 @@ static int flow(struct Lines *hard, int cols, const struct Line *soft) { if (tab && width < cols) { align = width; + wrap = NULL; } if (iswspace(wc) && !tab) { wrap = str; |