diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-10 15:55:13 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-11 01:20:18 +0200 |
commit | 4bc2f736f2ef34464c1afa1296850c3af014b933 (patch) | |
tree | 1074ee992fe810248133f47acabe941cd3ae8e03 /NEWS | |
parent | add670212f71c3b8e11661eff6c5ea1ae430ce95 (diff) | |
download | xK-4bc2f736f2ef34464c1afa1296850c3af014b933.tar.gz xK-4bc2f736f2ef34464c1afa1296850c3af014b933.tar.xz xK-4bc2f736f2ef34464c1afa1296850c3af014b933.zip |
xC: make terminal attributes abstract
And translate them for frontends.
This is very long overdue, and a rather significant cleanup.
Bump liberty.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Unreleased +2.0.0 (Unreleased) * xD: implemented WALLOPS, choosing to make it target even non-operators @@ -8,6 +8,10 @@ Unreleased with the exception of editor_command/editor, backlog_helper/pager, and backlog_helper_strip_formatting/pager_strip_formatting + * xC: all attributes.* configuration options have been made abstract in + a subset of the git-config(1) format, and renamed to theme.*, + with the exception of attributes.reset, which has no replacement + * xC: replaced behaviour.save_on_quit with general.autosave * xC: improved pager integration capabilities |