0 | module NCurses
1 |
2 | import public NCurses.Core as NCurses
3 | import public NCurses.Core.Color as NCurses.Color
4 | import public NCurses.Core.Attribute as NCurses.Attribute
5 | import public NCurses.Core.SpecialKey as NCurses.SpecialKey
6 | import public NCurses.Core.Input as NCurses.Input
7 |
8 |