This patch is meant to use a partial string to refer a screen windows
name to switch between windows, doing so is useful if you just remember
a word or letters of the windows name for that you want to switch using
the standard input methods/short cuts
* src/process.c (WindowByName): Use of
Hello David,
Thanks so much for your comments, and sorry for late reply.
On 6/30/22 20:52, david kerns wrote:
I would recommend you check for an exact match first, then if that fails, try
the partial.
hmmm, I think that is already done in the lines above:
if (!strcmp(p->w_title
I would recommend trying the helper functions from hterm:
https://chromium.googlesource.com/apps/libapps/+/master/hterm/etc
echo 123 | osc52
works fine with hterm -> ssh -> screen 4.08
You can read the script to see the extra escaping they do.
Based on my experience with osc 1337 it also may ha
Hello!
I've been trying to get OSC 52 to work, which would let me copy text
from within my SSH session to my OS clipboard without using my mouse
(e.g. via https://github.com/ojroques/vim-oscyank).
In my Alacritty terminal (on Debian testing, with TERM=xterm-256color),
if I run the following, it p