From 3f08fb9f9eb109d3b5677dc2c71348cf63c8e220 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 28 Mar 2021 09:10:44 +0800 Subject: [PATCH] Revert "README: note dependency on tput" This reverts commit 50398ea9f5300170e149436750429396f2a35e35. tput is only required as a fallback for backward compatibility. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e12e23607..115638f3f 100644 --- a/README.rst +++ b/README.rst @@ -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``,