diff --git a/src/painting/painter.rs b/src/painting/painter.rs index 8c89986b..fc046687 100644 --- a/src/painting/painter.rs +++ b/src/painting/painter.rs @@ -16,7 +16,7 @@ use { std::ops::RangeInclusive, }; #[cfg(feature = "external_printer")] -use {crate::LineBuffer, crossterm::cursor::MoveUp}; +use {crate::LineBuffer, crate::Prompt, crossterm::cursor::MoveUp}; // Returns a string that skips N number of lines with the next offset of lines // An offset of 0 would return only one line after skipping the required lines