diff --git a/buffer.c b/buffer.c index 6a7fe6e..740e598 100644 --- a/buffer.c +++ b/buffer.c @@ -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;