Fix wrong value for block width
This commit is contained in:
parent
12cf9ec55f
commit
51aa7d01cd
|
@ -244,7 +244,7 @@ color_blocks="on"
|
|||
|
||||
# Color block width in spaces
|
||||
# --block_width num
|
||||
block_width=3
|
||||
block_width=2
|
||||
|
||||
# Color block height in lines
|
||||
# --block_height num
|
||||
|
|
Reference in New Issue