Silvan Jegen wrote: > I thought that maybe one of the programs is linked against the > non-"...w" variant of the curses library (i. e. "libncurses" instead > of "libncursesw") but it turns out that NetBSD's curses library does > not have this separation at all. Interesting stuff.
It can handle wide characters -- https://github.com/NetBSD/src/blob/trunk/lib/libcurses/cchar.c > Not sure how to debug this further. Especially not without a working > NetBSD installation (and I am lazy...). You can grab the code here https://github.com/sabotage-linux/netbsd-curses and try to link noice against it. -- caóc