We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ratatui_core::backend::ClearType
1 parent e2b4985 commit b98f86fCopy full SHA for b98f86f
mousefood/src/error.rs
@@ -6,7 +6,8 @@ pub enum Error {
6
/// Drawing to the display failed.
7
#[error("drawing to DrawTarget failed")]
8
DrawError,
9
- /// Selected [`ClearType`] is not supported by Mousefood.
+
10
+ /// Selected [`ClearType`](ratatui_core::backend::ClearType) is not supported by Mousefood.
11
#[error("ClearType::{0} is not supported by Mousefood")]
12
ClearTypeUnsupported(alloc::string::String),
13
}
0 commit comments