diff --git a/pages/common/stty.md b/pages/common/stty.md index 820ab259336d2b..a605b06547fdd4 100644 --- a/pages/common/stty.md +++ b/pages/common/stty.md @@ -18,3 +18,11 @@ - Reset all modes to reasonable values for the current terminal: `stty sane` + +- Switch between raw and normal mode: + +`stty {{raw|cooked}}` + +- Turn character echoing off or on: + +`stty {{-echo|echo}}`