dinu.commandBuilder

Undocumented in source.

Members

Classes

CommandBuilder
class CommandBuilder
Undocumented in source.

Static functions

delBackChar
void delBackChar(dstring text, size_t cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
delChar
void delChar(dstring text, size_t cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteWordLeft
void deleteWordLeft(dstring text, size_t cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteWordRight
void deleteWordRight(dstring text, size_t cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
isText
bool isText(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

output
immutable(Command)[] output;
Undocumented in source.

Meta