mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-06 21:49:40 +02:00
Update wrapAt value to 16.
- Since the format of the values used are normally hexadecimal seems a reasonably election.
This commit is contained in:
parent
283cedb2d4
commit
6f7f9e92be
@ -22,7 +22,7 @@ function print-decimal-unicode-range() {
|
||||
local reset_color='\033[0m'
|
||||
local allChars=""
|
||||
local allCodes=""
|
||||
local wrapAt=5
|
||||
local wrapAt=16
|
||||
local topLineStart="${bgColorBorder}╔═══"
|
||||
local topLineMiddle="═══╦═══"
|
||||
local topLineEnd="═══╗${reset_color}"
|
||||
|
Loading…
Reference in New Issue
Block a user