Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic dimming functionality #2751

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
remove unused imports
  • Loading branch information
farwyler committed Jul 2, 2022
commit 52b90659c7aee93c16bf437dd8ed99722fa0032e
1 change: 0 additions & 1 deletion helix-tui/src/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use crate::text::{Span, Spans};
use helix_core::unicode::width::UnicodeWidthStr;
use helix_view::graphics::{Color, Modifier, Rect, Style};
use std::cmp::min;
use std::collections::HashMap;
use unicode_segmentation::UnicodeSegmentation;

/// A buffer cell
Expand Down