Docs: Add some links related to raw mode (#581)
This commit is contained in:
parent
c983000b51
commit
24d0f561e8
@ -15,7 +15,7 @@
|
|||||||
//! * use the [`read`](fn.read.html) & [`poll`](fn.poll.html) functions on any, but same, thread
|
//! * use the [`read`](fn.read.html) & [`poll`](fn.poll.html) functions on any, but same, thread
|
||||||
//! * or the [`EventStream`](struct.EventStream.html).
|
//! * or the [`EventStream`](struct.EventStream.html).
|
||||||
//!
|
//!
|
||||||
//! **Make sure to enable raw mode in order for keyboard events to work properly**
|
//! **Make sure to enable [raw mode](../terminal/#raw-mode) in order for keyboard events to work properly**
|
||||||
//!
|
//!
|
||||||
//! ## Mouse Events
|
//! ## Mouse Events
|
||||||
//!
|
//!
|
||||||
|
@ -58,6 +58,8 @@
|
|||||||
//! - Special keys like backspace and CTL+C will not be processed by terminal driver
|
//! - Special keys like backspace and CTL+C will not be processed by terminal driver
|
||||||
//! - New line character will not be processed therefore `println!` can't be used, use `write!` instead
|
//! - New line character will not be processed therefore `println!` can't be used, use `write!` instead
|
||||||
//!
|
//!
|
||||||
|
//! Raw mode can be enabled/disabled with the [enable_raw_mode](terminal::enable_raw_mode) and [disable_raw_mode](terminal::disable_raw_mode) functions.
|
||||||
|
//!
|
||||||
//! ## Examples
|
//! ## Examples
|
||||||
//!
|
//!
|
||||||
//! ```no_run
|
//! ```no_run
|
||||||
|
Loading…
Reference in New Issue
Block a user