diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-02-27 08:30:39 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2023-03-06 08:19:58 +0100 |
commit | 038d508c34ba69fc8d98dbf830a001c1bfbdd93e (patch) | |
tree | 2353607da5e3ce10cdfca6ba9e59510eb4c6cf74 /CHANGELOG.md | |
parent | ea93d7f4518bb78b57f71311df1728dfd45b9055 (diff) | |
download | alacritty-038d508c34ba69fc8d98dbf830a001c1bfbdd93e.tar.gz alacritty-038d508c34ba69fc8d98dbf830a001c1bfbdd93e.zip |
Send D&D input through paste action
Treating D&D like paste allows using D&D to input text into areas other
than the PTY, like the search bar.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c410b8..ae8c4b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Window clipping when maximizing a window without decorations on Windows - Quadrants not aligned with half blocks with built-in font - EOT (`\x03`) escaping bracketed paste mode +- Drag & Drop not working for the search bar ### Removed |