commit tcsh for openSUSE:Factory
Hello community, here is the log from the commit of package tcsh for openSUSE:Factory checked in at Tue Mar 1 09:54:10 CET 2011. -------- --- tcsh/tcsh.changes 2011-02-07 13:46:11.000000000 +0100 +++ /mounts/work_src_done/STABLE/tcsh/tcsh.changes 2011-02-28 15:02:02.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 28 14:59:52 CET 2011 - werner@suse.de + +- Add key support for screen terminal emluator + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcsh.spec ++++++ --- /var/tmp/diff_new_pack.tVQ195/_old 2011-03-01 09:53:39.000000000 +0100 +++ /var/tmp/diff_new_pack.tVQ195/_new 2011-03-01 09:53:39.000000000 +0100 @@ -26,7 +26,7 @@ Requires: gawk textutils AutoReqProv: on Version: 6.17.02 -Release: 2 +Release: 11 Summary: The C SHell Source: ftp.astron.com:/pub/tcsh/tcsh-6.17.02.tar.bz2 Source1: nls-iconv ++++++ bindkey.tcsh ++++++ --- /var/tmp/diff_new_pack.tVQ195/_old 2011-03-01 09:53:39.000000000 +0100 +++ /var/tmp/diff_new_pack.tVQ195/_new 2011-03-01 09:53:39.000000000 +0100 @@ -700,5 +700,79 @@ bindkey "^^[[B" down-history endif # +# Screen +# +if ( "$TERM" == "screen" ) then + bindkey "\e[1;2D" backward-word + bindkey "\e[1;2C" forward-word + bindkey "\e[1;2A" up-history + bindkey "\e[1;2B" down-history + bindkey "\e[1;2H" beginning-of-line + bindkey "\e[1;2F" end-of-line + bindkey "\e[2;2~" yank + bindkey "\e[3;2~" delete-char + bindkey "\e[5;2~" history-search-backward + bindkey "\e[6;2~" history-search-forward + bindkey "\e[1;5D" backward-word + bindkey "\e[1;5C" forward-word + bindkey "\e[1;5A" up-history + bindkey "\e[1;5B" down-history + bindkey "\e[1;5H" beginning-of-line + bindkey "\e[1;5F" end-of-line + bindkey "\e[2;5~" yank + bindkey "\e[3;5~" delete-char + bindkey "\e[5;5~" history-search-backward + bindkey "\e[6;5~" history-search-forward + bindkey "\e[1;3D" backward-word + bindkey "\e[1;3C" forward-word + bindkey "\e[1;3A" up-history + bindkey "\e[1;3B" down-history + bindkey "\e[1;3H" beginning-of-line + bindkey "\e[1;3F" end-of-line + bindkey "\e[2;3~" yank + bindkey "\e[3;3~" delete-char + bindkey "\e[5;3~" history-search-backward + bindkey "\e[6;3~" history-search-forward +# + bindkey "\e[1;2P" undefined-key + bindkey "\e[1;2Q" undefined-key + bindkey "\e[1;2R" undefined-key + bindkey "\e[1;2S" undefined-key + bindkey "\e[15;2~" undefined-key + bindkey "\e[17;2~" undefined-key + bindkey "\e[18;2~" undefined-key + bindkey "\e[19;2~" undefined-key + bindkey "\e[20;2~" undefined-key + bindkey "\e[21;2~" undefined-key + bindkey "\e[23;2~" undefined-key + bindkey "\e[24;2~" undefined-key +# + bindkey "\e[1;5P" undefined-key + bindkey "\e[1;5Q" undefined-key + bindkey "\e[1;5R" undefined-key + bindkey "\e[1;5S" undefined-key + bindkey "\e[15;5~" undefined-key + bindkey "\e[17;5~" undefined-key + bindkey "\e[18;5~" undefined-key + bindkey "\e[19;5~" undefined-key + bindkey "\e[20;5~" undefined-key + bindkey "\e[21;5~" undefined-key + bindkey "\e[23;5~" undefined-key + bindkey "\e[24;5~" undefined-key +# + bindkey "\e[1;3P" undefined-key + bindkey "\e[1;3Q" undefined-key + bindkey "\e[1;3R" undefined-key + bindkey "\e[1;3S" undefined-key + bindkey "\e[15;3~" undefined-key + bindkey "\e[17;3~" undefined-key + bindkey "\e[18;3~" undefined-key + bindkey "\e[19;3~" undefined-key + bindkey "\e[20;3~" undefined-key + bindkey "\e[21;3~" undefined-key + bindkey "\e[23;3~" undefined-key + bindkey "\e[24;3~" undefined-key +endif +# # end bindkey.tcsh # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de