protocols/console_support: Add EFI special characters #3

Merged
RaphProductions merged 1 commit from patch-1 into main 2024-07-10 21:06:22 +00:00
RaphProductions commented 2024-07-10 21:03:47 +00:00 (Migrated from github.com)

This adds 4 special characters definitions from the UEFI specification (12.1.2):

Name Unicode character
EFI_CHAR_NULL 0x0000
EFI_CHAR_BACKSPACE 0x0008
EFI_CHAR_TAB 0x0009
EFI_CHAR_LINEFEED 0x000A
EFI_CHAR_CARRIAGE_RETURN 0x000D
This adds 4 special characters definitions from the UEFI specification (12.1.2): |Name |Unicode character| |----------------------------------------------|---------------------------| |EFI_CHAR_NULL |0x0000 | |EFI_CHAR_BACKSPACE |0x0008 | |EFI_CHAR_TAB |0x0009 | |EFI_CHAR_LINEFEED |0x000A | |EFI_CHAR_CARRIAGE_RETURN |0x000D |
Sign in to join this conversation.
No description provided.