mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
feat(tui): add support for CSI 4 : [2,4,5] m
This commit finishes support for colored and styled underlines adding `CSI 4 : [2,4,5] m` support providing double, dashed, and dotted underlines Fixes #17362.
This commit is contained in:
@@ -83,7 +83,10 @@ return {
|
||||
"standout";
|
||||
"strikethrough";
|
||||
"underline";
|
||||
"underlineline";
|
||||
"undercurl";
|
||||
"underdot";
|
||||
"underdash";
|
||||
"italic";
|
||||
"reverse";
|
||||
"nocombine";
|
||||
@@ -105,7 +108,10 @@ return {
|
||||
"standout";
|
||||
"strikethrough";
|
||||
"underline";
|
||||
"underlineline";
|
||||
"undercurl";
|
||||
"underdot";
|
||||
"underdash";
|
||||
"italic";
|
||||
"reverse";
|
||||
"nocombine";
|
||||
|
Reference in New Issue
Block a user