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.
1 parent ba344d3 commit 43697bdCopy full SHA for 43697bd
src/superconsole.rs
@@ -35,7 +35,7 @@ const MAX_GRAPHEME_BUFFER: usize = 1000000;
35
/// Handles rendering the console using the user-defined [Component](Component)s and emitted messages.
36
/// A Canvas area at the bottom of the terminal is re-rendered in place at each tick for the components,
37
/// while a log area of emitted messages is produced above.
38
-/// Producing output from sources other than SuperConsole while break the TUI.
+/// Producing output from sources other than SuperConsole will break the TUI.
39
pub struct SuperConsole {
40
/// Number of lines that were used to render the canvas last time.
41
canvas_contents: Lines,
0 commit comments