forked from rosa/hakurei
Compare commits
12 Commits
e5a4ad74bc
...
2e1f2bd93c
| Author | SHA1 | Date | |
|---|---|---|---|
|
2e1f2bd93c
|
|||
|
bd14ea200f
|
|||
|
916dc28c4a
|
|||
|
af0f55760d
|
|||
|
2379207fb9
|
|||
|
5703c17d4f
|
|||
|
b5357ef274
|
|||
|
f1ab20b099
|
|||
|
8c08d9401c
|
|||
|
abecc481d1
|
|||
|
908d86466e
|
|||
|
f664c50a7c
|
@@ -255,17 +255,10 @@ export class StreamReporter implements Reporter {
|
|||||||
// difficult, with reverse video often being the only way (which
|
// difficult, with reverse video often being the only way (which
|
||||||
// also has questionable support across terminal emulators), and the
|
// also has questionable support across terminal emulators), and the
|
||||||
// Unicode characters might be too small to be immediately
|
// Unicode characters might be too small to be immediately
|
||||||
// noticeable—consider ✓ and ⚠ and ✗. Emojis have an upper hand in
|
// noticeable. Emojis have an upper hand in that they're more common
|
||||||
// that they're more common than obscure Unicode characters—which
|
// than obscure Unicode characters—which also means you're more
|
||||||
// also means you're likely to have an emoji font but not a font for
|
// likely to have an emoji font but not a font with those
|
||||||
// some weird symbols—and that they're double-width. Finally,
|
// symbols—and that they're double-width.
|
||||||
// Unicode characters are often very different across fonts; some
|
|
||||||
// fonts make ⚠ filled in, while others have just an outline for the
|
|
||||||
// triangle (which is much harder to comprehend), and the various
|
|
||||||
// crosses like all of x ⨯ × ✕ ✖ ✗ 🗙 🞨 🞩 🞪 🞫 🞬 🞭 🞮 look different
|
|
||||||
// across different fonts, which makes using them for some specific
|
|
||||||
// purpose difficult. Emojis don't have this problem because emoji
|
|
||||||
// vendors try to make them look similar to each other.
|
|
||||||
//
|
//
|
||||||
// ¹This necessitates checking if the stream is a TTY, checking if
|
// ¹This necessitates checking if the stream is a TTY, checking if
|
||||||
// $TERM is `dumb` when connected to a TTY, checking
|
// $TERM is `dumb` when connected to a TTY, checking
|
||||||
|
|||||||
Reference in New Issue
Block a user