nice-curses ~master (2019-06-16T16:28:04Z)
Dub
Repo
CChar
nice
curses
Undocumented in source.
struct
CChar {
wint_t
[]
chars
;
chtype
attr
;
this
(wint_t chr, chtype attr);
this
(wint_t[] chars, chtype attr);
this
(string chars, chtype attr);
bool
opBinary
(wint_t chr);
cchar_t
cchar
();
}
Constructors
this
this
(wint_t chr, chtype attr)
Undocumented in source.
this
this
(wint_t[] chars, chtype attr)
Undocumented in source.
this
this
(string chars, chtype attr)
Undocumented in source.
Alias This
cchar
Members
Functions
cchar
cchar_t
cchar
()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
bool
opBinary
(wint_t chr)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
attr
chtype
attr
;
Undocumented in source.
chars
wint_t
[]
chars
;
Undocumented in source.
Meta
Source
See Implementation
nice
curses
aliases
nc
classes
ColorTable
Curses
NCException
Window
enums
Align
Attr
Key
OOB
StdColor
structs
CChar
RGB
WChar