On Mar 7,  5:24am, takehiko.noz...@gmail.com (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

Reply via email to