Skip to content

Strikethrough text not supported

Thanks for filing an issue! Please answer the questions below so I can help you.

Detailed steps to reproduce the problem:

  1. run echo -e "\e[9mstrikethrough\e[0m" at the prompt
  2. press enter

What happened: The output is regular text

What should have happened: The output should be strikethrough. This is an issue with git 2.10 and the new support for strikethrough text in diffs with git config --global diff.color.old "red strike"