]> git.neil.brown.name Git - edlib.git/commit
Finish attach-display-foo commands with doc:attach-view
authorNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 20:40:20 +0000 (06:40 +1000)
committerNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 21:03:47 +0000 (07:03 +1000)
commit1440b09f17909f3143da65a065f2cf8f5fd194c0
treecf4e9e26492960095f00a6a080eb0c38664190a2
parent805ce573f8477b1451b5a8bdc00498771d175e73
Finish attach-display-foo commands with doc:attach-view

And attach-display-* command must now be called on a document or on the
root.
If it was on a document, that document is viewed in the created display
using doc:attach-view.
This makes it easier for a caller to create a useful window in a single
command.

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