| commit | 09c7e3e136d30e00759dc28b4614df61b869cb71 | [log] [tgz] |
|---|---|---|
| author | nia <nia@NetBSD.org> | Tue Jul 13 17:53:47 2021 +0200 |
| committer | BenBE <BenBE@geshi.org> | Tue Jul 13 20:42:30 2021 +0200 |
| tree | 97dfcbc358d262e4e544d63ae9a4dc7350025811 | |
| parent | 4865e643ada9229622bc91ab940f107371ec2ac4 [diff] |
netbsd: Support building with libcurses Right now Unicode support must be disabled, because htop peeks into the ncurses cchar_t struct with Unicode enabled. NetBSD's cchar_t has different contents. Partially fixes #660 Signed-off-by: Nia Alarie <nia@NetBSD.org>