Skip to content

Commit 250c36f

Browse files
committed
Examples: clean README
1 parent a34f132 commit 250c36f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

examples/README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@
33
Here are a few examples to get you started.
44

55
Most of these examples are part of the [NCURSES Programming HOWTO](http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/). The examples which were not taken from the HOWTO are marked with (N).
6-
These examples need some work, but they should demonstrate that most everything is in working order.
76

87
To run the examples, change to the specific directory and build and execute the example with "dub run".
98

10-
### Requirements:
11-
- [rdmd](http://github.com/D-Programming-Language/tools)
12-
- ncursesw
13-
149
## Examples
10+
1511
### Basics
1612
- acsvars - ACS variables example
1713
- chgat - chgat() usage example
@@ -27,20 +23,23 @@ To run the examples, change to the specific directory and build and execute the
2723
- simplespectrum - Sample of 256-colour output (N)
2824
- templeave - Demonstrates temporarily leaving curses mode
2925
- winborder - Shows Creation of windows and borders
26+
3027
### Forms
3128
- form_attrib - Form attributes example
29+
3230
### Menus
3331
- attribmenu - Usage of menu attributes
3432
- scrollmenu - Demonstrates scrolling capability of menus
3533
- simplemenu - A simple menu accessed by arrow keys
34+
3635
### Panels
3736
- simplepanel - A simple panel example
3837

39-
### TODO
40-
[ ] review, and fix anything that's broken.
41-
[ ] cosmetic alterations.
42-
[ ] add to travis.
43-
[ ] fix so that examples are compilable on Windows.
38+
39+
## TODO
40+
- [ ] review, and fix anything that's broken.
41+
- [ ] cosmetic alterations.
42+
- [ ] fix so that examples are compilable on Windows.
4443

4544
Again, please file any bugs that you come across.
4645
Even if you don't know if it is actually a bug, we appreciate the time.

0 commit comments

Comments
 (0)