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

nu promps always has the letter 'q' at the end of the prompt #12885

Open
yurivict opened this issue May 16, 2024 · 3 comments
Open

nu promps always has the letter 'q' at the end of the prompt #12885

yurivict opened this issue May 16, 2024 · 3 comments
Labels
line editor Issues related to reedline needs-triage An issue that hasn't had any proper look platform-specific platform-specific issues

Comments

@yurivict
Copy link
Contributor

Describe the bug

See the screenshot:
https://github.com/nushell/nushell/assets/271906/aa123f05-296a-445f-aeed-218304e0cf79

Environment variables:
TERM-xterm

Version: 0.93.0
CentOS Linux

How to reproduce

See above.

Expected behavior

See above.

Screenshots

No response

Configuration

n/a

Additional context

No response

@yurivict yurivict added the needs-triage An issue that hasn't had any proper look label May 16, 2024
@fdncred
Copy link
Collaborator

fdncred commented May 16, 2024

This looks like something strange in your terminal emulator. I'm assuming this is crossterm+nushell speaking in ansi escape sequences to change the cursor. Perhaps your terminal emulator doesn't speak the same ansi escape sequences.

CSI Ps SP q
          Set cursor style (DECSCUSR), VT520.
            Ps = 0  ⇒  blinking block.
            Ps = 1  ⇒  blinking block (default).
            Ps = 2  ⇒  steady block.
            Ps = 3  ⇒  blinking underline.
            Ps = 4  ⇒  steady underline.
            Ps = 5  ⇒  blinking bar, xterm.
            Ps = 6  ⇒  steady bar, xterm

@yurivict
Copy link
Contributor Author

This is the KDE konsole, working on the headless VNC display, accessed remotely through the VNC client.

@yurivict
Copy link
Contributor Author

The language should be entirely defined by the TERM variable?

@sholderbach sholderbach added platform-specific platform-specific issues line editor Issues related to reedline labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
line editor Issues related to reedline needs-triage An issue that hasn't had any proper look platform-specific platform-specific issues
Projects
None yet
Development

No branches or pull requests

3 participants