Subversion Repositories Kolibri OS

Rev

Rev 332 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 332 Rev 370
Line 322... Line 322...
322
	cmp	dl,13
322
	cmp	dl,13
323
	jz	dc2
323
	jz	dc2
324
	cmp	dl,0xa
324
	cmp	dl,0xa
325
	jnz	dc1
325
	jnz	dc1
326
	and	[textxy],0x0000FFFF
326
	and	[textxy],0x0000FFFF
327
	add	[textxy],OUTPUTXY and 0xFFFF0000 + 10
327
	add	[textxy], 7 shl 16 +53 and 0xFFFF0000 + 10
328
dc2:
328
dc2:
329
  popa
329
  popa
330
	ret
330
	ret
331
dc1:
331
dc1:
332
  mov eax,[textxy]
332
  mov eax,[textxy]
Line 396... Line 396...
396
	ret
396
	ret
Line 397... Line 397...
397
 
397
 
398
display_user_messages:
398
display_user_messages:
399
;    push   [skinh]
399
;    push   [skinh]
400
;    pop    [textxy]
400
;    pop    [textxy]
401
;    add    [textxy],OUTPUTXY
401
;    add    [textxy], 7 shl 16 +53
402
	mov	[displayed_count],0
402
	mov	[displayed_count],0
403
	call	flush_display_buffer
403
	call	flush_display_buffer
404
	cmp	[displayed_count],1
404
	cmp	[displayed_count],1
405
	jb	line_break_ok
405
	jb	line_break_ok