Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 48318 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-invisible.patch
bash-3.0-invisible.patch (text/plain), 621 bytes, created by
S.Caglar Onur
on 2005-01-12 10:03:32 UTC
(
hide
)
Description:
bash-3.0-invisible.patch
Filename:
MIME Type:
Creator:
S.Caglar Onur
Created:
2005-01-12 10:03:32 UTC
Size:
621 bytes
patch
obsolete
>--- /lib/readline/display.c.orig 2004-11-06 00:29:49.905541872 +0200 >+++ /lib/readline/display.c 2004-11-06 00:31:20.937702880 +0200 >@@ -268,20 +268,15 @@ > physchars++; > } > else >- ninvis++; /* invisible chars byte counter */ >- } >- >- if (invflset == 0 && rl >= _rl_screenwidth) >- { >- invfl = ninvis; >- invflset = 1; >+ { >+ ninvis++; /* invisible chars byte counter */ >+ if (rl < _rl_screenwidth) >+ invfl = ninvis; >+ } > } > } > } > >- if (rl < _rl_screenwidth) >- invfl = ninvis; >- > *r = '\0'; > if (lp) > *lp = rl;
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