Update wrapAt value to 16.

- Since the format of the values used are normally hexadecimal seems a reasonably election.
This commit is contained in:
hasecilu 2023-05-30 20:36:31 -06:00
parent 283cedb2d4
commit 6f7f9e92be
No known key found for this signature in database
GPG key ID: 1E3F5A13C8F3337E

View file

@ -22,7 +22,7 @@ function print-decimal-unicode-range() {
local reset_color='\033[0m' local reset_color='\033[0m'
local allChars="" local allChars=""
local allCodes="" local allCodes=""
local wrapAt=5 local wrapAt=16
local topLineStart="${bgColorBorder}╔═══" local topLineStart="${bgColorBorder}╔═══"
local topLineMiddle="═══╦═══" local topLineMiddle="═══╦═══"
local topLineEnd="═══╗${reset_color}" local topLineEnd="═══╗${reset_color}"