Terminal compatibility and configuration document ... #2893
Closed
evanpolster
started this conversation in
General
Replies: 1 comment 3 replies
-
Could I just double-check the output if you run the below in your terminal?
Do you know what font is being used? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Noob question. Not sure where to start on learning terminal emulation and its settings (or how much it is even necessary).
I have created a simple project in the PyCharm IDE and copied in the
textual/docs/examples/how-to/dom4.*
files into it.When I run
dom4.py
from inside PyCharm its terminal emulator can decipher Unicode characters (like the icon in the Header widget).When I run (through the same Python virtual environment) from my Gnome desktop terminal it does not decipher the Unicode character and spits out escape sequences to the terminal's stdout visible at
Ctrl-C
exit.I am trying to figure out how to configure my terminal with a textual-compliant setup and I was wondering if you could help or point me to a relevant document or discussion.
--Evan
Beta Was this translation helpful? Give feedback.
All reactions