[sisyphus] Про htop
Alexei V. Mezin
alexei-mezin на rambler.ru
Вс Дек 15 15:20:12 MSK 2013
15.12.2013 01:42, Alexei V. Mezin пишет:
>
> Никакими усилиями ни в одном терминале
Ну и сам же себе отвечаю:
htop не обрабатывает сигнал SIGWINCH, а полагается на обрботку его
посредством ncurses.
If you've configured your ncurses with --enable-sigwinch, then you can
go the easy way out, and just watch the characters that you get from
getch() for a KEY_RESIZE. When ncurses handles the SIGWINCH signal, it
pushes a KEY_RESIZE back onto the queue that getch() uses, so that the
next call to getch() will return that value.
У нас ncurses собрана без --enable-sigwinch, поэтому ничего не работает.
Багу повесить на пересборку с нужным ключом?
Подробная информация о списке рассылки Sisyphus