mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
selection: convert \r -> \n when reading clipboard data
This fixes an issue where pasting (using e.g. OSC-52) in client applications that doesn’t do this conversion themselves, like tmux, doesn’t work. Closes #752
This commit is contained in:
parent
6dfacb9c08
commit
5ab49de7f2
2 changed files with 7 additions and 0 deletions
|
|
@ -59,6 +59,8 @@
|
|||
state, foot was looking at **depressed** modifiers, not
|
||||
**effective** modifiers, like it should.
|
||||
* Fix crashes after enabling CSD at runtime when `csd.size` is 0.
|
||||
* Convert `\r` to `\n` when reading clipboard data
|
||||
(https://codeberg.org/dnkl/foot/issues/752).
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue