aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2018-10-22 21:41:34 +0200
committerChristian Duerr <contact@christianduerr.com>2018-10-22 21:41:34 +0200
commit04127ed31f9daf9a6c18c192eec8ec061c8cce48 (patch)
tree7a3c9c0eda29dfed906a974d3a50f9ac9393a7ec
parent8ee0d2b5b26faacb5f2663bae1fc056ac5ee26bf (diff)
downloadalacritty-04127ed31f9daf9a6c18c192eec8ec061c8cce48.tar.gz
alacritty-04127ed31f9daf9a6c18c192eec8ec061c8cce48.zip
Fix change log entry for URL clicking
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8a9cc89..ec67c722 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add support for windows
- Add terminfo capabilities advertising support for changing the window title
- Allow using scancodes in the key_bindings section
+- When `mouse.url.launcher` is set, clicking on URLs will now open them with the specified program
+- New `mouse.url.modifiers` option to specify keyboard modifiers for opening URLs on click
### Fixed
@@ -33,8 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `save_to_clipboard` configuration option for copying selected text to the system clipboard
- New terminfo entry, `alacritty-direct`, that advertises 24-bit color support
- Add support for CSI sequences Cursor Next Line (`\e[nE`) and Cursor Previous Line (`\e[nF`)
-- When `mouse.url.launcher` is set, clicking on URLs will now open them with the specified program
-- New `mouse.url.modifiers` option to specify keyboard modifiers for opening URLs on click
### Changed