mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
tui.c: Fix ext.set_underline_color for !has_colon_rgb
PVS/V523: The 'then' statement is equivalent to the 'else' statement.
This commit is contained in:
parent
92f98b5bdf
commit
bbd8f4e9a4
@ -1857,7 +1857,7 @@ static void augment_terminfo(TUIData *data, const char *term,
|
||||
ut, "ext.set_underline_color", "\x1b[58:2:%p1%d:%p2%d:%p3%dm");
|
||||
} else {
|
||||
data->unibi_ext.set_underline_color = (int)unibi_add_ext_str(
|
||||
ut, "ext.set_underline_color", "\x1b[58:2:%p1%d:%p2%d:%p3%dm");
|
||||
ut, "ext.set_underline_color", "\x1b[58;2;%p1%d;%p2%d;%p3%dm");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user