Viewing an issue/pr by GitHub CLI on :terminal
, the fragments of the ANSI Escape code are put in prompt.
#27572
Labels
Milestone
Problem
Using
gh pr view
orgh issue view
to see pr/issue on:terminal
, fragments of the ANSI Escape code (like11;rgb:0000/0000/0000
) are put in prompt.(And
gh [pr|issue] view
was failed)Steps to reproduce
nvim -u NONE
:terminal
gh --repo neovim/neovim issue view 1
Expected behavior
I expect that just an issue or a pr is shown.
Neovim version (nvim -v)
v0.10.0-dev-9bb046d
Vim (not Nvim) behaves the same?
no, vim 9.1
Operating system/version
Arch Linux
Terminal name/version
WezTerm
$TERM environment variable
xterm-256color
Installation
build from repo
The text was updated successfully, but these errors were encountered: