Skip to content

top: fix multi-window crash after help screen

Vladimir Chren requested to merge vlado.chren/procps:top_multiw_fix into master

window_hlp() now with a window pointer argument, not processing on the 'Curwin' window anymore.

window_show() is called with a passed 'WIN_t' pointer and acting on it, so should the sub-related win_hlp().

References: #210 (closed)

Merge request reports