mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Fix change log entry for URL clicking
This commit is contained in:
parent
8ee0d2b5b2
commit
04127ed31f
1 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Add support for windows
|
- Add support for windows
|
||||||
- Add terminfo capabilities advertising support for changing the window title
|
- Add terminfo capabilities advertising support for changing the window title
|
||||||
- Allow using scancodes in the key_bindings section
|
- 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
|
### 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
|
- 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
|
- 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`)
|
- 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
|
### Changed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue