GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Vt102Emulation.h"
Public Attributes | |
char | charset [4] |
int | cu_cs |
bool | graphic |
bool | pound |
bool | sa_graphic |
bool | sa_pound |
Definition at line 55 of file Vt102Emulation.h.
char CharCodes::charset[4] |
Definition at line 58 of file Vt102Emulation.h.
Referenced by Vt102Emulation::setCharset().
int CharCodes::cu_cs |
Definition at line 59 of file Vt102Emulation.h.
Referenced by Vt102Emulation::resetCharset().
bool CharCodes::graphic |
Definition at line 60 of file Vt102Emulation.h.
Referenced by Vt102Emulation::resetCharset().
bool CharCodes::pound |
Definition at line 61 of file Vt102Emulation.h.
Referenced by Vt102Emulation::resetCharset().
bool CharCodes::sa_graphic |
Definition at line 62 of file Vt102Emulation.h.
Referenced by Vt102Emulation::resetCharset().
bool CharCodes::sa_pound |
Definition at line 63 of file Vt102Emulation.h.
Referenced by Vt102Emulation::resetCharset().