diff --git a/src/buffer.rs b/src/buffer.rs index a0f48e3..312707f 100644 --- a/src/buffer.rs +++ b/src/buffer.rs @@ -693,7 +693,7 @@ impl Buffer { if self.lines.is_empty() { self.lines.push(BufferLine::new( "", - LineEnding::default(), + LineEnding::None, AttrsList::new(attrs), shaping, ));