Skip to content

Commit 428226a

Browse files
committed
Attempt to merge dub package changes
2 parents bb6721d + c70a6e7 commit 428226a

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ WARNINGS:
1313
I'll continue to get the other headers translated, things like termcap.h will be added soon.
1414
I simply need more eyes on this to bug check and ensure that things are working properly.
1515

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!
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!

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "ncurses",
3+
"description": "Interface to the C ncurses library",
4+
"homepage": "http://github.com/D-Programming-Deimos/ncurses",
5+
"authors": [
6+
"Jon \"ylixir\" Allen",
7+
"Dejan Lekic",
8+
"Jude \"1100110\" Young"
9+
],
10+
"license": "ncurses",
11+
"sourcePaths": [
12+
"deimos"
13+
],
14+
"libs": [
15+
"ncurses"
16+
]
17+
}

0 commit comments

Comments
 (0)