Keywords are unintendedly underlined in the output #16
Reference in New Issue
Block a user
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?
For some reason, keywords are underlined in the output, which is not intended:
Apparently, ANSI code 22 is responsible for resetting a bold font weight to normal weight and not 21, which is instead widely interpreted as double-underlined text. I corrected the ANSI code accordingly.