[Bug 291279] [Feature Request] Add UTF-8 Support to ee(1)

[email protected] Sat, 14 Feb 2026 17:40:29 +0000
Newsgroups gmane.os.freebsd.devel.standards
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291279

--- Comment #4 from Marek Zarychta <[email protected]> ---
(In reply to Baptiste Daroussin from comment #2)
I am not the reporter, but I tried to do the test build, and it fails - we need
better ncurses with wide character support in the base. 

/usr/src/contrib/ee/ee.c:665:15: error: call to undeclared function 'wget_wch';
ISO C99 and later do not support implicit function declarations
[-Werror,-Wimplicit-function-declaration]
  665 |                         int wret = wget_wch(text_win, &win);
      |                                    ^
/usr/src/contrib/ee/ee.c:665:15: note: did you mean 'wgetch'?
/usr/include/curses.h:869:28: note: 'wgetch' declared here

-- 
You are receiving this mail because:
You are the assignee for the bug.