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

Add support for controlling multiple windows in one Termonad process #235

Merged
merged 5 commits into from
Oct 20, 2023

Conversation

cdepillabout
Copy link
Owner

@cdepillabout cdepillabout commented Oct 15, 2023

This is the initial PR for adding support for controlling multiple Windows within a single Termonad Application.

This PR just contains a large refactoring of the TMState data type, which adds the ability to track multiple GTK Windows, in the data type TMWindow.

However, there is no actual code supporting the creation of multiple windows, so this PR is mostly just a reorganization. It should not have changed any actual functionality in Termonad.

Related to #6

This is the initial refactoring that will allow Termonad to use multiple
ApplicationWindows.

This commit just refactors the underlying TMState data types, adding a
TMWindow data type to represent a GTK ApplicationWindow.

None of the actual logic has been changed, so with just this commit,
Termonad is still only capable of using a single ApplicationWindow.
@cdepillabout cdepillabout marked this pull request as ready for review October 20, 2023 04:29
@cdepillabout cdepillabout merged commit 3f3fe65 into master Oct 20, 2023
@cdepillabout cdepillabout deleted the multiple-windows branch October 20, 2023 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant