Curses

Undocumented in source.

Constructors

this
this(Config config)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Enums

Mode
enum Mode
Undocumented in source.

Functions

deleteWindow
void deleteWindow(Window which)
Undocumented in source. Be warned that the author may not have intended to support it.
duplicateWindow
Window duplicateWindow(Window which)
Undocumented in source. Be warned that the author may not have intended to support it.
newWindow
Window newWindow(int nlines, int ncols, int begin_y, int begin_x)
Undocumented in source. Be warned that the author may not have intended to support it.
setMode
void setMode(Mode mode, int delayForHD)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

baudrate
int baudrate()
Undocumented in source. Be warned that the author may not have intended to support it.
beep
void beep()
Undocumented in source. Be warned that the author may not have intended to support it.
canChangeColor
bool canChangeColor()
Undocumented in source. Be warned that the author may not have intended to support it.
colorContent
RGB colorContent(short color)
Undocumented in source. Be warned that the author may not have intended to support it.
cols
int cols()
Undocumented in source. Be warned that the author may not have intended to support it.
delayOutput
void delayOutput(int ms)
Undocumented in source. Be warned that the author may not have intended to support it.
echo
void echo(bool set)
Undocumented in source. Be warned that the author may not have intended to support it.
escDelay
int escDelay()
Undocumented in source. Be warned that the author may not have intended to support it.
flash
void flash()
Undocumented in source. Be warned that the author may not have intended to support it.
flushInput
void flushInput()
Undocumented in source. Be warned that the author may not have intended to support it.
hasColors
bool hasColors()
Undocumented in source. Be warned that the author may not have intended to support it.
keyName
string keyName(int key)
Undocumented in source. Be warned that the author may not have intended to support it.
lines
int lines()
Undocumented in source. Be warned that the author may not have intended to support it.
maxColorPairs
int maxColorPairs()
Undocumented in source. Be warned that the author may not have intended to support it.
maxColors
int maxColors()
Undocumented in source. Be warned that the author may not have intended to support it.
nap
void nap(int ms)
Undocumented in source. Be warned that the author may not have intended to support it.
resetTTY
void resetTTY()
Undocumented in source. Be warned that the author may not have intended to support it.
saveTTY
void saveTTY()
Undocumented in source. Be warned that the author may not have intended to support it.
setCursor
void setCursor(int level)
Undocumented in source. Be warned that the author may not have intended to support it.
tabSize
int tabSize()
Undocumented in source. Be warned that the author may not have intended to support it.
ungetch
void ungetch(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

echoMode
bool echoMode;
Undocumented in source.

Structs

Config
struct Config
Undocumented in source.

Variables

colors
ColorTable colors;
Undocumented in source.
stdscr
Window stdscr;
Undocumented in source.

Meta