tomlin7 / mono

Terminal emulator that can be embedded in Python apps
https://tomlin7.github.io/mono
MIT License
7 stars 0 forks source link

Fish Terminal Broken (with custom prompt) #5

Open HarshNarayanJha opened 1 month ago

HarshNarayanJha commented 1 month ago

Bug

The fish shell renders unreadable rubbish characters in biscuit. Switching to bash fixes that, but render new lines or no linebreaks at all in some cases

System Information

tomlin7 commented 1 month ago

Hi! @HarshNarayanJha

This is caused by the terminal atm not supporting ANSI sequences. Apparently there is nothing like xtermjs to do this out of the box. Related issues are open in the terminal library repository.

Related pr: https://github.com/tomlin7/mono/pull/4