Aram Drevekenin
Aram Drevekenin
> @imsnif - took a stab at logging `serialized_output` in `Screen::render`, here's an excerpt that seems explanatory: Maybe it would be a good idea to copy from the terminal buffer...
Hey @Camiyo - mouse_mode is what allows Zellij to copy only the relevant parts of the text in your terminal and not eg. the pane frames or the contents of...
> Is there a way to switch between mouse_mode enabled/disabled in live (maybe with a keybinding) ? I mean without changing in config.yml and restart zellij ? Hum, that's an...
Gnome terminal doesn't support OSC 52 which we use to signal the terminal emulator it should copy text to the clipboard: https://gitlab.gnome.org/GNOME/vte/-/issues/125 As for Alacritty: we send the above signal...
@leodamsky - cool, I'm happy copying works :) @leodamsky @TheLostLambda - we actually copied the copy-on-release behaviour from tmux. We might be able to leave the mark there (in addition...
> Hmm, is it not possible for us to have things actually selected in the terminal for the single line case? Sometimes it's nice to mouse select a couple of...
Btw, as a workaround for gnome terminal we can interact with the system clipboard directly (which is what tmux does afaik). But that won't work through ssh sessions and such....
@futile - I'm sorry you feel this way, but this really is a bug in gnome terminal itself: https://gitlab.gnome.org/GNOME/vte/-/issues/125 We can try to find workarounds for it, but it's not...
Since Zellij is a terminal multiplexer and not a terminal emulation app, we can't assume that the machine it's running on is the same machine the user is on. A...
@tlinford - we seem to be in sync both in our thoughts and in our timing ;P