Skip to content
Snippets Groups Projects
Commit a9395fc5 authored by George Nachman's avatar George Nachman
Browse files

Fix failing test

parent 7ab82221
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -185,6 +185,7 @@
// ` not supported (Character Position Absolute [column] (default = [row,1]) (HPA))
// a not supported (Character Position Relative [columns] (default = [row,col+1]) (HPR))
// b not supported (Repeat the preceding graphic character P s times (REP))
{ 0, 0, 'b', VT100CSI_REP, 1, -1, -1 },
{ 0, 0, 'c', VT100CSI_DA, 0, -1, -1 },
{ '>', 0, 'c', VT100CSI_DA2, 0, -1, -1 },
{ 0, 0, 'd', ANSICSI_VPA, 1, -1, -1 },
Loading
Loading
@@ -281,7 +282,6 @@
"1;1;1;1;1T",
"`",
"a",
"1b",
"?1i",
">0p",
"1$p",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment