AbstractTerminal callbacks. More...
#include <senf/Utils/Termlib/AbstractTerminal.hh>
Public Member Functions | |
virtual | ~Callbacks () |
virtual bool | cb_init ()=0 |
Called after terminal initialization is complete. More... | |
virtual void | cb_charReceived (char ch)=0 |
Called whenever a char is received. More... | |
virtual void | cb_windowSizeChanged ()=0 |
Called when the terminal window is changed. More... | |
AbstractTerminal callbacks.
Definition at line 49 of file AbstractTerminal.hh.
|
inlinevirtual |
Definition at line 50 of file AbstractTerminal.hh.
|
pure virtual |
Called whenever a char is received.
|
pure virtual |
Called after terminal initialization is complete.
This member may return false
. In this case, the terminal setup is considered to have failed.
Implemented in senf::term::BaseEditor.
|
pure virtual |
Called when the terminal window is changed.
Implemented in senf::term::BaseEditor.