Skip to content

Commit c70a6e7

Browse files
committed
Cleaned up readme slightly
Removed old entry in ISSUES that was fixed earlier
1 parent 4ef6f9e commit c70a6e7

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

ISSUES

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
ACS_vars:
2-
They do not currently match the C version, but I think that this is as close as we can get.
3-
See examples/acs_vars.d to see how they are to be used. If this changes, I'll simply deprecate the old way.
4-
51
Mouse Events:
6-
This one is a little tricky since most of this is system specific...
2+
This one is a little tricky since most of this is system specific...
73
Some of the functions haven't been implemented yet...
84

95
Other Files:
10-
There are several other files listed in the include/ncurses folder. things like termcap.h and a few that
11-
look to be higher-level wrappers.. How much should be included?
6+
There are several other files listed in the include/ncurses folder. things like termcap.h and a few that
7+
look to be higher-level wrappers.. How much should be included?

README

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ There will be bugs. This is simply too large of a library for me to test every
44
If you have any trouble, or think that something should be fixed, create a bug report and I'll get right on it.
55

66
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-
137
This should work for most of your needs, however there are still one or two more things that need to be done.
148
I plan on having those completed in the next few days.
159
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:
1913
I'll continue to get the other headers translated, things like termcap.h will be added soon.
2014
I simply need more eyes on this to bug check and ensure that things are working properly.
2115

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

Comments
 (0)