A pure TallTextView is a visual stack of SectionRecords, all but the last static, and the last appending attributed text. The IntegratedTSView adds to the bottom of the stack an additional kind of SectionRecord, which has as a model not a simple NSTextStorage, but a TextStorageTerminal, which can emulate a terminal display. This header declares that section type, TerminalSection.
Definition in file TerminalSection.h.
#import "SectionRecord.h"
Include dependency graph for TerminalSection.h:

Go to the source code of this file.
Data Structures | |
| class | TerminalSection |
| TallTextView SectionRecord that emulates a terminal. More... | |
1.4.4