Add strikethrough support in VTE terminals

This commit is contained in:
Kenneth Benzie 2018-08-15 13:07:42 +01:00
parent 4d493a9917
commit 135a793d1c

View File

@ -40,6 +40,9 @@ if -b '[ -n $ITERM_PROFILE ]' \
"set -ga terminal-overrides '*:Ss=\E]1337;CursorShape=%p1%d\7'" \
"set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[2 q'"
# Enable strikethrough on VTE compatible terminals.
set -ga terminal-overrides 'xterm*:smxx=\E[9m'
# Set only on OS X where it's required
if -b '[ "`uname`" = "Darwin" ]' \
"set -g default-command 'reattach-to-user-namespace -l $SHELL'"