Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 48324 Details for
Bug 69407
bash-3.0-r7 has problem with wide char
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bash-3.0-rl-del-backspace-policy.patch
bash-3.0-rl-del-backspace-policy.patch (text/plain), 929 bytes, created by
S.Caglar Onur
on 2005-01-12 10:05:12 UTC
(
hide
)
Description:
bash-3.0-rl-del-backspace-policy.patch
Filename:
MIME Type:
Creator:
S.Caglar Onur
Created:
2005-01-12 10:05:12 UTC
Size:
929 bytes
patch
obsolete
>--- lib/readline/terminal.c.orig 2004-11-05 23:02:43.644054384 +0200 >+++ lib/readline/terminal.c 2004-11-05 23:04:09.357024032 +0200 >@@ -148,6 +148,10 @@ > /* Insert key */ > static char *_rl_term_kI; > >+/* The key sequence sent by the Delete key, if any. */ >+static char *_rl_term_kD; >+ >+ > /* Cursor control */ > static char *_rl_term_vs; /* very visible */ > static char *_rl_term_ve; /* normal */ >@@ -314,6 +318,7 @@ > { "ic", &_rl_term_ic }, > { "im", &_rl_term_im }, > { "@", &_rl_term_kH }, /* home down ?? */ >+ { "kD", &_rl_term_kD }, > { "kI", &_rl_term_kI }, /* insert */ > { "kd", &_rl_term_kd }, > { "ke", &_rl_term_ke }, /* end keypad mode */ >@@ -492,6 +497,7 @@ > > rl_bind_keyseq_if_unbound (_rl_term_kh, rl_beg_of_line); /* Home */ > rl_bind_keyseq_if_unbound (_rl_term_at7, rl_end_of_line); /* End */ >+ rl_bind_keyseq_if_unbound (_rl_term_kD, rl_delete); /* Delete */ > > _rl_keymap = xkeymap; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 69407
:
42907
|
43427
|
43522
|
48318
|
48319
|
48320
|
48321
|
48322
|
48323
|
48324
|
48325
|
48326
|
48328
|
59114
|
63407