summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buffer.c1
1 files changed, 1 insertions, 0 deletions
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;