Subversion Repositories Kolibri OS

Rev

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

Rev 6067 Rev 6603
Line 2596... Line 2596...
2596
        dd      szcon_get_cursor_height,con_get_cursor_height
2596
        dd      szcon_get_cursor_height,con_get_cursor_height
2597
        dd      szcon_set_cursor_height,con_set_cursor_height
2597
        dd      szcon_set_cursor_height,con_set_cursor_height
2598
        dd      szcon_cls,              con_cls
2598
        dd      szcon_cls,              con_cls
2599
        dd      szcon_get_cursor_pos,   con_get_cursor_pos
2599
        dd      szcon_get_cursor_pos,   con_get_cursor_pos
2600
        dd      szcon_set_cursor_pos,   con_set_cursor_pos
2600
        dd      szcon_set_cursor_pos,   con_set_cursor_pos
-
 
2601
        dd      szcon_set_title,        con_set_title
2601
        dd      0
2602
        dd      0
Line 2602... Line 2603...
2602
 
2603
 
2603
con_flags       dd      7
2604
con_flags       dd      7
2604
con.cursor_height dd    (15*font_height+50)/100
2605
con.cursor_height dd    (15*font_height+50)/100
Line 2633... Line 2634...
2633
szcon_get_cursor_height db 'con_get_cursor_height',0
2634
szcon_get_cursor_height db 'con_get_cursor_height',0
2634
szcon_set_cursor_height db 'con_set_cursor_height',0
2635
szcon_set_cursor_height db 'con_set_cursor_height',0
2635
szcon_cls               db 'con_cls',0
2636
szcon_cls               db 'con_cls',0
2636
szcon_get_cursor_pos    db 'con_get_cursor_pos',0
2637
szcon_get_cursor_pos    db 'con_get_cursor_pos',0
2637
szcon_set_cursor_pos    db 'con_set_cursor_pos',0
2638
szcon_set_cursor_pos    db 'con_set_cursor_pos',0
-
 
2639
szcon_set_title         db 'con_set_title',0
Line 2638... Line 2640...
2638
 
2640
 
2639
con.thread_err      db 'Cannot create console thread!',13,10,0
2641
con.thread_err      db 'Cannot create console thread!',13,10,0
2640
con.nomem_err       db 'Not enough memory!',13,10,0
2642
con.nomem_err       db 'Not enough memory!',13,10,0
2641
con.aFinished       db ' [Finished]',0
2643
con.aFinished       db ' [Finished]',0