]> git.neil.brown.name Git - edlib.git/commit
call editor:activate-display from the display code.
authorNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 09:22:49 +0000 (19:22 +1000)
committerNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 21:03:47 +0000 (07:03 +1000)
commit805ce573f8477b1451b5a8bdc00498771d175e73
tree60a8c21d4af2d64b139372612d1f964606442c1c
parent1d5ec97f24d67260cd7b616fdf85ac18111be2b1
call editor:activate-display from the display code.

Any command that creates a display pane now also calls
editor:activate-display and returns the result.
That means other code what wants a display doesn't need to know about
activating the display.

Signed-off-by: NeilBrown <neil@brown.name>
display-ncurses.c
display-x11-xcb.c
edlib.c
python/display-pygtk.py
python/lib-server.py