Skip to content

Commit

Permalink
stty: add examples (tldr-pages#15648)
Browse files Browse the repository at this point in the history
  • Loading branch information
Managor authored Feb 4, 2025
1 parent 360e969 commit 9aa7745
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/common/stty.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`

0 comments on commit 9aa7745

Please sign in to comment.