Added note that VT-52 does not work on 6 bit systems thus clone better
This commit is contained in:
parent
f79f8ef1d8
commit
62e0fae79d
|
@ -127,6 +127,7 @@ public enum FCDotDEC1604DashP7 implements FourCornerX06BaklavaPoints, FourCorner
|
||||||
UNDEFINED__NX23_W,
|
UNDEFINED__NX23_W,
|
||||||
UNDEFINED__NX24_X,
|
UNDEFINED__NX24_X,
|
||||||
/// VT-52 = ESC Y = Set cursor position
|
/// VT-52 = ESC Y = Set cursor position
|
||||||
|
@Deprecated // TODO: on 6 bit this 64-32 = max 32, if normal a-& = max 27, thus redo VT encoding
|
||||||
MSX_CURSOR_GOTO,
|
MSX_CURSOR_GOTO,
|
||||||
UNDEFINED__NX26_Z,
|
UNDEFINED__NX26_Z,
|
||||||
UNDEFINED__NX27_AMPERSAND,
|
UNDEFINED__NX27_AMPERSAND,
|
||||||
|
|
Loading…
Reference in a new issue