tileset.h: Display CP437 "delete" as Unicode House#134
Merged
HexDecimal merged 1 commit intolibtcod:mainfrom Oct 23, 2022
superjamie:cp437-house
Merged
tileset.h: Display CP437 "delete" as Unicode House#134HexDecimal merged 1 commit intolibtcod:mainfrom superjamie:cp437-house
HexDecimal merged 1 commit intolibtcod:mainfrom
superjamie:cp437-house
Conversation
CP437 Delete 0x007F can be represented with Unicode House ⌂ 0x2302. Replace Delete with House in CP437 charmap. Signed-off-by: Jamie Bainbridge <[email protected]>
Collaborator
|
Thanks for the PR! In hindsight I can see how I missed this one. Is there a time that you want this released? |
Contributor
Author
|
Thanks for the quick response! No rush at all, whenever the next release happens is fine with me. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
CP437 Delete 0x007F can be represented with Unicode House ⌂ 0x2302.
Replace Delete with House in CP437 charmap.
Signed-off-by: Jamie Bainbridge [email protected]