Skip to content
  • jim warner's avatar
    top: make that 'forest view' just a tad more efficient · c6407ef1
    jim warner authored
    
    
    It makes no sense to begin our tracked nested level at
    '1' then later require a '1' to be subtracted from the
    level as artwork and indentation is added for display.
    
    By beginning such tracked levels at zero, we can avoid
    the need to adjust it & use it directly in a snprintf.
    
    [ this commit parallels a patch in our newlib branch ]
    
    Signed-off-by: default avatarJim Warner <james.warner@comcast.net>
    c6407ef1