You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acme automatically allocates enough space to make the tip of running commands' output visible.
The allocation must happen deterministically or more predictably, so that multiple programs do not fight each other for visible area.
Unexpected behavior
Unfortunately, they do fight with each other, especially if there is a dozen of them.
Steps to reproduce the problem
Run the following in any three distinct directories:
while () {
sleep 1
fortune
}
Three +Errors windows open in the right column.
Make sure there is at least two windows above them. Expand the first in the column, so that all windows below it collapse. Now watch three last windows fighting each other for available space.
If you're still confused, you could watch the demo:
The text was updated successfully, but these errors were encountered:
spektrokalter
changed the title
Acme: Multiple running programs fight each other for visible area
Bug: Acme: Multiple running programs fight each other for visible area
Sep 30, 2024
Expected behavior
Acme automatically allocates enough space to make the tip of running commands' output visible.
The allocation must happen deterministically or more predictably, so that multiple programs do not fight each other for visible area.
Unexpected behavior
Unfortunately, they do fight with each other, especially if there is a dozen of them.
Steps to reproduce the problem
Run the following in any three distinct directories:
Three +Errors windows open in the right column.
Make sure there is at least two windows above them. Expand the first in the column, so that all windows below it collapse. Now watch three last windows fighting each other for available space.
If you're still confused, you could watch the demo:
acme-30-demo.mov
plan9port version
a2567fc
OS version
macOS 14.5 (23F79)
The text was updated successfully, but these errors were encountered: