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

Local echo + tmux horizontal panes #574

Closed
elbaro opened this issue Dec 13, 2014 · 4 comments
Closed

Local echo + tmux horizontal panes #574

elbaro opened this issue Dec 13, 2014 · 4 comments

Comments

@elbaro
Copy link

elbaro commented Dec 13, 2014

When I have a tmux running two panes like this:

Pane1     | Pane2
prompt>   | prompt>

If I type 'hello' in the left pane's prompt, the panel separator | and the right panes' prompt> is shifted to the right by the same amount.

Pane1     | Pane2
prompt>hello   | prompt>

Though this is refreshed after a second, is this natural for a predictive local echo? can we make an exception for certain situations like tmux or screen?

@Manouchehri
Copy link

Think it would be worth it to avoid moving (by deleting) any characters if there's several spaces between strings?

@Manouchehri
Copy link

I recorded a quick video to show this. It's expected, but still annoying. Suggested methods for a fix?

http://youtu.be/1kmtoy_MSnc

@cgull
Copy link
Member

cgull commented Jun 8, 2015

Have a look at #622.

@achernya
Copy link
Collaborator

There's no good way to support this as we cannot reliably detect if the application is in insert mode, or overwrite mode. The default for readline is insert mode, which is why you end up with things shifting to the right.

@achernya achernya closed this as not planned Won't fix, can't repro, duplicate, stale Jan 20, 2023
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

4 participants