Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3687 → Rev 3688

/programs/develop/libraries/console/console.asm
847,6 → 847,9
cmp [con_esc_attr_n], 2
je @f
xor eax, eax
mov [con.cur_x], eax
mov [con.cur_y], eax
jmp .j_get_data
@@:
mov eax, [con_esc_attrs]
cmp eax, [con.scr_width]