mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
fix: Update src/backend/crossterm.rs
This commit is contained in:
parent
0a8f2f26d9
commit
97bf4a3be4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ use crate::{
|
|||
///
|
||||
/// Convenience methods ([`CrosstermBackend::stdout`] and [`CrosstermBackend::stderr`] are provided
|
||||
/// to create a `CrosstermBackend` with [`std::io::stdout`] or [`std::io::stderr`] as the writer
|
||||
/// with default settings to enable raw mode and switch to the alternate screen.
|
||||
/// with raw mode enabled and the terminal switched to the alternate screen.
|
||||
///
|
||||
/// If the default settings are not desired, the `CrosstermBackend` can be configured using the
|
||||
/// `with_*` methods. These methods return an [`io::Result`] containing self so that they can be
|
||||
|
|
Loading…
Reference in a new issue