summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Type/_terminals2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 424b70f29..843838283 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-02-09 Oliver Kiddle <opk@zsh.org>
+ * Morita Sho: 31038: Completion/Unix/Type/_terminals:
+ add location of terminfo entries on Debian
+
* 31037: Src/Zle/zle_move.c: return to previous position
with vi-goto-mark using `` or ''
@@ -509,5 +512,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5799 $
+* $Revision: 1.5800 $
*****************************************************
diff --git a/Completion/Unix/Type/_terminals b/Completion/Unix/Type/_terminals
index 59f8d4d87..04ece1167 100644
--- a/Completion/Unix/Type/_terminals
+++ b/Completion/Unix/Type/_terminals
@@ -2,7 +2,7 @@
local desc expl
-desc=( $TERMINFO ~/.terminfo $TERMINFO_DIRS /usr/{,share/}{,lib/}terminfo )
+desc=( $TERMINFO ~/.terminfo $TERMINFO_DIRS /usr/{,share/}{,lib/}terminfo /{etc,lib}/terminfo )
_wanted terminals expl 'terminal name' \
compadd "$@" - $desc/*/*(N:t)