diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-15 19:57:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 19:57:15 +0000 |
commit | d68ecb0deff8b966a0c7d09203d14bfdf5ccd8ad (patch) | |
tree | 4b0326cf4ea450d6870d2604f464b8ecfd354c9c /CHANGELOG.md | |
parent | ba76ac8661539727c96362d501590d4a18936b39 (diff) | |
download | alacritty-d68ecb0deff8b966a0c7d09203d14bfdf5ccd8ad.tar.gz alacritty-d68ecb0deff8b966a0c7d09203d14bfdf5ccd8ad.zip |
Add option for dynamic padding (#1780)
This adds the `window.dynamic_padding` option which allows disabling the
dynamic spread of additional padding around the grid's content.
Based on the feedback I've gotten so far and the fact that most other
terminal emulators do not seem to center the content inside themselves,
I've changed the default configuration option to disable centering of the grid.
This fixes #1778.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 675d5d9a..1c8cbbc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- Option for evenly spreading extra padding around the terminal (`window.dynamic_padding`) + +### Changed + +- Extra padding is not evenly spread around the terminal by default anymore + ## Version 0.2.3 ### Fixed |