mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-11 15:20:58 +00:00
56d4d4c156
Doing this meant that the escaping functionality got used in three places, so it was extracted into a generalised function in its own module. This is slighly slower for the case where escaped characters are displayed in the same colour as the displayable characters, which happens when listing a directory’s name when recursing. Optimise this, yeah?
19 lines
450 B
Plaintext
19 lines
450 B
Plaintext
ansi: [[31m\u{1b}[0m[34mblue[31m\u{1b}[0m[0m]
|
||
ascii: hello
|
||
backspace: [[31m\u{8}[0m]
|
||
bell: [[31m\u{7}[0m]
|
||
emoji: [🆒]
|
||
escape: [[31m\u{1b}[0m]
|
||
form-feed: [[31m\u{c}[0m]
|
||
invalid-utf8-1: [<5B>]
|
||
invalid-utf8-2: [<5B>(]
|
||
invalid-utf8-3: [<5B>(]
|
||
invalid-utf8-4: [<5B>(<28>(]
|
||
[1;34mlinks[0m
|
||
[1;34mnew-line-dir: [[0m[31m\n[1;34m][0m
|
||
new-line: [[31m\n[0m]
|
||
return: [[31m\r[0m]
|
||
tab: [[31m\t[0m]
|
||
utf-8: pâté
|
||
vertical-tab: [[31m\u{b}[0m]
|