-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
[wip] Added support to screen foreground, fixes #83 #84
Conversation
My first observation is that you're going to a great deal of trouble to replicate tmux's pane id solution with Your immediate problem is that you're writing |
Ok, nice idea, let me try. |
I have changed like you say, I'm thinking of displaying an error message if run more than once. What do you think? |
No, just run synchronously instead. Do you have a reason for changing |
Sorry, I dont understand, how to run synchronously? I change to call system because of tmux, let me back to silent ! |
Return 0 to hand things off to the next adapter and, ultimately, run synchronously. Take this conditional and make it something like
|
Ok, added the return 0 and woked. But the silent ! does not work, I get this error after 2 or more calls:
|
Doubtful it's the root cause but your |
I have tried this, but the focus up does not work and focus continues on the split. |
Push what you have and I can take a look when I have time. |
Did you see the changes? |
Im trying to add support to screen foreground execution using splits. This is work done until now, but getting some errors, like:
Running this open the split but this errors appears on vim:
The file
/tmp/vu7hFCf/2
is the file on therequest.file
argument todispatch#screen#handle()
call.