]> git.neil.brown.name Git - edlib.git/commit
Rename pane_leaf() to pane_focus()
authorNeilBrown <neil@brown.name>
Sat, 9 Sep 2023 03:38:31 +0000 (13:38 +1000)
committerNeilBrown <neil@brown.name>
Mon, 11 Sep 2023 02:16:50 +0000 (12:16 +1000)
commit03dbd597a16c5bb38cf5921925ceeef863f86aa0
treef040f28a57af5ccef16f8da4c9985912a498c48b
parent0ecf86d5d7aa94cb108d098a6a747b3232989f53
Rename pane_leaf() to pane_focus()

As the function follows the ->focus pointer up, this seems like a better
name.

The pane name ".leaf" becomes ".final_focus" as ".focus" is taken for
the immediate focus.

Signed-off-by: NeilBrown <neil@brown.name>
22 files changed:
DOC/TODO.md
core-pane.c
core-pane.h
core-window.c
display-ncurses.c
display-x11-xcb.c
lang-python.c
lib-autosave.c
lib-input.c
lib-linecount.c
lib-linefilter.c
lib-popup.c
lib-tile.c
lib-view.c
python/display-pygtk.py
python/lib-autospell.py
python/lib-make.py
python/lib-server.py
python/module-notmuch.py
python/render-c-mode.py
python/render-present.py
render-hex.c