So discard it.
Signed-off-by: NeilBrown <neil@brown.name>
sprintf(buf, "render-%s-attach", name);
ci.key = buf;
ci.focus = parent;
- ci.pointp = pane_point(parent);
ret = key_lookup(pane2ed(parent)->commands, &ci);
if (ret)
return ci.focus;
struct pane *parent = ci->focus;
struct pane *p = ci->home, *c;
- ci->pointp = pane_point(parent);
complete_attach.func(ci);
c = pane_child(p);
if (c)
struct pane *parent = ci->focus;
struct pane *p = ci->home, *c;
- ci->pointp = pane_point(parent);
render_lines_attach.func(ci);
c = pane_child(p);
if (c)