mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-03 04:34:21 -05:00
Add statusline capabilities to Terminfo
This commit is contained in:
parent
cb6e0653fa
commit
b41c6b736d
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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;,
|
||||
|
|
Loading…
Reference in a new issue