Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/graphics.rs')
| -rw-r--r-- | helix-view/src/graphics.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/graphics.rs b/helix-view/src/graphics.rs index fcc037ed..3cd3c862 100644 --- a/helix-view/src/graphics.rs +++ b/helix-view/src/graphics.rs @@ -342,6 +342,7 @@ impl FromStr for UnderlineStyle { } } +#[cfg(feature = "term")] impl From<UnderlineStyle> for crossterm::style::Attribute { fn from(style: UnderlineStyle) -> Self { match style { |