From eb580f5ead571e1ec735f6ac04e5637b86f90851 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 20 Feb 2018 10:10:28 +0530 Subject: [PATCH] Update CHANGELOG for padding color --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 99cb30116..2c9d821d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -28,6 +28,10 @@ version 0.8.0 [future] to the monitor's refresh rate. There is a new configuration option to control this ``sync_to_monitor``. +- When displaying only a single window, use the default background color of the + window (which can be changed via escape codes) as the color for the margin + and padding of the window. + - Add some non standard terminfo capabilities used by neovim and tmux. - Fix large drop in performance when using multiple top-level windows on macOS