Skip to content

Commit 5c09660

Browse files
authoredMar 24, 2021
Improve dot figure (#37)
1 parent b0a7ef2 commit 5c09660

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const fallback = {
8282
circlePipe: '(│)',
8383
circleQuestionMark: '(?)',
8484
bullet: main.bullet,
85-
dot: '.',
85+
dot: main.dot,
8686
line: main.line,
8787
ellipsis: '...',
8888
pointer: '>',

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Symbols to use when running on Windows.
7979
| circlePipe || (│) |
8080
| circleQuestionMark | ?⃝ | (?) |
8181
| bullet |||
82-
| dot || . |
82+
| dot || |
8383
| line |||
8484
| ellipsis || ... |
8585
| pointer || > |

0 commit comments

Comments
 (0)
Please sign in to comment.