mirror of
https://github.com/aljazceru/njump.git
synced 2026-01-31 11:44:34 +01:00
change BLOCK to "|" at least until I can figure out how to render better images.
This commit is contained in:
@@ -23,7 +23,7 @@ const (
|
||||
MAX_CHARS_PER_QUOTE_LINE = 48
|
||||
FONT_SIZE = 7
|
||||
|
||||
BLOCK = "▒"
|
||||
BLOCK = "|"
|
||||
)
|
||||
|
||||
//go:embed fonts/*
|
||||
|
||||
Reference in New Issue
Block a user