Allow using the new private internal clipboard buffers with the copy_on_select option

Fixes #1390
This commit is contained in:
Kovid Goyal
2019-02-19 21:12:37 +05:30
parent cb2d162bec
commit 51c0c51884
4 changed files with 30 additions and 8 deletions

View File

@@ -14,6 +14,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Support for an arbitrary number of internal clipboard buffers to copy/paste
from, see (:ref:`cpbuf`)
- Allow using the new private internal clipboard buffers with the
:opt:`copy_on_select` option (:iss:`1390`)
- macOS: Allow opening new kitty tabs/top-level windows from Finder
(:pull:`1350`)