commit tcsh for openSUSE:Factory
Hello community, here is the log from the commit of package tcsh for openSUSE:Factory checked in at Thu Jan 22 13:18:56 CET 2009. -------- --- tcsh/tcsh.changes 2008-11-26 19:00:26.000000000 +0100 +++ /mounts/work_src_done/STABLE/tcsh/tcsh.changes 2009-01-21 15:01:35.308201581 +0100 @@ -1,0 +2,5 @@ +Wed Jan 21 15:00:49 CET 2009 - werner@suse.de + +- Reenable Alt-BackSpace for delete word in XTerm in UTF-8 mode + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcsh.spec ++++++ --- /var/tmp/diff_new_pack.F20613/_old 2009-01-22 13:18:18.000000000 +0100 +++ /var/tmp/diff_new_pack.F20613/_new 2009-01-22 13:18:18.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package tcsh (Version 6.15.00) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Requires: gawk textutils AutoReqProv: on Version: 6.15.00 -Release: 93 +Release: 94 Summary: The C SHell Source: ftp.astron.com:/pub/tcsh/tcsh-6.15.00.tar.bz2 Source1: nls-iconv @@ -150,6 +150,8 @@ %{_datadir}/locale/*/LC_MESSAGES/tcsh %changelog +* Wed Jan 21 2009 werner@suse.de +- Reenable Alt-BackSpace for delete word in XTerm in UTF-8 mode * Wed Nov 26 2008 werner@suse.de - For commands with full execution path bypass correction algorithm if the command is found (bnc#444992) ++++++ bindkey.tcsh ++++++ --- /var/tmp/diff_new_pack.F20613/_old 2009-01-22 13:18:18.000000000 +0100 +++ /var/tmp/diff_new_pack.F20613/_new 2009-01-22 13:18:18.000000000 +0100 @@ -124,6 +124,13 @@ # bindkey "^?" backward-delete-char bindkey "^H" backward-delete-char +if ( "$TERM" == "xterm" ) then + # + # XTerm in UTF-8 mode + # + bindkey "^[\303\277" backward-delete-word + bindkey "^[ÿ" backward-delete-word +endif # # Home and End # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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