Skip to content

main/procps: disable modern top

Jakko requested to merge jakko/aports:procps_disable_modern_top into master

The "top" command in package procps looks like this by default:

top_modern_style

After adding the compile option "--disable-modern-top" it looks like this:

top_classic_style

Reference to the compile option:

Several distros have this compile option set, e.g.:

I suggest to switch to the classic design as well.

Cc maintainer: @ncopa

Merge request reports