1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-13 15:34:44 +00:00

corrected greek iota in APL code chart

This commit is contained in:
¨Rene Richarz
2019-05-10 08:55:41 +02:00
parent e2aaef2650
commit 930d037367
2 changed files with 1 additions and 1 deletions

BIN
tek4010

Binary file not shown.

2
tube.c
View File

@@ -549,7 +549,7 @@ void tube_drawCharacter(cairo_t *cr, cairo_t *cr2, char ch)
break;
case 72: sprintf(s,"\u2206");
break;
case 73: sprintf(s,"\u23B1"); // does not work
case 73: sprintf(s,"\u03B9");
break;
case 74: sprintf(s,"\u2218");
break;