senf::term::LineEditor Member List

This is the complete list of members for senf::term::LineEditor, including all inherited members.

Static Public Attributes

DEFAULT_KEY_TIMEOUT_MS senf::term::BaseEditor [static]
MAX_HISTORY_SIZE senf::term::LineEditor [static]

Public Member Functions

accept() senf::term::LineEditor
auxDisplay(unsigned line, std::string const &text) senf::term::LineEditor
clear() senf::term::LineEditor
clearAuxDisplay() senf::term::LineEditor
clearLine() senf::term::BaseEditor
currentColumn() const senf::term::BaseEditor
currentLine() const senf::term::BaseEditor
defineKey(keycode_t key, KeyBinding binding) senf::term::LineEditor
deleteChar(unsigned n=1) senf::term::LineEditor
displayPos() senf::term::LineEditor
forceRedisplay() senf::term::LineEditor
gotoChar(unsigned n) senf::term::LineEditor
height() const senf::term::BaseEditor
hide() senf::term::LineEditor
insert(char ch) senf::term::LineEditor
insert(std::string const &text) senf::term::LineEditor
lastKey() senf::term::LineEditor
maxAuxDisplayHeight() senf::term::LineEditor
maybeClrScr() senf::term::BaseEditor
newline() senf::term::BaseEditor
nextHistory() senf::term::LineEditor
point() senf::term::LineEditor
prevHistory() senf::term::LineEditor
prompt(std::string const &text) senf::term::LineEditor
pushHistory(std::string const &text, bool accept=false) senf::term::LineEditor
put(char ch) senf::term::BaseEditor
put(std::string const &text) senf::term::BaseEditor
redisplay() senf::term::LineEditor
reset() senf::term::BaseEditor
scrollTo(unsigned n) senf::term::LineEditor
set(std::string const &text, unsigned pos=0u) senf::term::LineEditor
setBold() senf::term::BaseEditor
setNormal() senf::term::BaseEditor
show() senf::term::LineEditor
text() senf::term::LineEditor
toColumn(unsigned c) senf::term::BaseEditor
toLine(unsigned l) senf::term::BaseEditor
unsetKey(keycode_t key) senf::term::LineEditor
width() const senf::term::BaseEditor

Public Types

AcceptCallback typedef senf::term::LineEditor
KeyBinding typedef senf::term::LineEditor
keycode_t typedef senf::term::BaseEditor