Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Show byte 00~1f and 7f in UnixP form in text area #163

Closed
cheny0y0 opened this issue Jun 26, 2022 · 1 comment
Closed

Comments

@cheny0y0
Copy link

That is:

Byte Show
00 ^@
01 ^A
02 ^B
03 ^C
04 ^D
05 ^E
06 ^F
07 ^G
08 ^H
09 ^I
0a ^J
0b ^K
0c ^L
0d ^M
0e ^N
0f ^O
10 ^P
11 ^Q
12 ^R
13 ^S
14 ^T
15 ^U
16 ^V
17 ^W
18 ^X
19 ^Y
1a ^Z
1b ^[
1c ^|
1d ^]
1e ^^
1f ^_
7f ^?

Use the second character to show it in a different color in text area.

@sharkdp
Copy link
Owner

sharkdp commented Jun 26, 2022

I think this is out of scope for hexyl, unfortunately. It doesn't really fit with its current output width, for example. See also: #6

@sharkdp sharkdp closed this as completed Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants