stty, tput: refresh pages (#9524)

This commit is contained in:
Emily Grace Seville
2022-12-06 16:48:59 +10:00
committed by GitHub
parent 263508cd44
commit 7717ca9f73
2 changed files with 3 additions and 7 deletions

View File

@@ -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:

View File

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