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

Refactoring Terminal's internal state storage #1485

Merged
merged 2 commits into from
Mar 17, 2024

Conversation

christianparpart
Copy link
Member

cleaning up some old'ish technical debt.

Closes #1484.

@christianparpart christianparpart added the code health Code quality related topics. label Mar 15, 2024
@github-actions github-actions bot added the VT: Backend Virtual Terminal Backend (libterminal API) label Mar 15, 2024
@github-actions github-actions bot added the test Unit tests label Mar 15, 2024
@github-actions github-actions bot added the frontend Contour Terminal Emulator (GUI frontend) label Mar 15, 2024
@christianparpart christianparpart added the no changelog Tells the CI to not require a changelog entry label Mar 15, 2024
@christianparpart christianparpart force-pushed the refactor/terminal-state branch 5 times, most recently from b1fedb7 to 4b2dd75 Compare March 15, 2024 22:03
@christianparpart christianparpart force-pushed the refactor/terminal-state branch 5 times, most recently from b195f14 to 7dca761 Compare March 17, 2024 09:24
…ls into namespace

Signed-off-by: Christian Parpart <christian@parpart.family>
Signed-off-by: Christian Parpart <christian@parpart.family>
@christianparpart christianparpart merged commit 521b140 into master Mar 17, 2024
20 of 21 checks passed
@christianparpart christianparpart deleted the refactor/terminal-state branch March 17, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health Code quality related topics. frontend Contour Terminal Emulator (GUI frontend) no changelog Tells the CI to not require a changelog entry test Unit tests VT: Backend Virtual Terminal Backend (libterminal API)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cleanup members of TerminalState, Settings, and Terminal
1 participant