Add strikethrough support in VTE terminals
This commit is contained in:
parent
4d493a9917
commit
135a793d1c
@ -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]1337;CursorShape=%p1%d\7'" \
|
||||||
"set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[2 q'"
|
"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
|
# Set only on OS X where it's required
|
||||||
if -b '[ "`uname`" = "Darwin" ]' \
|
if -b '[ "`uname`" = "Darwin" ]' \
|
||||||
"set -g default-command 'reattach-to-user-namespace -l $SHELL'"
|
"set -g default-command 'reattach-to-user-namespace -l $SHELL'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user