forked from rosa/hakurei
Compare commits
12 Commits
2e1f2bd93c
...
e5a4ad74bc
| Author | SHA1 | Date | |
|---|---|---|---|
|
e5a4ad74bc
|
|||
|
eb87bc5190
|
|||
|
504c9e4239
|
|||
|
1b79fbaaac
|
|||
|
24b0320373
|
|||
|
1b8dcf2683
|
|||
|
b09c4e9a1d
|
|||
|
35aca32338
|
|||
|
95e545b885
|
|||
|
c1c985f7b1
|
|||
|
d458966425
|
|||
|
5f80aab06e
|
@@ -255,10 +255,17 @@ 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. Emojis have an upper hand in that they're more common
|
// noticeable—consider ✓ and ⚠ and ✗. Emojis have an upper hand in
|
||||||
// than obscure Unicode characters—which also means you're more
|
// that they're more common than obscure Unicode characters—which
|
||||||
// likely to have an emoji font but not a font with those
|
// also means you're likely to have an emoji font but not a font for
|
||||||
// symbols—and that they're double-width.
|
// some weird symbols—and that they're double-width. Finally,
|
||||||
|
// 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