-
Notifications
You must be signed in to change notification settings - Fork 358
Closed
Labels
Description
Hi folks,
I'm currently facing some issues while trying to display some grep-colorized output in the previewer.
Long story short: when displaying some text that got through grep --color=always the displayed output is broken (probably due to some ANSI escape sequences incorrectly interpreted).
The following is the same command executed on bash:
- As suggested here,
[Khas to be related to an erase function to clear the current line. - I'm currently running LF on Alacritty on Arch, but on a MacBook with macOs Catalina+Terminal the behavior is identical.
- It is definitely something grep-related since an awk-based solution is displayed properly.