Looking at /usr/share/doc/htop-0.8/ChangeLog.bz2, I see there are some new compile options: * Add support for Linux per-process IO statistics, enabled with the --enable-taskstats flag, which requires a kernel compiled with taskstats support. (thanks to Tobias Oetiker) * Add Unicode support, enabled with the --enable-unicode flag, which requires libncursesw. (thanks to Sergej Pupykin) Please consider enabling them in the ebuild.
(In reply to comment #0) > Looking at /usr/share/doc/htop-0.8/ChangeLog.bz2, I see there are some new > compile options: > * Add support for Linux per-process IO statistics, > enabled with the --enable-taskstats flag, which > requires a kernel compiled with taskstats support. > (thanks to Tobias Oetiker) This is enabled by default and has no compile time deps. > * Add Unicode support, enabled with the --enable-unicode > flag, which requires libncursesw. > (thanks to Sergej Pupykin) Added USE=unicode on 17.05. :)