diff options
author | Joe Wilm <joe@jwilm.com> | 2017-04-21 16:24:54 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-04-21 16:24:54 -0700 |
commit | d372f2e591020b5824797db826159351d19c3906 (patch) | |
tree | b86d357fa6721168ec155a679b05ba1ee3c66e6f /alacritty.yml | |
parent | 44b238bff8e9f97533b9457356c90ff5bcd49b14 (diff) | |
download | alacritty-d372f2e591020b5824797db826159351d19c3906.tar.gz alacritty-d372f2e591020b5824797db826159351d19c3906.zip |
Update TERM config comment
The previous comment was ambiguous and lead to questions on the tracker
and in IRC.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/alacritty.yml b/alacritty.yml index 1101f215..b6ad6a3d 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -5,11 +5,13 @@ # environment variables. Some entries may override variables # set by alacritty it self. env: - # TERM env customization. Default is xterm-256color - # Note: the default TERM value `xterm-256color` does not - # specify all features alacritty supports. This does pose - # a few issues with programs relying on terminfo and the - # `tput` command + # TERM env customization. + # + # If this property is not set, alacritty will set it to xterm-256color. + # + # Note that some xterm terminfo databases don't declare support for italics. + # You can verify this by checking for the presence of `smso` and `sitm` in + # `infocmp xterm-256color`. TERM: xterm-256color # Window dimensions in character columns and lines |