You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/terminal.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@
55
55
//! - Input will not be forwarded to screen
56
56
//! - Input will not be processed on enter press
57
57
//! - Input will not be line buffered (input sent byte-by-byte to input buffer)
58
-
//! - Special keys like backspace and CTL+C will not be processed by terminal driver
58
+
//! - Special keys like backspace and CTRL+C will not be processed by terminal driver
59
59
//! - New line character will not be processed therefore `println!` can't be used, use `write!` instead
60
60
//!
61
61
//! Raw mode can be enabled/disabled with the [enable_raw_mode](terminal::enable_raw_mode) and [disable_raw_mode](terminal::disable_raw_mode) functions.
0 commit comments