Go to the source code of this file.
Variables | |
| unsigned char | vt100 |
| Terminal code (from host). | |
| unichar | graphic |
| Internal representation (in text storage). | |
| GraphicCharPair | |
| static GraphicCharPair | sGraphicCharPairs [] |
| Pair data characters with internal representations of special characters. | |
|
|
Internal representation (in text storage).
Definition at line 18 of file ANSICharLineFilter.m. |
|
|
Definition at line 19 of file ANSICharLineFilter.m. |
|
|
Pair data characters with internal representations of special characters. Characters that are reliably of the same width as the rest of the Monaco font are mapped to their Unicode equivalents. Characters that TermLayoutManager must draw independently are mapped to ASCII characters; the presence of the alt-character text style cues the layout manager to render the graphical character. Definition at line 22 of file ANSICharLineFilter.m. |
|
|
Terminal code (from host).
Definition at line 17 of file ANSICharLineFilter.m. |
1.4.4