9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.64k stars 326 forks source link

FR: Acme: Zooming a window should retain layout when unfocused #687

Open Superpat opened 1 week ago

Superpat commented 1 week ago

Right clicking the square at the top of a scrollbar causes the window to hide all other windows in the column. Left clicking the square causes the other windows to reappear.

Unfortunately they all become minimized and reordered underneath the zoomed window and I lose my spatial awareness of where each window is. I think acme should keep in memory the window layout before the zoom and reinstate it after a zoom out.

A good example of this is how tmux(1) handles ctrl-b z