summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_tput1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1527f00c9..18379f796 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2025-11-17 Oliver Kiddle <opk@zsh.org>
+ * Christopher Bock: 54085: Completion/Unix/Command/_tput:
+ complete tput -v option on Linux
+
* Christopher Bock: 54080 (tweaked): Completion/Debian/Command/_bts:
update tags in bts completion
diff --git a/Completion/Unix/Command/_tput b/Completion/Unix/Command/_tput
index abba3e8c0..c991cce19 100644
--- a/Completion/Unix/Command/_tput
+++ b/Completion/Unix/Command/_tput
@@ -4,6 +4,7 @@ local -a args
case $OSTYPE in
*linux*)
args=(
+ '-v[verbose, show warnings]'
- set1
'-S[allows more than one capability per invocation of tput]'
- set2