File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -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.
Original file line number Diff line number Diff line change 32
32
33
33
/* $Id: form.h,v 0.21 2009/11/07 19:31:11 tom Exp $ */
34
34
35
+ module deimos.ncurses.form ;
36
+
35
37
36
38
import std.c.stdarg ;
37
39
public import deimos.ncurses.ncurses;
You can’t perform that action at this time.
0 commit comments