Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2015-04-25 16:46:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zsh (Old)
 and      /work/SRC/openSUSE:Factory/.zsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zsh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2015-02-16 17:51:06.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes     2015-04-25 
16:46:11.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr 22 12:45:53 UTC 2015 - [email protected]
+
+- Nowadays more and more terminals set $TERM to xterm-256color
+  
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zshrc ++++++
--- /var/tmp/diff_new_pack.bfMo8c/_old  2015-04-25 16:46:12.000000000 +0200
+++ /var/tmp/diff_new_pack.bfMo8c/_new  2015-04-25 16:46:12.000000000 +0200
@@ -91,7 +91,7 @@
 bindkey "^[[5~" history-beginning-search-backward-end
 bindkey "^[[6~" history-beginning-search-forward-end
 
-if [[ "$TERM" == "xterm" ]] then
+if [[ "$TERM" == "xterm" || "$TERM" == "xterm-256color" ]] then
     bindkey    "^[2;5~"                yank
     bindkey    "^[3;5~"                delete-char
     bindkey    "^[5;5~"                up-history
@@ -113,7 +113,7 @@
 bindkey    "^H"                backward-delete-char
 
 # Home and End
-if [[ "$TERM" == "xterm" ]] then
+if [[ "$TERM" == "xterm" || "$TERM" == "xterm-256color" ]] then
     # Normal keypad and cursor of xterm
     bindkey    "^[[1~" history-search-backward
     bindkey    "^[[4~" set-mark-command
@@ -138,7 +138,7 @@
 fi
 
 # Application keypad and cursor of xterm
-if [[ "$TERM" == "xterm" ]] then
+if [[ "$TERM" == "xterm" || "$TERM" == "xterm-256color" ]] then
     bindkey    "^[OD"  backward-char
     bindkey    "^[OC"  forward-char
     bindkey    "^[OA"  up-history
@@ -196,13 +196,13 @@
 bindkey    "^[[32~"            undefined-key
 bindkey    "^[[33~"            undefined-key
 bindkey    "^[[34~"            undefined-key
-if [[ "$TERM" == "xterm" ]] then
+if [[ "$TERM" == "xterm" || "$TERM" == "xterm-256color" ]] then
     # Not common
     bindkey    "^[[35~"        undefined-key
     bindkey    "^[[36~"        undefined-key
 fi
 
-if [[ "$TERM" == "xterm" ]] then
+if [[ "$TERM" == "xterm" || "$TERM" == "xterm-256color" ]] then
     # Application keypad and cursor of xterm
     # with NumLock ON
     #
@@ -230,7 +230,7 @@
 #  EMACS line editing
 if [[ "$ZSHEDIT" == "emacs" ]] then
     # ... xterm application cursor
-    if [[ "$TERM" == "xterm" ]] then
+    if [[ "$TERM" == "xterm" || "$TERM" == "xterm-256color" ]] then
        bindkey    "^[^[OD"     backward-word
        bindkey    "^[^[OC"     forward-word
        bindkey    "^[^[OA"     up-history


Reply via email to