docs: update

This commit is contained in:
Dylan Araps 2020-08-06 15:45:13 +03:00
parent e5fbeb04a0
commit 9741e308d5
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -164,9 +164,9 @@ ________________________________________________________________________________
* VT100/ANSI escape sequences (widely available) are used in place of tput. A
few non-VT100 sequences /are/ needed however.
- IL vt102 \033[L: controls upwards scroll. (required)
- ? xterm \033[?1049[lh]: controls alternate screen. (optional)
- DECTCEM vt520 \033[?25[lh]: controls cursor visibility. (optional)
- IL vt102 \033[L: upwards scroll. (required)
- xterm \033[?1049[lh]: alternate screen. (optional)
- DECTCEM vt520 \033[?25[lh]: cursor visibility. (optional)
Why avoid tput?