1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 22:55:31 +02:00

stty: add examples (#15648)

This commit is contained in:
Managor 2025-02-04 02:37:24 +02:00 committed by GitHub
parent 360e969a6b
commit 9aa7745dc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`