Skip to content

strange bug with clipboard and kitty #2039

@unxed

Description

@unxed
  1. install fresh ubuntu 23.10 from
https://releases.ubuntu.com/23.10.1/ubuntu-23.10.1-desktop-amd64.iso
  1. install fresh kitty by running
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
  1. install far2l:
sudo apt install far2l
  1. run kitty
  2. run far2l inside:
far2l --tty --nodetect=x
  1. enable OSC 52 in settings
  2. open new file in editor
  3. type "g"
  4. copy "g" to clipboard
  5. paste to firefox address bar
  6. type "it"
  7. copy whole line "git" to clipboard
  8. paste to far2l by shift-ins
  9. paste to far2l by ctrl-v

Expected behavior:

git
git

Observed behavior:

git
g

(second paste gives only "g" char)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions