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

Some TUI programs does not work well #55

Open
namespaceYcZ opened this issue Aug 28, 2022 · 2 comments
Open

Some TUI programs does not work well #55

namespaceYcZ opened this issue Aug 28, 2022 · 2 comments

Comments

@namespaceYcZ
Copy link

Mprocs can not send "Ctrl+h" signal to the programs running in it:
image
image
("Ctrl+h" should open Help in termusic, but it does not work while termusic is running in mprocs)
(However, other signals like "Alt+h" are ok.)

And cursors in nvim does not show in correct ways:
first picture: nvim INSERT mode cursor while nvim is not running in mprocs(correct):
image
second picture: nvim INSERT mode cursor while nvim is running in mprocs(incorrect, the cursor at line 21):
image
my guicursor config:
vim.o.guicursor="n-v-c-sm:block-nCursor-blinkwait100-blinkon200-blinkoff300,i-ci-ve:ver25-iCursor,r-cr-o:hor20"

Platform

Windows 11 21H2 22000.856

Terminal Emulator

Windows Terminal 1.1422.82.0

mprocs version

0.6.3

termusic version

0.7.3

nvim version

0.7.2

@pvolok
Copy link
Owner

pvolok commented Sep 11, 2022

Thank you for reporting the issues.

I've been investigating the issue with the <C-h> key and still can't find a way to encode <C-h>. I created an issue to track thick problem separately.

As per the cursor problem, the cursor shape is not implemented yet.

@namespaceYcZ
Copy link
Author

namespaceYcZ commented Oct 23, 2022

The <C-h> key can be used in termusic running in mprocs(0.6.4) now.

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

No branches or pull requests

2 participants