We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sindresorhus
Learn more about funding links in repositories.
Report abuse
dot
1 parent b0a7ef2 commit 5c09660Copy full SHA for 5c09660
index.js
@@ -82,7 +82,7 @@ const fallback = {
82
circlePipe: '(│)',
83
circleQuestionMark: '(?)',
84
bullet: main.bullet,
85
- dot: '.',
+ dot: main.dot,
86
line: main.line,
87
ellipsis: '...',
88
pointer: '>',
readme.md
@@ -79,7 +79,7 @@ Symbols to use when running on Windows.
79
| circlePipe | Ⓘ | (│) |
80
| circleQuestionMark | ?⃝ | (?) |
81
| bullet | ● | ● |
-| dot | ․ | . |
+| dot | ․ | ․ |
| line | ─ | ─ |
| ellipsis | … | ... |
| pointer | ❯ | > |
0 commit comments