bus-stop / Termination

Integrated terminal for Atom. Looks like terminal-plus, acts like your native terminal (except every other Friday). Looking for collaborators! :-)
https://atom.io/packages/termination
MIT License
86 stars 7 forks source link

[BR] Printing special characters with Python #108

Open jazz-it opened 4 years ago

jazz-it commented 4 years ago

Steps to reproduce

  1. create a new file runme.py
  2. enter the following line: print("★"*5)
  3. save the file and then execute it in Termination

Expected behavior: It should have printed 5-stars in a row.

Actual behavior: It prints only 3-stars in a row and it puts some weird spacing in between the characters.

Reproduces how often: 100% of the time.

Versions

> atom --version
Atom    : 1.47.0
Electron: 5.0.13
Chrome  : 73.0.3683.121
Node    : 12.0.0
> apm --version
apm  2.4.5
npm  6.2.0
node 10.2.1 x64
atom 1.47.0
python 2.7.18
git 2.26.2

OS name and version: Manjaro KDE Plasma 20.0.1 Lysia Terminal version: Termination 0.7.6 vs. konsole 20.04.0

Additional context

Screenshot: https://i.imgur.com/88GK55l.png