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

Copying gets broken on long text #11

Closed
shmerl opened this issue Nov 13, 2022 · 2 comments
Closed

Copying gets broken on long text #11

shmerl opened this issue Nov 13, 2022 · 2 comments

Comments

@shmerl
Copy link

shmerl commented Nov 13, 2022

I was testing nvim-osc52 with nvim (0.7.2) and patched konsole with with osc52 support, and noticed that copying gets truncated on certain input (konsole patch here).

For example, copying osc52.lua itself from the source code, produces only this when pasting:

-------------------- VARIABLES -----------------------------
local base64 = require('base64')
local fmt = string.format
local commands = {
  operator = {block = "`[\\<C-v>`]y", char = "`[

I'm not sure if it's an issue with plugin or with konsole's handling of osc52.

@muesli
Copy link

muesli commented Nov 14, 2022

Author of the konsole patch here, and I'm pretty sure this issue has nothing to do with the way nvim-osc52 works, but with konsole's internal buffer for such OSC operations.

@ojroques
Copy link
Owner

It seems an issue from Konsole indeed. I'm closing the issue for now, feel free to re-open it if it turns out it's the plugin's fault.

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

3 participants