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

MdeModulePkg/TerminalDxe: Add VTUTF8 to Putty function key map #6197

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

philnoh2
Copy link
Contributor

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4848

This patch is to support VTUTF8 type for Putty function key map. In Putty, it is required for translating a stream of Unicode characters for function keys on UTF8 correctly.

Description

It is an improvement for this commit (8a53ea9) that supports Putty function key map.

  • Breaking change?
    • Breaking change - Does this PR cause a break in build or boot behavior?
    • Examples: Does it add a new library class or move a module to a different repo.
  • Impacts security?
    • Security - Does this PR have a direct security impact?
    • Examples: Crypto algorithm change or buffer overflow fix.
  • Includes tests?
    • Tests - Does this PR include any explicit test code?
    • Examples: Unit tests or integration tests.

How This Was Tested

With this update, we have fixed a related issue on an AMD AIM-T system.

Integration Instructions

N/A

@lgao4
Copy link
Contributor

lgao4 commented Sep 13, 2024

please combine the changes to single commit.

@philnoh2
Copy link
Contributor Author

please combine the changes to single commit.

It's done. Thank you.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4848

This patch is to support VTUTF8 type for Putty function key map.
In Putty, it is required for translating a stream of Unicode characters
for function keys on UTF8 correctly.

Signed-off-by: Phil Noh <[email protected]>
@lgao4 lgao4 added the push Auto push patch series in PR if all checks pass label Sep 18, 2024
@mergify mergify bot merged commit 21e8a85 into tianocore:master Sep 18, 2024
126 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
push Auto push patch series in PR if all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants