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

bug in terminal emulator using emoji #9745

Open
samas69420 opened this issue Feb 11, 2022 · 1 comment
Open

bug in terminal emulator using emoji #9745

samas69420 opened this issue Feb 11, 2022 · 1 comment

Comments

@samas69420
Copy link

Steps to reproduce

  1. use this ps1 in .bashrc
    PS1='┎[\u@\h \W]\n┗👌≻ '
  2. open vim and type
    :term
  3. press up arrow repeatedly to browse history of commands until the bug shows up

the bug look like this:

┎[samas@archpen ~]
┗👌≻ 

┎[samas@archpen ~]
┗👌 source .bashrc

┎[samas@archpen ~]
┗👌 clear        c

Expected behaviour

┎[samas@archpen ~]
┗👌≻ 

┎[samas@archpen ~]
┗👌≻ source .bashrc

┎[samas@archpen ~]
┗👌≻ clear

Version of Vim

8.2

Environment

OS: Arch linux 5.16.5-arch1-1
$TERM: xterm-256color
shell: GNU bash, version 5.1.16

Logs and stack traces

No response

@samas69420
Copy link
Author

EDIT: i tried using zsh as my default shell instead of bash and it seems it fixed the problem even tho browsing history outside vim using bash looked fine

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

2 participants