about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2013-02-09 21:33:58 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2013-02-09 21:33:58 +0000
commit1ba1865d61be5b22e48af541af96e876bcd59a3d (patch)
tree35b3712940d67de320cc9bff259de22c40e24886
parentd88a46b1a9d58698c6f53ac02056ec8cc5113ead (diff)
downloadzsh-1ba1865d61be5b22e48af541af96e876bcd59a3d.tar.gz
zsh-1ba1865d61be5b22e48af541af96e876bcd59a3d.tar.xz
zsh-1ba1865d61be5b22e48af541af96e876bcd59a3d.zip
Morita Sho: 31038: add location of terminfo entries on Debian
-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)