aupdate(&rd->wrap_tail, v);
} else if (aprefix(a, "wrap-")) {
aappend(&wrapattr, a+5);
+ } else if (amatch(a, "word-wrap")) {
+ if (!v || *v == '1')
+ rd->word_wrap = 1;
+ else if (*v == '0')
+ rd->word_wrap = 0;
} else if (amatch(a, "hide")) {
hide = ++hide_num;
hide_depth = old_len;
<space-above:40,space-below:10,20,fg:blue,bg:yellow,center>This is my test file for markup</>
-<wrap-tail:,wrap-head:-),wrap-,right:400,left:70>Now is the time for all good men to come to the aid of the party</a>
+<word-wrap,wrap-tail:,wrap-head:-),wrap-,right:300,left:70>Now is the time for all good men to come to the aid of the party</a>
+
+<wrap-tail:,wrap-head:-),wrap-,right:300,left:70>Now is the time for all good men to come to the aid of the party</a>