Package: apt Severity: wishlist Dear APT Developers, Most other command-line tools are using '=' for progress bars (sometimes with an additional '>' in front), including needrestart that is invoked in the same session if installed. The '=' is somewhat easier on the eyes compared to '#' ;) Thank you for considering, Andrei
Hi! Perhaps the change made in following commit will make the progress bar "easier on the eyes" :) https://salsa.debian.org/apt-team/apt/-/commit/ac8fe4b030754584cda9cb1707fc3d9f0d792366 While the change doesn't use '=' for progress bar, it does improve the "user experience" of the progress bar. The change should be visible on systems for which "locale charmap" command returns "UTF-8" string. I have tested this with 2.9.26 available in sid, and it looks quite nice. Kamil