]> git.neil.brown.name Git - edlib.git/commit
server: don't hold reference to the display pane.
authorNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 09:11:43 +0000 (19:11 +1000)
committerNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 21:03:47 +0000 (07:03 +1000)
commit1d5ec97f24d67260cd7b616fdf85ac18111be2b1
treef2a1a60680f0c0da17ec9ffb5d1fcb9c0e938a36
parentb3a639d4af4aff94b9eb4757ff314d1aa28df4c9
server: don't hold reference to the display pane.

The display pane will soon not be available as creation a display will
transparently stack various things on top of it.
So use "Display:close" instead of .close() and just hold the top level.

.term and .disp are often the same now. I wonder if we need both.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
python/lib-server.py