mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 03:59:58 +00:00
Travis also print 7
This commit is contained in:
2
neofetch
2
neofetch
@@ -1728,7 +1728,7 @@ getcols () {
|
||||
while [ $start -le $end ]; do
|
||||
case "$start" in
|
||||
[0-6]) printf "\033[4${start}m%${block_width}s" ;;
|
||||
7) printf "\033[48;5;${start}m%${block_width}s\n${clear}${padding}" ;;
|
||||
7) printf "\033[4${start}m%${block_width}s\n${clear}${padding}" ;;
|
||||
*) printf "\033[48;5;${start}m%${block_width}s" ;;
|
||||
esac
|
||||
start=$((start + 1))
|
||||
|
||||
Reference in New Issue
Block a user