1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00

Update TERM config comment

The previous comment was ambiguous and lead to questions on the tracker
and in IRC.
This commit is contained in:
Joe Wilm 2017-04-21 16:24:54 -07:00
parent 44b238bff8
commit d372f2e591
2 changed files with 14 additions and 10 deletions

View file

@ -5,11 +5,13 @@
# environment variables. Some entries may override variables # environment variables. Some entries may override variables
# set by alacritty it self. # set by alacritty it self.
env: env:
# TERM env customization. Default is xterm-256color # TERM env customization.
# Note: the default TERM value `xterm-256color` does not #
# specify all features alacritty supports. This does pose # If this property is not set, alacritty will set it to xterm-256color.
# a few issues with programs relying on terminfo and the #
# `tput` command # 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 TERM: xterm-256color
# Window dimensions in character columns and lines # Window dimensions in character columns and lines

View file

@ -4,11 +4,13 @@
# environment variables. Some entries may override variables # environment variables. Some entries may override variables
# set by alacritty it self. # set by alacritty it self.
env: env:
# TERM env customization. Default is xterm-256color # TERM env customization.
# Note: the default TERM value `xterm-256color` does not #
# specify all features alacritty supports. This does pose # If this property is not set, alacritty will set it to xterm-256color.
# a few issues with programs relying on terminfo and the #
# `tput` command # 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 TERM: xterm-256color
# Window dimensions in character columns and lines # Window dimensions in character columns and lines