Skip to content

Commit 63aed12

Browse files
committed
Updated readme to reflect compatability with C-style ACS macros
Added module line to form.d
1 parent d4a7dfe commit 63aed12

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README

Lines changed: 0 additions & 6 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.

deimos/ncurses/form.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
/* $Id: form.h,v 0.21 2009/11/07 19:31:11 tom Exp $ */
3434

35+
module deimos.ncurses.form;
36+
3537

3638
import std.c.stdarg;
3739
public import deimos.ncurses.ncurses;

0 commit comments

Comments
 (0)