Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spawn new windows always in new process #1736

Closed
wants to merge 1 commit into from

Conversation

Yaraslaut
Copy link
Member

Spawn new windows always in separate process, this will resolve several bugs that we have if using same process with tabs and multiple windows
closes #1728
closes #1725
closes #1728

@github-actions github-actions bot added documentation Improvements or additions to documentation frontend Contour Terminal Emulator (GUI frontend) labels Mar 17, 2025
@Yaraslaut Yaraslaut force-pushed the fix/tabs_and_multiple_windows branch from 4ff1648 to c2d034d Compare March 17, 2025 20:22
@Yaraslaut Yaraslaut force-pushed the fix/tabs_and_multiple_windows branch 2 times, most recently from 236d582 to 05fcf86 Compare March 17, 2025 20:26
Comment on lines -28 to -38
## New-Terminal spawn behaviour

This flag determines whether to spawn new process or not when creating new terminal

If this option is set to `false`, then simply a new terminal window is being
created rather thena fully creating a new process.

Default: `false`

spawn_new_process: false

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that, as discussed on Discord, this will be a step back in terms of supporting proper expected behaviour in the case of MacOS.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, will cancel pr

@Yaraslaut Yaraslaut closed this Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation frontend Contour Terminal Emulator (GUI frontend)
Projects
None yet
2 participants