mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 11:35:46 +02:00
stty, tput: refresh pages (#9524)
This commit is contained in:
parent
263508cd44
commit
7717ca9f73
2 changed files with 3 additions and 7 deletions
|
@ -7,13 +7,9 @@
|
||||||
|
|
||||||
`stty --all`
|
`stty --all`
|
||||||
|
|
||||||
- Set the number of rows:
|
- Set the number of rows or columns:
|
||||||
|
|
||||||
`stty rows {{rows}}`
|
`stty {{rows|cols}} {{count}}`
|
||||||
|
|
||||||
- Set the number of columns:
|
|
||||||
|
|
||||||
`stty cols {{cols}}`
|
|
||||||
|
|
||||||
- Get the actual transfer speed of a device:
|
- Get the actual transfer speed of a device:
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,6 @@
|
||||||
|
|
||||||
`tput sgr0`
|
`tput sgr0`
|
||||||
|
|
||||||
- Enable / Disable word wrap:
|
- Enable or disable word wrap:
|
||||||
|
|
||||||
`tput {{smam|rmam}}`
|
`tput {{smam|rmam}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue