]> git.neil.brown.name Git - edlib.git/commit
Discard DocLeaf - use new pane_leaf() instead.
authorNeilBrown <neil@brown.name>
Sat, 9 Sep 2023 03:55:48 +0000 (13:55 +1000)
committerNeilBrown <neil@brown.name>
Mon, 11 Sep 2023 02:16:50 +0000 (12:16 +1000)
commit2cb960d941dfd8055a0c03bb6e3bed3a7241b122
treef57a3cdd5b3e7cd922deaf7a3f76b59036856ff0
parent03dbd597a16c5bb38cf5921925ceeef863f86aa0
Discard DocLeaf - use new pane_leaf() instead.

pane_leaf() follows children of the pane as long as there is only one
with ->z==0.  Returns the final pane found.

Use this together with DocPane instead the hackish DocLeaf.

Possible some pane_focus() should be changed to pane_leaf().

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
core-pane.c
core.h
lang-python.c
lib-tile.c
python/lib-diff.py
python/lib-make.py