mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-16 23:41:16 -03:00
set_color --underline=curly outputs \e[4:3m which breaks the following terminals: - Terminal.app interprets it as yellow background - abduco and dvtm interpret it as green foreground - JetBrains terminals interprets it as yellow background - urxvt interprets it as yellow background terminals that interpret curly as single underline: - tmux [1] - emacs ansi-term [2] - emacs vterm - GNU screen (also wrongly turns on italic mode) - terminology (also wrongly turns on italic mode) - Vim's :terminal [1]: https://github.com/orgs/tmux/discussions/4477 [2]: https://lists.gnu.org/archive/html/bug-gnu-emacs/2025-04/msg01093.html Closes #10957