diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2023-04-23 08:01:24 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-04-24 09:49:00 +0200 |
commit | 3d99fae3d22422f5e46b5c983abd617187144bc8 (patch) | |
tree | ab306219954a1a143a799346d50316ee40459b9d /CHANGELOG.md | |
parent | c7b122f4c4a87cd54402c78465e1a5c882f37aeb (diff) | |
download | aerc-3d99fae3d22422f5e46b5c983abd617187144bc8.tar.gz |
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 <tim@timculverhouse.com>
Acked-by: Robin Jarry<robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
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 |