[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses widechars
From: |
Igor Bogomazov |
Subject: |
ncurses widechars |
Date: |
Sat, 11 Mar 2006 03:22:07 +0300 |
User-agent: |
Mutt/1.5.11+cvs20060126 |
Hello,
Just noticed the following inconsistence:
int addnwstr(const wchar_t *wstr, int n);
int mvaddnwstr(int y, int x, const wchar_t *wstr, int n);
int mvwaddnwstr(WINDOW *win, int y, int x, const wchar_t *wstr, int n);
all of these (and the same functions for (cchar_t *) strings) gets the last
variable as int, but it should be size_t for functions like wmemset, wmemcpy
and others from wchar.h get size_t.
Best regards,
Igor Bogomazov
- ncurses widechars,
Igor Bogomazov <=