jesseduffield / jesseduffield/lazygit

Cannot display struck or bold characters in diff view

Open
#1,368 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Go
Stars
82.4k
Forks
3k
Avg merge
2d 18h
Merged PRs (30d)
19

Description

**Describe the bug**
Expected view(`git diff`):
image

Current view in lazygit:
image

**To Reproduce**
On `.gitconfig`:
```gitconfig
[delta]
features = traditional

[delta "traditional"]
keep-plus-minus-markers = true
minus-style = syntax dim strike "#001930"
minus-non-emph-style = syntax dim strike "#001930"
minus-emph-style = syntax strike "#005099"
plus-emph-style = auto bold auto
```

On `config.yml`:
```yml
git:
paging:
colorArg: always
pager: delta --paging=never
```

**Desktop (please complete the following information):**
- OS: macOS Catalina
- Lazygit Version: v0.28.2+
- The last commit id if you built project from sources (run : ```git-rev parse HEAD```): b28569a593c9c90bf50740f485bb3711b2c5ad2b

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.