summary refs log tree commit diff
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;
une McEnroe 2020-11-22Day 4June McEnroe 2020-11-22Day 3, part 2June McEnroe 2020-11-22Day 3, clean upJune McEnroe 2020-11-22Day 3June McEnroe 2020-11-22Day 2, part 2June McEnroe 2020-11-22Day 2June McEnroe 2020-11-22Day 1, part 2June McEnroe 2020-11-22Day 1June McEnroe 2020-11-22Move to 2016 directoryJune McEnroe