stty, tput: refresh pages (#9524)

pull/1/head
Emily Grace Seville 2022-12-06 16:48:59 +10:00 committed by GitHub
parent 263508cd44
commit 7717ca9f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View File

@ -7,13 +7,9 @@
`stty --all`
- Set the number of rows:
- Set the number of rows or columns:
`stty rows {{rows}}`
- Set the number of columns:
`stty cols {{cols}}`
`stty {{rows|cols}} {{count}}`
- Get the actual transfer speed of a device:

View File

@ -23,6 +23,6 @@
`tput sgr0`
- Enable / Disable word wrap:
- Enable or disable word wrap:
`tput {{smam|rmam}}`