-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
reset #49
Comments
And please add this to pre's style to break long lines: white-space: pre-wrap;
word-wrap: break-word; |
This would be an easy pull-request. Would you like to be the one to add it? |
Please handle |
http://manpages.ubuntu.com/manpages/hardy/man5/terminfo.5.html
So |
I'll take a look at handling |
Very dirty. cat "${HC_LOG}.txt" \
| ansi2html --title="$HC_DOMAIN" --linkify --font-size=13px --light-background -s xterm \
| sed 's/\x1B(B\b//g' > "${HC_LOG}.html" |
A 3-year-old bug still not resolved? :( |
That was added in 2014 for release 1.0.7 by commit 418bef2 . |
I'm unsure about how that^^ sgr0 differs from # hexdump -C <<<$'\x1b[0m'
00000000 1b 5b 30 6d 0a |.[0m.|
00000005
# echo $'\x1b[31mhello red\x1b[0m and hello normal' | ansi2html --inline
<span style="color: #aa0000">hello red</span> and hello normal …since 2013 release 0.10.0 commit fce66a6. |
This is a very fine script!
Could you please handle reset?
The text was updated successfully, but these errors were encountered: