mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #138] Replace all instances of ANSII #108
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ardnew on GitHub (Jul 15, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/138
While I do admire your consistency -- you do not waver from the spelling anywhere -- I'm afraid you are using a misnomer throughout the documentation and API. I think you mean to use
ANSI(wikipedia) instead ofANSII(wikipedia)At first I thought you might have meant
ASCII, but then saw the class is designed to handle e.g. color escape sequences, among other things thatASCIIdoesn't define.Was there some other reason you chose to use the term
ANSII? If not, I would recommend replacing all occurrences with the correct termANSIThanks for your time, I'm loving tview so far
@rivo commented on GitHub (Jul 15, 2018):
Ha! You're absolutely right! I mean
ANSIbut I guess in my head, I always confused the spelling withASCIIand never noticed it. This definitely needs to be fixed.I can change it or, if you need it more quickly, feel free to submit a pull request that fixes the spelling (in the filename, too, obviously).
@rivo commented on GitHub (Jul 16, 2018):
Just merged the PR. Thanks, I appreciate you spotting and resolving this!