@@ -4,12 +4,6 @@ There will be bugs. This is simply too large of a library for me to test every
4
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
5
6
6
WARNINGS:
7
- ACS vars currently break from the norm, I'm looking into it, 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]);". fixed
10
- Instead of writing "addch(ACS_ULCORNER);", Instead write "addch(ACS_ULCORNER());"
11
- I think that this is as close as we are going to get without digging through the source to extract what acs_map[] really is.
12
-
13
7
This should work for most of your needs, however there are still one or two more things that need to be done.
14
8
I plan on having those completed in the next few days.
15
9
I'm actually not entirely sure what still needs to be done. Someone told me that this was a macro library.
@@ -19,5 +13,5 @@ WARNINGS:
19
13
I'll continue to get the other headers translated, things like termcap.h will be added soon.
20
14
I simply need more eyes on this to bug check and ensure that things are working properly.
21
15
22
- If you are familiar with the FREE acronym(Functional, Reliable, Elegant, Efficient) I would say we are an F.
23
- I doubt we can get any farther than FR, but let's go for it!
16
+ If you are familiar with the FREE acronym(Functional, Reliable, Elegant, Efficient) I would say we are an F.
17
+ I doubt we can get any farther than FR, but let's go for it!
0 commit comments