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
Fixes #3767. Allowing any driver to request ANSI escape sequence with immediate response. #3768
base: v2_develop
Are you sure you want to change the base?
Fixes #3767. Allowing any driver to request ANSI escape sequence with immediate response. #3768
Changes from 77 commits
9de21e0
0b3d219
c89a9c8
21c3155
7142a04
dd31796
8d52fe7
1d20bce
c320fc2
8050202
bdc6fe6
922f586
2c76ed2
331a49e
e5c30eb
7249de0
f850e73
67d497c
b35b9f5
a2e4d82
cc1d668
5ce3996
d963941
0de8262
c318748
2ad9887
ec14b62
9dcfe02
59396ae
49096fa
884011e
9348328
1645d1f
34fb5b5
8a6928e
7fa098f
9759b97
1ecff5e
9a840dd
cc4f7e9
542d82d
9749142
9eb7023
4090ea4
5ef34b8
ee0f93d
c1063a0
1b6963f
ba607f1
ee8d040
8ab7ec5
de45b4b
6f25337
126bcef
5b39c3d
c89efe5
0ddc11c
64ad1a9
a2872cd
1d58ba4
68b41a3
c999fc0
3c4564c
2e0bc01
2d8bfd5
808896d
782325f
e2f3b7b
e35b37f
da21ef1
81eb301
173f820
472ec45
ad4f6c4
f73c817
7921ae3
ecbbed0
2919d55
4ac79c5
7d9ae7f
eb98707
0b11e20
bdcc0ff
629cea8
f87c2b1
dba089f
5efba6a
b7b9e01
a64f68c
cc21bd4
3e952df
44d5997
873b578
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.
Should this be virtual with a default implementation that does the common stuff?
Looking at the implementations of this method, there is TONs of duplicated code.
We should figure out how to find just the things that are unique to each driver and
create more fine-grained APIs to handle those.