]> git.neil.brown.name Git - edlib.git/commit
add window:set: and use it to set attributes for displays.
authorNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 09:04:01 +0000 (19:04 +1000)
committerNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 21:03:47 +0000 (07:03 +1000)
commitb3a639d4af4aff94b9eb4757ff314d1aa28df4c9
treedf486fba6f306ad10869de497ad21975239c27f9
parent49a7b31e384904cf2530ab751abd40f7decd717e
add window:set: and use it to set attributes for displays.

We sometimes need to set DISPLAY etc so it is visible to the display
handler, particularly for ncurses.
Use new window:set: to set these on the window-core pane.
This means that editor:active-display is now always immediately after
the display pane is created, so we are closer to letting that be called
as part of creating the display pane.

Signed-off-by: NeilBrown <neil@brown.name>
core-window.c
edlib.c
python/lib-server.py