mirror of
https://github.com/junegunn/fzf.git
synced 2026-04-15 04:07:49 +08:00
Support double, curly, dotted, and dashed underline styles via --color (e.g. underline-curly) and ANSI passthrough (SGR 4:N, 58, 59) with --ansi. Close #4633 Close #4678 Thanks to @shtse8 for the test cases.