diff options
author | James McCoy <jamessan@jamessan.com> | 2022-12-10 19:54:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-11 00:54:06 +0000 |
commit | a152365c143e3b7c6221b4edb95d383e365ef65b (patch) | |
tree | cd9e077c5e420f5bdf0b7f16dd76b7f59f38d3a1 /CHANGELOG.md | |
parent | 6566dd3defa9f080dabb295740dc1dac06e3b8fb (diff) | |
download | alacritty-a152365c143e3b7c6221b4edb95d383e365ef65b.tar.gz alacritty-a152365c143e3b7c6221b4edb95d383e365ef65b.zip |
Add -T short form for --title
Debian-based distributions provide a standard interface to launch a
terminal via the x-terminal-emulator name. In order for a terminal
emualtor to satisfy that interface, it must
* Be VT100 compatiable
* Support the "-e <command> <args>" CLI option
* Support the "-T <title>" CLI option
Adjust the short form of --title accordingly, providing -t as an alias
to avoid breaking any existing usage.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd2ea98..35fa92b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 0.12.0-dev +### Added + +- Uppercase `-T` short form for `--title` + ### Fixed - `--help` output for `--class` does not match man pages |