I lost the Draw:clear for images, so they get drawn on the wrong pane
and end up as background.
Signed-off-by: NeilBrown <neil@brown.name>
- [ ] check formatting in x11 display. Wrap causes problems 474/476 of
render-present.py and elsewhere
- [ ] check notmuch formatting. wrap-margin isn't right!
-- [ ] email display: image positioning is wrong. Maybe they don't get
+- [X] email display: image positioning is wrong. Maybe they don't get
erased when moved.
- [ ] remove tab_right hack by not requiring tail_length after
final non-eol item
char *ssize = attr_find(p->attrs, "cached-size");
struct xy size= {-1, -1};
+ if (dodraw)
+ home_call(focus, "Draw:clear", p);
+
width = p->parent->w/2;
height = p->parent->h/2;
Display 80,30 136AE3FD2089F71E23116BE983A85809 41,13
Key ":C-C"
Display 80,30 748340AC4DCFE9D3B620E7E1B59586F0 41,13
-Close 1420
+Close 1440