The ANSI escape sequences to show and hide the cursor take the form "<ESC>[?25h" and "<ESC>[?25l" respectively. iPXE currently treats the '?' character as the final byte. Fix by explicitly treating '?' as an intermediate byte. Signed-off-by: Michael Brown <mcb30@ipxe.org>tags/v1.20.1
|
||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
|
|
102 |
|
|
103 |
|
|
103 | 104 |
|
104 | 105 |
|
105 | 106 |
|
|
||
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 |
|
|
128 |
|
|
129 |
|
|
130 |
|
|
131 |
|
|
132 |
|
|
127 | 133 |
|
128 | 134 |
|
129 | 135 |
|