From 3d99fae3d22422f5e46b5c983abd617187144bc8 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Sun, 23 Apr 2023 08:01:24 -0500 Subject: term: add config options for TERM and osc8 Add config options for setting the TERM environment variable used in tcell-term and for enabling or disabling OSC8 escape sequence output. Signed-off-by: Tim Culverhouse Acked-by: Robin Jarry --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 36dc8f58..5612b09f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ All notable changes to aerc will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased](https://git.sr.ht/~rjarry/aerc/log/master) -- Search/filter by flags with the `-H` flag. ### Added @@ -24,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Allow basic shell globbing in `[openers]` MIME types. - Dynamic `msglist_*` styling based on email header values in stylesets. - Add `mail-received`, `aerc-startup`, and `aerc-shutdown` hooks. +- Search/filter by flags with the `-H` flag. ### Changed @@ -35,7 +35,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). `signature-file` and `signature-cmd` if not already present. - All `aerc(1)` commands now interpret `aerc-templates(7)` markup. - running commands (like mailto: or mbox:) no longer prints a success message -- The built-in `colorize` filter now emits OSC 8 to mark URLs and emails. +- The built-in `colorize` filter now emits OSC 8 to mark URLs and emails. Set + `[general].enable-osc8 = true` in `aerc.conf` to enable it. ### Deprecated -- cgit