Hello community,

here is the log from the commit of package tcsh for openSUSE:Factory checked in 
at 2020-05-16 22:23:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcsh (Old)
 and      /work/SRC/openSUSE:Factory/.tcsh.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcsh"

Sat May 16 22:23:32 2020 rev:72 rq:805520 version:6.22.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcsh/tcsh.changes        2020-02-29 
21:18:50.606037894 +0100
+++ /work/SRC/openSUSE:Factory/.tcsh.new.2738/tcsh.changes      2020-05-16 
22:23:35.928936277 +0200
@@ -1,0 +2,6 @@
+Thu May  7 08:22:30 UTC 2020 - Dr. Werner Fink <wer...@suse.de>
+
+- 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.oG9EpP/_old  2020-05-16 22:23:36.696937853 +0200
+++ /var/tmp/diff_new_pack.oG9EpP/_new  2020-05-16 22:23:36.700937861 +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


Reply via email to