1
+ This is currently in BETA.
2
+
3
+ There will be bugs. This is simply too large of a library for me to test every single thing.
4
+ If you have any trouble, or think that something should be fixed, create a bug report and I'll get right on it.
5
+
6
+ WARNINGS:
7
+ ACS vars currently break from the norm, I'm looking into int, but I'm not sure if It can
8
+ be done exactly the same that C does it.
9
+ instead of writing "addch(ACS_ULCORNER);", Instead write "addch(acs_map[ACS.ULCORNER]);".
10
+
11
+ The problem lies with the fact that I'm not sure how to recreate the preprocessor commands.
12
+ It's definitely possible, but It might not be possible at compile time. It might
13
+ require highjacking the init() function in order to set it up.
14
+
15
+ This should work for most of your needs, however there are still one or two more things that need to be done.
16
+ I plan on having those completed in the next few days.
17
+ I'm actually not entirely sure what still needs to be done. Someone told me that this was a macro library.
18
+ They were right. about 90% of it is code for backwards compatibility. It is a bit challenging to figure out
19
+ what is compatibility and what is actually needed.
20
+
21
+ I'll continue to get the other headers translated, things like termcap.h will be added soon.
22
+ I simply need more eyes on this to bug check and ensure that things are working properly.
23
+
24
+ If you are familiar with the FREE acronym(Functional, Reliable, Elegant, Efficient) I would say we are an F.
25
+ I doubt we can get any farther than FR, but let's go for it!
0 commit comments