Replies: 2 comments 4 replies
-
Hi Mani4D46, You can get larger characters, using your font, on a line with an escape sequence:
Although that doesn't really explain what you're seeing with larger characters superimposed over smaller ones. But you are likely to see weird things whenever you "cat" binary files to the terminal. It's much |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As someone who uses the terminal most of the day and has the memorized most common terminal ANSI escape sequences, I have never seen such a strange thing in the terminal.
I was doing my work like every other day, for some reason I said why don't I change my font from
Hack Nerdfont
to theCozette
font because it looks nicer and supports some nerdfont characters. I looked on how to install a font that isn't available on the AUR repository on the arch docs, It said I should move the file to~/.local/share/fonts
to install it for my user.after moving the file, I said why don't I
cat
the file to see if I moved the right file, THEN IT HAPPENED, I had large text on my terminal AND IT HAD THE SAME FONT AS MY TERMINAL, my terminal font being the hack nerd font.I said maybe it's from the kitty image protocol I searched and found nothing, maybe it's the old sixel thing I searched and I also found nothing, maybe it's the Iterm protocol and I also FOUND NOTHING...
then I said maybe I should look into a hex editor to see what's going on, but nothing from my terminal matched the bytes on the hex editor, I looked all over the
ttf
file's bytes but nothing, then I tried the same thing on other terminals namely vscode terminal, kitty and xterm terminal but the text was completely different, COMPLETELY DIFFRENT!!! it was just like the hex editor text.Beta Was this translation helpful? Give feedback.
All reactions