-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
text buffer capture only works on second attempt #493
Comments
#613 did not fix everything, there is something still wrong with more complex prompts such as Zsh with P9k/P10k, etc. Barebones Bash capture does indeed work. |
barebones zsh also works, it's just with complex prompts |
thx for re-opening. Okay, so what's "complex prompts" then. I'll keep digging this week. I wanted to address the "smal initial-winsize-on-ubuntu18" and "compile-me-on-clang-linux" problem, too. (all 3 this week). let's see how far I'll get. :) |
Powerline or my prompt |
@christianparpart I think p9k/p10k should be enough. I've attached a full debug log from my machine (and my zsh and prompt) on Discord for you 🙂 I think digging into that for the exact VT sequences could give some insight. @uspasojevic96 Were you able to pin down whether it is the prompt causing the issue, or the Contour ZSH integration script? |
its not integration, i have disabled it and still had issue |
…apture-buffer feature as mentioned in #493.
But now we can close it. (famous last words). |
So far can confirm it works properly. 😬 What an odd bug. 😛 |
Message:
VTE did not respond to CAPTURE 'CSI > Ps; Ps t';
Sometimes it is:
"did not start with expected prefix" thing.
For some reason one has to press the keybind twice in order to capture the buffer. Let's fix that!
The text was updated successfully, but these errors were encountered: