Revert "README: note dependency on tput"

This reverts commit 50398ea9f5.

tput is only required as a fallback for backward compatibility.
This commit is contained in:
David Adam 2021-03-28 09:10:44 +08:00
parent 2a22a2e4e4
commit 3f08fb9f9e

View file

@ -88,7 +88,7 @@ Dependencies
Running fish requires:
- curses or ncurses (preinstalled on most \*nix systems), including the utilities (``tput``)
- curses or ncurses (preinstalled on most \*nix systems)
- some common \*nix system utilities (currently ``mktemp``), in
addition to the basic POSIX utilities (``cat``, ``cut``, ``dirname``,
``ls``, ``mkdir``, ``mkfifo``, ``rm``, ``sort``, ``tee``, ``tr``,