Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Split
TermControl
into a Core, Interactivity, and Control layer #9820Split
TermControl
into a Core, Interactivity, and Control layer #9820Changes from 81 commits
0bd30c2
b0f1fa4
243867a
acf84f1
5e655ef
2402c59
24765d7
54f443b
322d511
8f8cf59
eee5bee
04d403c
e8d06d7
f8e969e
8c6c7ec
2f532bd
093e8ac
c035e69
801b296
6ab8339
df5f973
c29ffba
72c35a8
541d151
2035fcd
bbf605b
ad88c6a
ed79dab
618b207
e85bdff
60b939e
db1c36c
4d8c85b
7510176
7b02393
7a0dc43
68f3753
2ac8318
1b3dd74
f355f88
78bd806
8c5faba
ae4d2f2
fbc3175
c37c073
5591ef0
6dfa1b6
ff8cd22
01d248f
8216c55
3cbf377
f959612
f5f9de2
832bb66
8bd5bb0
61e91f6
06a9a10
198576a
f057930
15b9936
021dc57
be80583
4189bb0
d8beada
a34cc1a
fa0897a
643f1b7
5dc1632
4e8dace
1ed1781
f3ea7c1
ac683c1
1488079
fd8314e
c14bdd6
668fab4
69f22a7
c113b65
bddae1c
0e72f77
e271bdf
0d78c16
5b5ac1b
e2499a4
03949ac
85fc41a
e6f93ba
6e47221
3cc4717
753ca1b
144d95a
11cc17c
65b84ff
6d5351e
efbec1f
0f62cea
88742d6
9731636
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you make this method resistant against being called from a background thread you don't need to switch into the foreground thread in neither
_RendererWarning
nor_RaiseReadOnlyWarning
.