Skip to content

Commit

Permalink
New version 0.4.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
theZiz committed Feb 21, 2017
1 parent 38db4c1 commit 6c97ee0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 1,8 @@
Version 0.4.10.3 (recent):
Version 0.4.10.4 (recent):
- Fixed reset of bold text (thanks to Eric Anderson)
- Improved handling of some rare, but not supported border cases like font changing

Version 0.4.10.3:
- Removed two unused variables (thanks to Anthony "Pi" Martinez)

Version 0.4.10.2:
Expand Down
9 changes: 6 additions & 3 deletions aha.1
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
.TH aha 1 "November 19, 2016" "" "Ansi HTML Adapter"
.TH aha 1 "February 21, 2017" "" "Ansi HTML Adapter"

.SH NAME

Expand Down Expand Up @@ -43,7 43,6 @@ Wrap long lines in the html file. This works with CSS3 supporting browsers as we
\fB\-\-no\-header , \-n
Don't include header into generated HTML, useful for inclusion in full HTML files.


.SH EXAMPLE
.TP
\fBaha\fP \-\-help | \fBaha\fP \-\-black \-\-title "the awesome aha help"> aha\-help.htm
Expand All @@ -61,8 60,12 @@ Creates an HTML file with the output of htop. You have to use \fB\-\-line\-fix\f
MAN_KEEP_FORMATTING=1 COLUMNS=80 \fBman\fP aha | \fBul\fP | \fBaha\fP > man\-aha.htm
Creates an HTML file with the man page of aha. Man uses nroff's bold and underline, which ul converts to SGR.

.SH KNOWN BUGS
.TP
This is not really a bug, but neither \fB<blink>\fP nor the css setting \fBtext-decoration:blink\fP work on modern browsers, so if one wants to see blinking text one has to use \fB\-\-stylesheet\fP and to redefine \fB.blink\fP to make it visible. But maybe we should just accept the death of blinking text...

.SH AUTHOR
Copyleft Alexander Matthes aka Ziz 2016
Copyleft Alexander Matthes aka Ziz 2017
.br
[email protected]

Expand Down
4 changes: 2 additions & 2 deletions aha.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 17,8 @@
For feedback and questions about my Files and Projects please mail me,
Alexander Matthes (Ziz) , ziz_at_mailbox.org
*/
#define AHA_VERSION "0.4.10.3"
#define AHA_YEAR "2016"
#define AHA_VERSION "0.4.10.4"
#define AHA_YEAR "2017"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Expand Down

0 comments on commit 6c97ee0

Please sign in to comment.