aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-25 16:51:45 +0000
committerGitHub <noreply@github.com>2019-04-25 16:51:45 +0000
commite964af8a5ea390d96667e80873060d33079134fd (patch)
treeace376cf701992bd25ce003074be2e460647a416 /CHANGELOG.md
parent73e7a95d543ccd0e197c923e305d4d7c45e273d8 (diff)
downloadr-alacritty-e964af8a5ea390d96667e80873060d33079134fd.tar.gz
r-alacritty-e964af8a5ea390d96667e80873060d33079134fd.tar.bz2
r-alacritty-e964af8a5ea390d96667e80873060d33079134fd.zip
Show same fg/bg text when inversed
If a cell has a matching foreground and background and is inversed through the escape or selection, it will now fall back to the default background on top of the default foreground. This makes it possible to show invisible text like this by selecting it. Hidden text is unaffected by this change. This fixes #2315.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa380e05..345f8a8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added ToggleFullscreen action
-- On macOS, there's a ToggleSimpleFullscreen action which allows switching to
+- On macOS, there's a ToggleSimpleFullscreen action which allows switching to
fullscreen without occupying another space
- A new window option `startup_mode` which controls how the window is created
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- On Windows, Alacritty will now use the native DirectWrite font API
- The `start_maximized` window option is now `startup_mode: Maximized`
+- Cells with identical foreground and background will now show their text upon selection/inversion
### Fixed