• Explorer09's avatar
    BarMeterMode_draw minor code improvement · 7b3c8bc7
    Explorer09 authored
    Removed a loop that sets the bar[] buffer with spaces and merged that
    task to the snprintf() call just below. No need for the barOffset
    variable. Display behavior is unchanged.
    
    Size comparision (when compiled on Ubuntu 14.04 64-bit):
    
        $ size htop.old htop.new
           text    data     bss     dec     hex filename
         137312   15112    3776  156200   26228 htop.old
         137216   15112    3776  156104   261c8 htop.new
    7b3c8bc7
Meter.c 14.2 KB