Hello community,

here is the log from the commit of package tcsh for openSUSE:Leap:15.2 checked 
in at 2020-05-26 18:32:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/tcsh (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.tcsh.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcsh"

Tue May 26 18:32:37 2020 rev:15 rq:808299 version:6.20.00

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/tcsh/tcsh.changes      2020-01-15 
16:05:53.664004133 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.tcsh.new.2738/tcsh.changes    2020-05-26 
18:32:50.617636509 +0200
@@ -1,0 +2,6 @@
+Thu May  7 08:22:30 UTC 2020 - Dr. Werner Fink <[email protected]>
+
+- Better support of Midnight Commander (bsc#1170527) 
+  * Do avoid locked mc/tcsh pair each waiting on the other
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bindkey.tcsh ++++++
--- /var/tmp/diff_new_pack.DyRQPc/_old  2020-05-26 18:32:51.101637565 +0200
+++ /var/tmp/diff_new_pack.DyRQPc/_new  2020-05-26 18:32:51.101637565 +0200
@@ -31,12 +31,17 @@
 bindkey    "^[[4~"             end-of-line
 bindkey    "^[[5~"             history-search-backward
 bindkey    "^[[6~"             history-search-forward
-bindkey    "^M[1~"             beginning-of-line
-bindkey    "^M[2~"             yank
-bindkey    "^M[3~"             delete-char
-bindkey    "^M[4~"             end-of-line
-bindkey    "^M[5~"             history-search-backward
-bindkey    "^M[6~"             history-search-forward
+if ( ${?MC_SID} == 0 ) then
+       #
+       # Those bindings interfere with Midnight Commander
+       #
+       bindkey    "^M[1~"      beginning-of-line
+       bindkey    "^M[2~"      yank
+       bindkey    "^M[3~"      delete-char
+       bindkey    "^M[4~"      end-of-line
+       bindkey    "^M[5~"      history-search-backward
+       bindkey    "^M[6~"      history-search-forward
+endif
 bindkey -r "\233"
 bindkey    "\2331~"            beginning-of-line
 bindkey    "\2332~"            yank
@@ -726,7 +731,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 +780,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