You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a big deal, but might as well let you know, there's an error in the comment on line 249.
\u25CF is a monospace filled circle: ●
\u26AB is a (usually) variable width medium black circle: ⚫
The code correctly uses the former, but the comment displays the latter.
I noticed this because I created a one line sed script to view some H19 graphics files, but I had simply copied the column of unicode from this file's comments and the alignment got all out of whack.
sed 'y/^-`abcdefghijklmnopqrstuvwxyz{|}~/●◥│─┼┐┘└┌±→▒▚↓▗▖▘▝▀▐◤┬┤┴├╳╱╲▔▁▏▕¶/'
The text was updated successfully, but these errors were encountered:
h19term/h19term.py
Line 249 in 66594e9
Not a big deal, but might as well let you know, there's an error in the comment on line 249.
\u25CF is a monospace filled circle: ●
\u26AB is a (usually) variable width medium black circle: ⚫
The code correctly uses the former, but the comment displays the latter.
I noticed this because I created a one line sed script to view some H19 graphics files, but I had simply copied the column of unicode from this file's comments and the alignment got all out of whack.
The text was updated successfully, but these errors were encountered: