forked from KolibriOS/kolibrios
Bugfix for #3686
git-svn-id: svn://kolibrios.org@3688 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
bc2140fbde
commit
a9e3d23cfe
@ -847,6 +847,9 @@ con.write_special_char:
|
|||||||
cmp [con_esc_attr_n], 2
|
cmp [con_esc_attr_n], 2
|
||||||
je @f
|
je @f
|
||||||
xor eax, eax
|
xor eax, eax
|
||||||
|
mov [con.cur_x], eax
|
||||||
|
mov [con.cur_y], eax
|
||||||
|
jmp .j_get_data
|
||||||
@@:
|
@@:
|
||||||
mov eax, [con_esc_attrs]
|
mov eax, [con_esc_attrs]
|
||||||
cmp eax, [con.scr_width]
|
cmp eax, [con.scr_width]
|
||||||
|
Loading…
Reference in New Issue
Block a user