Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prompt on the right overflow to the next line #2379

Open
simohauml opened this issue Oct 3, 2021 · 3 comments
Open

Prompt on the right overflow to the next line #2379

simohauml opened this issue Oct 3, 2021 · 3 comments

Comments

@simohauml
Copy link

simohauml commented Oct 3, 2021

Versions

ConEmu build: 210912 stable x64
Font: MesloLGS NF
OS version: Windows 10 pro x64
WSL2: Ubuntu, ZSH, powerlevel10k

Problem description

Prompt on the right overflow to the next line

cmder-powerlevel10k

Additional Info

According to this issue, it seems a bug of cmder?

@Maximus5
Copy link
Owner

Maximus5 commented Oct 4, 2021

I guess you don't use the wslbridge2?
https://conemu.github.io/en/wsl.html

If so, ConEmu does not process the ANSI sequences because it does not receive them at all.
The error should be in Windows ConApi somewhere. ConEmu just shows what the RealConsole has.

@simohauml
Copy link
Author

Installed the wslbridge2 according to this: #1930 (comment), problem still exists.

@d-k-ivanov
Copy link

Hello,
I'm thinking about the same problem for some time.
It's not WSLbridge or ANSI problem.
The behaviour: the final character is not fit the window width.
The best way to reproduce this is the "spectresystems/spectre.console" project (here, on Github).

Here is the gif:
ConEmuWidth-1

To mitigate this problem without additional changes, I've tried different things, but the most useful: change the font in place. Here is the demo of font changing:

  • You can change Cells to reduce the length of the line
  • You can change the font back and forth

ConEmuWidth-2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants