diff options
author | RunningDroid <RunningDroid@users.noreply.github.com> | 2018-10-14 22:23:54 +0000 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-10-14 22:23:54 +0000 |
commit | b41c6b736d67d61e92b174dfea58ae46813934cd (patch) | |
tree | 61a6ea28a372869c143af381ef4e79aeec82c0ba | |
parent | cb6e0653fabaae82a8c4012491904697de99d467 (diff) | |
download | alacritty-b41c6b736d67d61e92b174dfea58ae46813934cd.tar.gz alacritty-b41c6b736d67d61e92b174dfea58ae46813934cd.zip |
Add statusline capabilities to Terminfo
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | alacritty.info | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 155cb5ab..7e7a8d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add terminfo capabilities advertising support for changing the window title + ### Fixed - Fixed erroneous results when using the `indexed_colors` config option diff --git a/alacritty.info b/alacritty.info index 1beaef9c..8f65e430 100644 --- a/alacritty.info +++ b/alacritty.info @@ -107,3 +107,4 @@ alacritty+common|base fragment for alacritty, kdch1=\E[3~, Cr=\E]112\007, Cs=\E]12;%p1%s\007, Ms=\E]52;%p1%s;%p2%s\007, Se=\E[0 q, Ss=\E[%p1%d q, + hs, dsl=\E]2;\007, fsl=^G, tsl=\E]2;, |