summaryrefslogtreecommitdiffstats
path: root/src/features/side_by_side.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/side_by_side.rs')
-rw-r--r--src/features/side_by_side.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/features/side_by_side.rs b/src/features/side_by_side.rs
index b052f97c..ddc7f55d 100644
--- a/src/features/side_by_side.rs
+++ b/src/features/side_by_side.rs
@@ -465,8 +465,8 @@ pub mod ansifill {
/// The solution in this case is to add `ODD_PAD_CHAR` before the first line number in
/// the right panel and increasing its width by one, thus using the full terminal width
/// with the two panels.
- /// This also means line numbers can not be disabled in side-by-side mode plus ANSI, as
- /// this leaves no place for this fix.
+ /// This also means line numbers can not be disabled in side-by-side mode, but they may
+ /// not actually paint numbers.
#[derive(Clone, Debug)]
pub struct UseFullPanelWidth(pub bool);
impl UseFullPanelWidth {