Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/lib/libedit
On Mar 7, 5:24am, takehiko.nozaki%gmail.com@localhost (Takehiko NOZAKI) wrote:
-- Subject: Re: CVS commit: src/lib/libedit
| -typedef int (*el_rfunc_t)(EditLine *, char *);
| +typedef int (*el_rfunc_t)(EditLine *, Char *);
|
| typedef struct el_read_t {
| el_rfunc_t read_char; /* Function to read a character */
|
|
| what shoulld we do to solve this problem?
| i believe tempolary backout this patch is the way we have to go.
Are you sure? because the code handles the narrow case?
(That is what the NARROW_READ flag is for.
| # i'm now started completely rewriting wide-character support for libedit.
| # but it still need lots of time.
Good luck.
christos
Home |
Main Index |
Thread Index |
Old Index