Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29192 Details for
Bug 47675
slang-1.4.9-r1.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
RH patches
slang-utf8-fix.patch (text/plain), 855 bytes, created by
Alexander Darovsky
on 2004-04-13 01:02:53 UTC
(
hide
)
Description:
RH patches
Filename:
MIME Type:
Creator:
Alexander Darovsky
Created:
2004-04-13 01:02:53 UTC
Size:
855 bytes
patch
obsolete
>--- slang-1.4.5/src/slsmg.c.jj 2003-02-21 12:11:37.000000000 -0500 >+++ slang-1.4.5/src/slsmg.c 2003-02-21 14:09:28.000000000 -0500 >@@ -378,8 +378,10 @@ void SLsmg_write_nwchars (wchar_t *str, > for (i = 0; i < n; i++, str) { > ch = *str++; > #ifndef IBMPC_SYSTEM >- if (alt_char_set_flag) >+ if (alt_char_set_flag) { > ch = Alt_Char_Set[ch & 0x7F]; >+ w = 1; >+ } else > #endif > w = wcwidth(ch); > >--- slang-1.4.5/src/sldisply.c.jj 2003-02-21 12:11:37.000000000 -0500 >+++ slang-1.4.5/src/sldisply.c 2003-02-21 15:51:43.000000000 -0500 >@@ -1498,6 +1498,17 @@ static void write_wstring_with_care (SLs > } > } > >+ if (Current_Fgbg & SLTT_ALTC_MASK) >+ { >+ char c; >+ while (len--) >+ { >+ c = *str++; >+ tt_write(&c, 1); >+ } >+ return; >+ } >+ > memset (&mbstate, 0, sizeof (mbstate)); > while (len--) > {
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 47675
:
29188
|
29189
|
29190
|
29191
| 29192