Exemplo n.º 1
0
 private void esc_G1_4() {
   vt100_charset_select(1, 4);
 }
Exemplo n.º 2
0
 private void esc_G1_2() {
   vt100_charset_select(1, 2);
 }
Exemplo n.º 3
0
 private void esc_G1_3() {
   vt100_charset_select(1, 3);
 }
Exemplo n.º 4
0
 private void esc_G1_0() {
   vt100_charset_select(1, 0);
 }
Exemplo n.º 5
0
 private void esc_G1_1() {
   vt100_charset_select(1, 1);
 }
Exemplo n.º 6
0
 private void esc_G0_4() {
   vt100_charset_select(0, 4);
 }
Exemplo n.º 7
0
 private void esc_G0_3() {
   vt100_charset_select(0, 3);
 }
Exemplo n.º 8
0
 private void esc_G0_2() {
   vt100_charset_select(0, 2);
 }
Exemplo n.º 9
0
 private void esc_G0_1() {
   vt100_charset_select(0, 1);
 }
Exemplo n.º 10
0
 private void esc_G0_0() {
   vt100_charset_select(0, 0);
 }