boo#1007715
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=87
This commit is contained in:
parent
70dcde09e3
commit
d582af6155
@ -726,7 +726,7 @@ if ( "$TERM" == "mlterm" ) then
|
|||||||
bindkey "^[9" history-search-backward
|
bindkey "^[9" history-search-backward
|
||||||
endif
|
endif
|
||||||
#
|
#
|
||||||
if ( "$TERM" == "rxvt-unicode" ) then
|
if ( "$TERM" == "rxvt-unicode" || $TERM == "rxvt-unicode-256color" ) then
|
||||||
bindkey '^[[23$' undefined-key
|
bindkey '^[[23$' undefined-key
|
||||||
bindkey '^[[24$' undefined-key
|
bindkey '^[[24$' undefined-key
|
||||||
bindkey "^[[11\^" undefined-key
|
bindkey "^[[11\^" undefined-key
|
||||||
@ -775,6 +775,10 @@ if ( "$TERM" == "rxvt-unicode" ) then
|
|||||||
bindkey "^[^[Ow" beginning-of-line
|
bindkey "^[^[Ow" beginning-of-line
|
||||||
bindkey "^[^[Ox" up-history
|
bindkey "^[^[Ox" up-history
|
||||||
bindkey "^[^[Oy" history-search-backward
|
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 "^[[c" forward-word
|
||||||
bindkey "^[[d" backward-word
|
bindkey "^[[d" backward-word
|
||||||
bindkey "^[[a" history-search-backward
|
bindkey "^[[a" history-search-backward
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 17 10:35:23 UTC 2019 - Dr. Werner Fink <werner@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).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 14 08:34:04 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
Mon Oct 14 08:34:04 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user