#include <textview.h>
Inheritance diagram for TerminalBuf::
Public Methods | |
TerminalBuf (TTerminal *tt) | |
virtual int | overflow (int c=EOF) |
virtual int | sync () |
Protected Attributes | |
TTerminal* | term |
Definition at line 178 of file textview.h.
|
Undocumented. |
|
Overrides the corresponding function in class streambuf. When the internal buffer in a streambuf is full and the iostream associated with that streambuf tries to put another character into the buffer, overflow() is called. Its argument `c' is the character that caused the overflow. In TerminalBuf the underlying streambuf has no buffer, so every character results in an overflow() call. |
|
Undocumented. |
|
Undocumented. Definition at line 184 of file textview.h. |