diff options
author | Thomas White <taw@bitwiz.org.uk> | 2015-03-16 23:25:40 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2015-03-16 23:25:40 +0100 |
commit | 55297a89a43e7e0c5fb7e3c4d182108b7ab8a004 (patch) | |
tree | 65047da85fad1c7f62331a1b055b078cb8e7767a /src | |
parent | 729d6f9723ca39f2288adaa78af092e1e3261237 (diff) |
Fix?
Diffstat (limited to 'src')
-rw-r--r-- | src/wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -905,7 +905,7 @@ int wrap_contents(struct frame *fr) if ( last_box != NULL ) { l->boxes[0].scblock = last_box->scblock; l->boxes[0].offs_char = last_box->len_chars - + last_box->offs_char + 1; + + last_box->offs_char; l->boxes[0].ascent = last_box->ascent; l->boxes[0].height = last_box->height; l->boxes[0].width = 0; |