Hello community,

here is the log from the commit of package tcsh for openSUSE:Factory checked in 
at 2019-10-23 15:36:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcsh (Old)
 and      /work/SRC/openSUSE:Factory/.tcsh.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcsh"

Wed Oct 23 15:36:51 2019 rev:67 rq:739108 version:6.21.00

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcsh/tcsh.changes        2019-10-17 
12:17:34.455882032 +0200
+++ /work/SRC/openSUSE:Factory/.tcsh.new.2352/tcsh.changes      2019-10-23 
15:36:53.333753202 +0200
@@ -1,0 +2,7 @@
+Thu Oct 17 10:35:23 UTC 2019 - Dr. Werner Fink <wer...@suse.de>
+
+- Use both TERM names of urxvt: rxvt-unicode and rxvt-unicode-256-color
+- Add some missed key escape sequences for urxvt-unicode
+  terminal as well (boo#1007715).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bindkey.tcsh ++++++
--- /var/tmp/diff_new_pack.gECGje/_old  2019-10-23 15:36:54.309754323 +0200
+++ /var/tmp/diff_new_pack.gECGje/_new  2019-10-23 15:36:54.309754323 +0200
@@ -726,7 +726,7 @@
        bindkey    "^[9"        history-search-backward
 endif
 #
-if ( "$TERM" == "rxvt-unicode" ) then
+if ( "$TERM" == "rxvt-unicode" || $TERM == "rxvt-unicode-256color" ) then
        bindkey    '^[[23$'     undefined-key
        bindkey    '^[[24$'     undefined-key
        bindkey    "^[[11\^"    undefined-key
@@ -775,6 +775,10 @@
        bindkey    "^[^[Ow"     beginning-of-line
        bindkey    "^[^[Ox"     up-history
        bindkey    "^[^[Oy"     history-search-backward
+       bindkey    "^[Oc"       forward-word
+       bindkey    "^[Od"       backward-word
+       bindkey    "^[Oa"       history-search-backward
+       bindkey    "^[Ob"       history-search-forward
        bindkey    "^[[c"       forward-word
        bindkey    "^[[d"       backward-word
        bindkey    "^[[a"       history-search-backward


Reply via email to