]> git.neil.brown.name Git - edlib.git/commit
pane: add option arg to pane_has_focus()
authorNeilBrown <neil@brown.name>
Sat, 2 Sep 2023 10:32:08 +0000 (20:32 +1000)
committerNeilBrown <neil@brown.name>
Mon, 4 Sep 2023 23:07:53 +0000 (09:07 +1000)
commit92644f43eb6a75e4d6c9c624fae0850dfd6470d9
tree189c85157c42fb8cd8cec845c3727eb2a4f1f542
parent102840a183ec8efb424c830cad6a95c2b0c3c1bd
pane: add option arg to pane_has_focus()

A second arg to pane_has_focus checks is the target pane as the focus
from the given root.  This is occasionally useful.

Signed-off-by: NeilBrown <neil@brown.name>
core-pane.c
core.h
lang-python.c